Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dscan.c126 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
149 if (bss->pub.hidden_beacon_bss) in bss_ref_get()
150 bss_from_pub(bss->pub.hidden_beacon_bss)->refcount++; in bss_ref_get()
161 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
164 hbss = bss_from_pub(bss->pub.hidden_beacon_bss); in bss_ref_put()
194 if (!bss->pub.hidden_beacon_bss) in __cfg80211_unlink_bss()
513 !bss->pub.hidden_beacon_bss) in cfg80211_bss_expire_oldest()
1701 if (WARN_ON_ONCE(bss->pub.hidden_beacon_bss)) in cfg80211_combine_bsses()
1707 bss->pub.hidden_beacon_bss = &new->pub; in cfg80211_combine_bsses()
1761 if (known->pub.hidden_beacon_bss && in cfg80211_update_known_bss()
[all …]
/openbmc/linux/include/net/
H A Dcfg80211.h2801 struct cfg80211_bss *hidden_beacon_bss; member