1IEEE80211_FIND_STA(9) Advanced driver interface IEEE80211_FIND_STA(9)
2
3
4
6 ieee80211_find_sta - find a station
7
9 struct ieee80211_sta * ieee80211_find_sta(struct ieee80211_vif * vif,
10 const u8 * addr);
11
13 vif
14 virtual interface to look for station on
15
16 addr
17 station's address
18
20 The station, if found. NULL otherwise.
21
23 This function must be called under RCU lock and the resulting pointer
24 is only valid under RCU lock as well.
25
27 Johannes Berg <johannes@sipsolutions.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 IEEE80211_FIND_STA(9)