Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dcfg80211.h1932 struct cfg80211_inform_bss { struct
1933 struct ieee80211_channel *chan;
1934 enum nl80211_bss_scan_width scan_width;
1935 s32 signal;
1936 u64 boottime_ns;
1937 u64 parent_tsf;
1938 u8 parent_bssid[ETH_ALEN] __aligned(2);
1939 u8 chains;
1940 s8 chain_signal[IEEE80211_MAX_CHAINS];
5049 cfg80211_inform_bss(struct wiphy *wiphy, in cfg80211_inform_bss() function