1. NAME

ieee80211_find_sta - find a station

2. SYNOPSIS

struct ieee80211_sta * ieee80211_find_sta(struct ieee80211_vif *  vif , const u8 *  addr );

3. ARGUMENTS

vif
    virtual interface to look for station on

addr
    stationAqs address

4. RETURN

The station, if found. NULL otherwise.

5. NOTE

This function must be called under RCU lock and the resulting pointer is only valid under RCU lock as well.

6. AUTHOR

Johannes Berg <>
    Author.

7. COPYRIGHT