IEEE80211_SCAN_COMPL(9) | Advanced driver interface | IEEE80211_SCAN_COMPL(9) |
NAME¶
ieee80211_scan_completed - completed hardware scan
SYNOPSIS¶
void ieee80211_scan_completed(struct ieee80211_hw * hw, struct cfg80211_scan_info * info);
ARGUMENTS¶
hw
the hardware that finished the scan
info
information about the completed scan
DESCRIPTION¶
When 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.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |