Lines Matching refs:mesh

84 	msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
86 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
88 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
89 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
91 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
93 msecs_to_jiffies(sdata->u.mesh.mshcfg.dot11MeshHWMPconfirmationInterval)
245 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_error_tx()
515 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_preq_frame_process()
650 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_prep_frame_process()
670 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process()
699 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process()
700 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process()
705 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process()
712 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_perr_frame_process()
760 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in hwmp_rann_frame_process()
801 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_rann_frame_process()
918 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_queue_preq()
975 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_start_discovery()
1026 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
1029 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery()
1031 sdata->u.mesh.mshstats.dropped_frames_ttl++; in mesh_path_start_discovery()
1140 msecs_to_jiffies(sdata->u.mesh.mshcfg.path_refresh_time)) && in mesh_nexthop_lookup()
1194 struct ieee80211_if_mesh *ifmsh = &sdata->u.mesh; in mesh_path_tx_root_frame()