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; struct wiphy * wiphy; struct net_device * dev; bool aborted; 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
the wiphy this was for
the interface
(internal) scan request was notified as aborted
channels to scan on.