Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cfg80211_scan_request Struct Reference

#include <cfg80211.h>

Data Fields

struct cfg80211_ssidssids
 
int n_ssids
 
u32 n_channels
 
const u8ie
 
size_t ie_len
 
u32 rates [IEEE80211_NUM_BANDS]
 
struct wireless_devwdev
 
struct wiphywiphy
 
bool aborted
 
bool no_cck
 
struct ieee80211_channelchannels [0]
 

Detailed Description

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.

Field Documentation

bool aborted

Definition at line 1022 of file cfg80211.h.

struct ieee80211_channel* channels[0]

Definition at line 1026 of file cfg80211.h.

const u8* ie

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.

Definition at line 1016 of file cfg80211.h.

Definition at line 1010 of file cfg80211.h.

Definition at line 1018 of file cfg80211.h.

Definition at line 1021 of file cfg80211.h.


The documentation for this struct was generated from the following file: