Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c667 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
668 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC);
809 MESHPARAMS_ADD(dot11MeshHWMPRootMode); in add_mesh_config()
H A Dmesh.c722 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
955 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
H A Dcfg.c2570 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config()
2578 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config()
2579 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
H A Dmesh_hwmp.c1327 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
/openbmc/linux/net/wireless/
H A Dtrace.h61 __field(u8, dot11MeshHWMPRootMode) \
97 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
H A Dnl80211.c8220 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
8404 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, mask, in nl80211_parse_mesh_config()
/openbmc/linux/include/net/
H A Dcfg80211.h2316 u8 dot11MeshHWMPRootMode; member