ieee80211_scan_completed

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

ieee80211_scan_completed - completed hardware scan

SYNOPSIS

void ieee80211_scan_completed(struct ieee80211_hw * hw);

ARGUMENTS

hw

the hardware that finished the 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.

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.