'\" t .\" Title: ieee80211_scan_completed .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_SCAN_COMPL" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_scan_completed \- completed hardware scan .SH "SYNOPSIS" .HP \w'void\ ieee80211_scan_completed('u .BI "void ieee80211_scan_completed(struct\ ieee80211_hw\ *\ " "hw" ", struct\ cfg80211_scan_info\ *\ " "info" ");" .SH "ARGUMENTS" .PP \fIhw\fR .RS 4 the hardware that finished the scan .RE .PP \fIinfo\fR .RS 4 information about the completed scan .RE .SH "DESCRIPTION" .PP .PP When hardware scan offload is used (i\&.e\&. the \fBhw_scan\fR 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\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br