Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Ddebugfs_netdev.c639 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
640 u.mesh.mshcfg.dot11MeshHWMPRootMode, DEC);
771 MESHPARAMS_ADD(dot11MeshHWMPRootMode); in add_mesh_config()
Dmesh.c662 if (ifmsh->mshcfg.dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT) in ieee80211_mesh_root_setup()
797 if (ifmsh->mshcfg.dot11MeshHWMPRootMode == IEEE80211_PROACTIVE_RANN) in ieee80211_mesh_rootpath()
Dcfg.c2452 conf->dot11MeshHWMPRootMode = nconf->dot11MeshHWMPRootMode; in ieee80211_update_mesh_config()
2460 !(conf->dot11MeshHWMPRootMode > IEEE80211_ROOTMODE_ROOT)) { in ieee80211_update_mesh_config()
2461 conf->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN; in ieee80211_update_mesh_config()
Dmesh_hwmp.c1308 switch (ifmsh->mshcfg.dot11MeshHWMPRootMode) { in mesh_path_tx_root_frame()
/linux-6.1.9/net/wireless/
Dtrace.h63 __field(u8, dot11MeshHWMPRootMode) \
99 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
Dnl80211.c7976 cur_params.dot11MeshHWMPRootMode) || in nl80211_get_mesh_config()
8160 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshHWMPRootMode, mask, in nl80211_parse_mesh_config()
/linux-6.1.9/include/net/
Dcfg80211.h2234 u8 dot11MeshHWMPRootMode; member