Home
last modified time | relevance | path

Searched refs:dot11MeshHWMPRootMode (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Dcfg.c2861 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config()
2869 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config()
2870 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
H A Dmesh_hwmp.c1340 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
/linux/net/wireless/
H A Dtrace.h66 __field(u8, dot11MeshHWMPRootMode) \
102 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
H A Dnl80211.c9397 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
9581 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, mask, in nl80211_parse_mesh_config()
/linux/include/net/
H A Dcfg80211.h2571 * @dot11MeshHWMPRootMode: the configuration of a mesh STA as root mesh STA
2632 u8 dot11MeshHWMPRootMode; member