other versions
- wheezy 3.2.78-1
| STRUCT CFG80211_SCAN(9) | Scanning and BSS list handling | STRUCT CFG80211_SCAN(9) |
NAME¶
struct_cfg80211_scan_request - scan request descriptionSYNOPSIS¶
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];
};
MEMBERS¶
ssidsSSIDs to scan for (active scan only)
n_ssids
number of SSIDs
n_channels
total number of channels to scan
ie
optional information element(s) to add into
Probe Request or NULL
ie_len
length of ie in octets
rates[IEEE80211_NUM_BANDS]
bitmap of rates to advertise for each
band
wiphy
the wiphy this was for
dev
the interface
aborted
(internal) scan request was notified as
aborted
no_cck
used to send probe requests at non CCK rate in
2GHz band
channels[0]
channels to scan on.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |