Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
struct cfg80211_ssid * | ssids |
int | n_ssids |
u32 | n_channels |
const u8 * | ie |
size_t | ie_len |
u32 | rates [IEEE80211_NUM_BANDS] |
struct wireless_dev * | wdev |
struct wiphy * | wiphy |
bool | aborted |
bool | no_cck |
struct ieee80211_channel * | channels [0] |
struct cfg80211_scan_request - scan request description
: SSIDs to scan for (active scan only) : number of SSIDs : channels to scan on. : 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 wireless device to scan for : (internal) scan request was notified as aborted : used to send probe requests at non CCK rate in 2GHz band
Definition at line 1009 of file cfg80211.h.
bool aborted |
Definition at line 1022 of file cfg80211.h.
struct ieee80211_channel* channels[0] |
Definition at line 1026 of file cfg80211.h.
Definition at line 1013 of file cfg80211.h.
Definition at line 1014 of file cfg80211.h.
u32 n_channels |
Definition at line 1012 of file cfg80211.h.
int n_ssids |
Definition at line 1011 of file cfg80211.h.
bool no_cck |
Definition at line 1023 of file cfg80211.h.
u32 rates[IEEE80211_NUM_BANDS] |
Definition at line 1016 of file cfg80211.h.
struct cfg80211_ssid* ssids |
Definition at line 1010 of file cfg80211.h.
struct wireless_dev* wdev |
Definition at line 1018 of file cfg80211.h.
Definition at line 1021 of file cfg80211.h.