Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dscan.c124 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
147 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
148 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
159 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
161 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put()
195 if (!bss->pub.hidden_beacon_bss) in __cfg80211_unlink_bss()
474 !bss->pub.hidden_beacon_bss) in cfg80211_bss_expire_oldest()
1571 if (WARN_ON_ONCE(bss->pub.hidden_beacon_bss)) in cfg80211_combine_bsses()
1577 bss->pub.hidden_beacon_bss = &new->pub; in cfg80211_combine_bsses()
1621 if (known->pub.hidden_beacon_bss && in cfg80211_update_known_bss()
[all …]
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h2445 struct cfg80211_bss *hidden_beacon_bss; member