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, bool aborted);
10
12 hw
13 the hardware that finished the scan
14
15 aborted
16 set to true if scan was aborted
17
19 When hardware scan offload is used (i.e. the hw_scan callback is
20 assigned) this function needs to be called by the driver to notify
21 mac80211 that the scan finished. This function can be called from any
22 context, including hardirq context.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 IEEE80211_SCAN_COMPL(9)