other versions
- wheezy 3.2.78-1
IEEE80211_FIND_STA(9) | Advanced driver interface | IEEE80211_FIND_STA(9) |
NAME¶
ieee80211_find_sta - find a stationSYNOPSIS¶
struct
ieee80211_sta *
ieee80211_find_sta(struct ieee80211_vif * vif,
const u8 * addr);
ARGUMENTS¶
vifvirtual interface to look for station on
addr
station's address
DESCRIPTION¶
This function must be called under RCU lock and the resulting pointer is only valid under RCU lock as well.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |