1. NAME▲

ieee80211_bss_get_ie - find IE with given ID

2. SYNOPSIS ▲

const u8 * ieee80211_bss_get_ie(struct cfg80211_bss *  bss , u8  ie );

3. ARGUMENTS ▲

bss
    the bss to search

ie
    the IE ID

4. DESCRIPTION ▲

Note that the return value is an RCU-protected pointer, so rcu_read_lock must be held when calling this function.

5. RETURN ▲

NULL if not found.

6. AUTHOR ▲

Johannes Berg <>
    Author.

7. COPYRIGHT ▲