Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh.c268 ifmsh->mshcfg.dot11MeshGateAnnouncementProtocol || in mesh_add_meshconf_ie()
269 ifmsh->mshcfg.dot11MeshConnectedToMeshGate; in mesh_add_meshconf_ie()
270 bool is_connected_to_as = ifmsh->mshcfg.dot11MeshConnectedToAuthServer; in mesh_add_meshconf_ie()
300 *pos |= ifmsh->mshcfg.dot11MeshForwarding ? in mesh_add_meshconf_ie()
345 put_unaligned_le16(ifmsh->mshcfg.dot11MeshAwakeWindowDuration, pos); in mesh_add_awake_window_ie()
704 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
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()
[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.c1792 sdata->u.mesh.mshcfg.power_mode); in sta_apply_mesh_params()
2496 memcpy(conf, &(sdata->u.mesh.mshcfg), sizeof(struct mesh_config)); in ieee80211_get_mesh_config()
2574 conf = &(sdata->u.mesh.mshcfg); in ieee80211_update_mesh_config()
2693 memcpy(&ifmsh->mshcfg, conf, sizeof(struct mesh_config)); in ieee80211_join_mesh()
H A Dieee80211_i.h773 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.c3727 *pos++ = sdata->u.mesh.mshcfg.dot11MeshTTL; /* Mesh TTL */ in ieee80211_send_action_csa()