Lines Matching refs:mesh

81 	msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
83 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
85 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
86 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
88 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
90 msecs_to_jiffies(sdata->u.mesh.mshcfg.dot11MeshHWMPconfirmationInterval)
242 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_error_tx()
311 sta->mesh->fail_avg = in ieee80211s_update_metric()
312 ((80 * sta->mesh->fail_avg + 5) / 100 + 20 * failed); in ieee80211s_update_metric()
313 if (sta->mesh->fail_avg > 95) in ieee80211s_update_metric()
329 if (sta->mesh->fail_avg >= 100) in airtime_link_metric_get()
337 err = (sta->mesh->fail_avg << ARITH_SHIFT) / 100; in airtime_link_metric_get()
528 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_preq_frame_process()
660 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_prep_frame_process()
680 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
709 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process()
710 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process()
715 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
722 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_perr_frame_process()
773 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_rann_frame_process()
814 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_rann_frame_process()
879 if (!sta || sta->mesh->plink_state != NL80211_PLINK_ESTAB) { in mesh_rx_path_sel_frame()
931 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_queue_preq()
988 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_start_discovery()
1039 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
1042 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery()
1044 sdata->u.mesh.mshstats.dropped_frames_ttl++; in mesh_path_start_discovery()
1153 msecs_to_jiffies(sdata->u.mesh.mshcfg.path_refresh_time)) && in mesh_nexthop_lookup()
1209 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_tx_root_frame()