IEEE80211_BSS_GET_IE(9) | Scanning and BSS list handling | IEEE80211_BSS_GET_IE(9) |
NAME¶
ieee80211_bss_get_ie - find IE with given ID
SYNOPSIS¶
const u8 * ieee80211_bss_get_ie(struct cfg80211_bss * bss, u8 id);
ARGUMENTS¶
bss
the bss to search
id
the element ID
DESCRIPTION¶
Note that the return value is an RCU-protected pointer, so rcu_read_lock must be held when calling this function.
RETURN¶
NULL if not found.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |