Home
last modified time | relevance | path

Searched defs:mesh_config (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1950 struct mesh_config { struct
1951 u16 dot11MeshRetryTimeout;
1952 u16 dot11MeshConfirmTimeout;
1953 u16 dot11MeshHoldingTimeout;
1954 u16 dot11MeshMaxPeerLinks;
1955 u8 dot11MeshMaxRetries;
1956 u8 dot11MeshTTL;
1957 u8 element_ttl;
1958 bool auto_open_plinks;
1959 u32 dot11MeshNbrOffsetMaxNeighbor;
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h1494 const struct ieee80211_meshconf_ie *mesh_config; member