Home
last modified time | relevance | path

Searched refs:mshcfg (Results 1 – 11 of 11) sorted by relevance

/linux/net/mac80211/
H A Ddebugfs_netdev.c751 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
753 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
755 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
757 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC);
758 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
759 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
760 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
762 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC);
764 u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout, DEC);
766 u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval, DEC);
[all …]
H A Dmesh_plink.c61 s32 rssi_threshold = sdata->u.mesh.mshcfg.rssi_threshold; in rssi_threshold_check()
208 sdata->u.mesh.mshcfg.ht_opmode = ht_opmode; in mesh_set_ht_prot_mode()
644 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
660 struct mesh_config *mshcfg; in mesh_plink_timer() local
702 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
708 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
729 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer()
801 mesh_plink_timer_set(sta, sdata->u.mesh.mshcfg.dot11MeshRetryTimeout); in mesh_plink_open()
832 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() local
838 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
[all …]
H A Dmesh_hwmp.c80 msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPnetDiameterTraversalTime)
82 MSEC_TO_TU(s->u.mesh.mshcfg.dot11MeshHWMPactivePathTimeout)
84 (msecs_to_jiffies(s->u.mesh.mshcfg.dot11MeshHWMPpreqMinInterval))
85 #define max_preq_retries(s) (s->u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries)
87 msecs_to_jiffies(sdata->u.mesh.mshcfg.min_discovery_timeout)
89 msecs_to_jiffies(sdata->u.mesh.mshcfg.dot11MeshHWMPconfirmationInterval)
292 ifmsh->mshcfg.dot11MeshHWMPperrMinInterval); in mesh_path_error_tx()
639 } else if (ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
663 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
738 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process()
[all …]
H A Dmesh.c272 ifmsh->mshcfg.dot11MeshGateAnnouncementProtocol || in mesh_add_meshconf_ie()
273 ifmsh->mshcfg.dot11MeshConnectedToMeshGate; in mesh_add_meshconf_ie()
274 bool is_connected_to_as = ifmsh->mshcfg.dot11MeshConnectedToAuthServer; in mesh_add_meshconf_ie()
304 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie()
349 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
711 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
772 if (ifmsh->mshcfg.dot11MeshNolearn) in ieee80211_mesh_xmit_fast()
837 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_mesh_xmit_fast()
900 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()
923 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping()
[all …]
H A Dmesh.h398 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks - in mesh_plink_free_count()
H A Dmesh_ps.c133 nonpeer_pm = ifmsh->mshcfg.power_mode; in ieee80211_mps_local_status_update()
H A Dmesh_pathtbl.c787 sdata->u.mesh.mshcfg.element_ttl, in mesh_plink_broken()
H A Dcfg.c2022 sdata->u.mesh.mshcfg.power_mode); in sta_apply_mesh_params()
2763 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
2841 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config()
2960 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
H A Dieee80211_i.h795 struct mesh_config mshcfg; member
H A Drx.c3029 if (!ifmsh->mshcfg.dot11MeshForwarding) { in ieee80211_rx_mesh_data()
3095 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_mesh_data()
H A Dutil.c3831 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()