Home
last modified time | relevance | path

Searched refs:hidden_beacon_bss (Results 1 – 2 of 2) sorted by relevance

/linux/net/wireless/
H A Dscan.c88 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
111 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
112 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
123 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
126 hbss = bss_from_pub(bss->pub.hidden_beacon_bss); in bss_ref_put()
156 if (!bss->pub.hidden_beacon_bss) in __cfg80211_unlink_bss()
477 !bss->pub.hidden_beacon_bss) in cfg80211_bss_expire_oldest()
1741 if (WARN_ON_ONCE(bss->pub.hidden_beacon_bss)) in cfg80211_combine_bsses()
1747 bss->pub.hidden_beacon_bss = &new->pub; in cfg80211_combine_bsses()
1860 if (known->pub.hidden_beacon_bss && in cfg80211_update_known_bss()
[all …]
/linux/include/net/
H A Dcfg80211.h2968 struct cfg80211_bss *hidden_beacon_bss; member