Searched refs:dot11MeshMaxPeerLinks (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_netdev.c | 605 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks, 606 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC); 748 MESHPARAMS_ADD(dot11MeshMaxPeerLinks); in add_mesh_config()
|
H A D | mesh.h | 319 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks - in mesh_plink_free_count()
|
H A D | cfg.c | 2154 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | mesh.c | 61 .dot11MeshMaxPeerLinks = MESH_MAX_ESTAB_PLINKS,
|
H A D | trace.h | 50 __field(u16, dot11MeshMaxPeerLinks) \ 80 __entry->dot11MeshMaxPeerLinks = conf->dot11MeshMaxPeerLinks; \
|
H A D | nl80211.c | 7138 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config() 7302 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxPeerLinks, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | mesh.c | 65 .dot11MeshMaxPeerLinks = MESH_MAX_ESTAB_PLINKS,
|
H A D | trace.h | 48 __field(u16, dot11MeshMaxPeerLinks) \ 78 __entry->dot11MeshMaxPeerLinks = conf->dot11MeshMaxPeerLinks; \
|
H A D | nl80211.c | 8169 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config() 8333 FILL_IN_MESH_PARAM_IF_SET(tb, cfg, dot11MeshMaxPeerLinks, mask, in nl80211_parse_mesh_config()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh.h | 367 return sdata->u.mesh.mshcfg.dot11MeshMaxPeerLinks - in mesh_plink_free_count()
|
H A D | debugfs_netdev.c | 651 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks, 652 u.mesh.mshcfg.dot11MeshMaxPeerLinks, DEC); 801 MESHPARAMS_ADD(dot11MeshMaxPeerLinks); in add_mesh_config()
|
H A D | cfg.c | 2535 conf->dot11MeshMaxPeerLinks = nconf->dot11MeshMaxPeerLinks; in ieee80211_update_mesh_config()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1885 * @dot11MeshMaxPeerLinks: the maximum number of peer links allowed on this 1957 u16 dot11MeshMaxPeerLinks; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 2228 * @dot11MeshMaxPeerLinks: the maximum number of peer links allowed on this 2303 u16 dot11MeshMaxPeerLinks; member
|
Completed in 84 milliseconds