Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dcfg80211.h2375 struct cfg80211_inform_bss { struct
2376 struct ieee80211_channel *chan;
2377 enum nl80211_bss_scan_width scan_width;
2378 s32 signal;
2379 u64 boottime_ns;
2380 u64 parent_tsf;
2381 u8 parent_bssid[ETH_ALEN] __aligned(2);
2382 u8 chains;
2383 s8 chain_signal[IEEE80211_MAX_CHAINS];
6221 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss() function