1IEEE80211_BSS_GET_IE(9) Scanning and BSS list handling IEEE80211_BSS_GET_IE(9)
2
3
4
6 ieee80211_bss_get_ie - find IE with given ID
7
9 const u8 * ieee80211_bss_get_ie(struct cfg80211_bss * bss, u8 ie);
10
12 bss
13 the bss to search
14
15 ie
16 the IE ID
17
19 Note that the return value is an RCU-protected pointer, so
20 rcu_read_lock must be held when calling this function.
21
23 NULL if not found.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 IEEE80211_BSS_GET_IE(9)