Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dcfg80211.h2139 struct cfg80211_inform_bss { struct
2140 struct ieee80211_channel *chan;
2141 enum nl80211_bss_scan_width scan_width;
2142 s32 signal;
2143 u64 boottime_ns;
2144 u64 parent_tsf;
2145 u8 parent_bssid[ETH_ALEN] __aligned(2);
2146 u8 chains;
2147 s8 chain_signal[IEEE80211_MAX_CHAINS];
5788 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss() function