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.
22
24 Johannes Berg <johannes@sipsolutions.net>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 IEEE80211_SCAN_COMPL(9)