Searched refs:dot11MeshHWMPRootMode (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_netdev.c | 621 IEEE80211_IF_FILE(dot11MeshHWMPRootMode, 622 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC); 756 MESHPARAMS_ADD(dot11MeshHWMPRootMode); in add_mesh_config()
|
H A D | mesh.c | 661 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup() 766 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
|
H A D | cfg.c | 2190 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config() 2198 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config() 2199 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
|
H A D | mesh_hwmp.c | 1299 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_netdev.c | 667 IEEE80211_IF_FILE(dot11MeshHWMPRootMode, 668 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC); 809 MESHPARAMS_ADD(dot11MeshHWMPRootMode); in add_mesh_config()
|
H A D | mesh.c | 722 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup() 949 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
|
H A D | cfg.c | 2571 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config() 2579 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config() 2580 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
|
H A D | mesh_hwmp.c | 1327 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 63 __field(u8, dot11MeshHWMPRootMode) \ 99 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
|
H A D | nl80211.c | 7164 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config() 7348 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 61 __field(u8, dot11MeshHWMPRootMode) \ 97 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
|
H A D | nl80211.c | 8195 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config() 8379 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1912 * @dot11MeshHWMPRootMode: the configuration of a mesh STA as root mesh STA 1970 u8 dot11MeshHWMPRootMode; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2255 * @dot11MeshHWMPRootMode: the configuration of a mesh STA as root mesh STA 2316 u8 dot11MeshHWMPRootMode; member
|
Completed in 104 milliseconds