Home
last modified time | relevance | path

Searched refs:hidden_beacon_bss (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dscan.c38 * structure, the "hidden_list" and "hidden_beacon_bss" pointer.
42 * hidden_beacon_bss pointer points to the BSS struct holding the
49 * hidden_beacon_bss pointer. When a BSS struct that has such a
54 * Note that the hidden_beacon_bss pointer never changes, due to
58 * Also note that the hidden_beacon_bss pointer is only relevant
124 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()
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c38 * structure, the "hidden_list" and "hidden_beacon_bss" pointer.
42 * hidden_beacon_bss pointer points to the BSS struct holding the
49 * hidden_beacon_bss pointer. When a BSS struct that has such a
54 * Note that the hidden_beacon_bss pointer never changes, due to
58 * Also note that the hidden_beacon_bss pointer is only relevant
126 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()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h2421 * (implementation note: if @hidden_beacon_bss is set this struct doesn't
2423 * @hidden_beacon_bss struct)
2425 * @hidden_beacon_bss: in case this BSS struct represents a probe response from
2428 * points to the same data as hidden_beacon_bss->beacon_ies in that case.
2448 struct cfg80211_bss *hidden_beacon_bss; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h2774 * (implementation note: if @hidden_beacon_bss is set this struct doesn't
2776 * @hidden_beacon_bss struct)
2778 * @hidden_beacon_bss: in case this BSS struct represents a probe response from
2781 * points to the same data as hidden_beacon_bss->beacon_ies in that case.
2801 struct cfg80211_bss *hidden_beacon_bss; member

Completed in 35 milliseconds