Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Ddebugfs_netdev.c626 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
627 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC);
754 MESHPARAMS_ADD(dot11MeshHWMPRootMode); in add_mesh_config()
Dmesh.c553 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
658 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
Dcfg.c1964 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config()
1972 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config()
1973 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
Dmesh_hwmp.c1245 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
/Linux-v4.19/net/wireless/
Dtrace.h63 __field(u8, dot11MeshHWMPRootMode) \
98 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
Dnl80211.c6099 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
6316 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, 0, 4, in nl80211_parse_mesh_config()
/Linux-v4.19/include/net/
Dcfg80211.h1560 u8 dot11MeshHWMPRootMode; member