Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddebugfs_netdev.c752 u.mesh.mshcfg.dot11MeshMaxRetries, DEC);
754 u.mesh.mshcfg.dot11MeshRetryTimeout, DEC);
756 u.mesh.mshcfg.dot11MeshConfirmTimeout, DEC);
758 u.mesh.mshcfg.dot11MeshHoldingTimeout, DEC);
763 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC);
773 u.mesh.mshcfg.dot11MeshHWMPmaxPREQretries, DEC);
775 u.mesh.mshcfg.path_refresh_time, DEC);
777 u.mesh.mshcfg.min_discovery_timeout, DEC);
779 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC);
783 u.mesh.mshcfg.dot11MeshHWMPRannInterval, 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()
648 sdata->u.mesh.mshcfg.auto_open_plinks && in mesh_neighbour_update()
664 struct mesh_config *mshcfg; in mesh_plink_timer() local
706 mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_timer()
733 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_timer()
836 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_close() local
842 mod_plink_timer(sta, mshcfg->dot11MeshHoldingTimeout); in mesh_plink_close()
848 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_establish() local
874 struct mesh_config *mshcfg = &sdata->u.mesh.mshcfg; in mesh_plink_fsm() local
[all …]
H A Dmesh_hwmp.c292 ifmsh->mshcfg.dot11MeshHWMPperrMinInterval); in mesh_path_error_tx()
661 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process()
674 if (forward && ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_preq_frame_process()
736 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_prep_frame_process()
819 if (!ifmsh->mshcfg.dot11MeshForwarding) in hwmp_perr_frame_process()
919 if (ifmsh->mshcfg.dot11MeshForwarding) { in hwmp_rann_frame_process()
1115 ttl = sdata->u.mesh.mshcfg.element_ttl; in mesh_path_start_discovery()
1268 if (ifmsh->mshcfg.dot11MeshNolearn && in mesh_nexthop_lookup()
1335 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
1339 0, ifmsh->mshcfg.element_ttl, in mesh_path_tx_root_frame()
[all …]
H A Dmesh.c268 ifmsh->mshcfg.dot11MeshGateAnnouncementProtocol || in mesh_add_meshconf_ie()
269 ifmsh->mshcfg.dot11MeshConnectedToMeshGate; in mesh_add_meshconf_ie()
300 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie()
765 if (ifmsh->mshcfg.dot11MeshNolearn) in ieee80211_mesh_xmit_fast()
830 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_mesh_xmit_fast()
893 meshhdr->ttl = sdata->u.mesh.mshcfg.dot11MeshTTL; in ieee80211_new_mesh_header()
916 if (ifmsh->mshcfg.plink_timeout > 0) in ieee80211_mesh_housekeeping()
1047 *pos++ = ifmsh->mshcfg.dot11MeshTTL; in ieee80211_mesh_build_beacon()
1197 ifmsh->mshcfg.ht_opmode; in ieee80211_start_mesh()
1382 if (ifmsh->chsw_ttl >= ifmsh->mshcfg.dot11MeshTTL) in ieee80211_mesh_process_chnswitch()
[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.c1791 sdata->u.mesh.mshcfg.power_mode); in sta_apply_mesh_params()
2495 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
2573 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config()
2692 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
H A Dieee80211_i.h779 struct mesh_config mshcfg; member
H A Drx.c2928 if (!ifmsh->mshcfg.dot11MeshForwarding) { in ieee80211_rx_mesh_data()
2994 mesh_path_error_tx(sdata, ifmsh->mshcfg.element_ttl, in ieee80211_rx_mesh_data()
H A Dutil.c3728 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()