1. NAME

cfg80211_scan_done - notify that scan finished

2. SYNOPSIS

void cfg80211_scan_done(struct cfg80211_scan_request *  request , bool  aborted );

3. ARGUMENTS

request
    the corresponding scan request

aborted
    set to true if the scan was aborted for any reason, userspace will be notified of that

4. AUTHOR

Johannes Berg <>
    Author.

5. COPYRIGHT