1IEEE80211_SCAN_COMPL(9) Advanced driver interface IEEE80211_SCAN_COMPL(9)
2
3
4
6 ieee80211_scan_completed - completed hardware scan
7
9 void ieee80211_scan_completed(struct ieee80211_hw * hw,
10 struct cfg80211_scan_info * info);
11
13 hw
14 the hardware that finished the scan
15
16 info
17 information about the completed scan
18
20 When hardware scan offload is used (i.e. the hw_scan callback is
21 assigned) this function needs to be called by the driver to notify
22 mac80211 that the scan finished. This function can be called from any
23 context, including hardirq context.
24
26 Johannes Berg <johannes@sipsolutions.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 IEEE80211_SCAN_COMPL(9)