Query: ieee80211_scan_completed
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_SCAN_COMPL(9) Advanced driver interface IEEE80211_SCAN_COMPL(9)NAMEieee80211_scan_completed - completed hardware scanSYNOPSISvoid ieee80211_scan_completed(struct ieee80211_hw * hw, bool aborted);ARGUMENTShw the hardware that finished the scan aborted set to true if scan was abortedDESCRIPTIONWhen hardware scan offload is used (i.e. the hw_scan callback is assigned) this function needs to be called by the driver to notify mac80211 that the scan finished. This function can be called from any context, including hardirq context.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_SCAN_COMPL(9)