Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dscan.c69 if (ies && !bss->pub.hidden_beacon_bss) in bss_free()
91 if (bss->pub.hidden_beacon_bss) { in bss_ref_get()
92 bss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_get()
104 if (bss->pub.hidden_beacon_bss) { in bss_ref_put()
106 hbss = container_of(bss->pub.hidden_beacon_bss, in bss_ref_put()
128 if (!bss->pub.hidden_beacon_bss) in __cfg80211_unlink_bss()
730 if (WARN_ON_ONCE(bss->pub.hidden_beacon_bss)) in cfg80211_combine_bsses()
736 bss->pub.hidden_beacon_bss = &new->pub; in cfg80211_combine_bsses()
786 if (found->pub.hidden_beacon_bss && in cfg80211_bss_update()
873 new->pub.hidden_beacon_bss = &hidden->pub; in cfg80211_bss_update()
/linux-4.1.27/include/net/
Dcfg80211.h1626 struct cfg80211_bss *hidden_beacon_bss; member