struct cfg80211_scan_request — scan request description
struct cfg80211_scan_request { struct cfg80211_ssid * ssids; int n_ssids; u32 n_channels; const u8 * ie; size_t ie_len; u32 rates[IEEE80211_NUM_BANDS]; struct wiphy * wiphy; struct net_device * dev; bool aborted; bool no_cck; struct ieee80211_channel * channels[0]; };
SSIDs to scan for (active scan only)
number of SSIDs
total number of channels to scan
optional information element(s) to add into Probe Request or NULL
length of ie in octets
bitmap of rates to advertise for each band
the wiphy this was for
the interface
(internal) scan request was notified as aborted
used to send probe requests at non CCK rate in 2GHz band
channels to scan on.