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

#include <cfg80211.h>

Data Fields

struct cfg80211_ssidssids
 
int n_ssids
 
u32 n_channels
 
u32 interval
 
const u8ie
 
size_t ie_len
 
struct cfg80211_match_setmatch_sets
 
int n_match_sets
 
s32 rssi_thold
 
struct wiphywiphy
 
struct net_devicedev
 
struct ieee80211_channelchannels [0]
 

Detailed Description

struct cfg80211_sched_scan_request - scheduled scan request description

: SSIDs to scan for (passed in the probe_reqs in active scans) : number of SSIDs : total number of channels to scan : interval between each scheduled scan cycle : optional information element(s) to add into Probe Request or NULL : length of ie in octets : sets of parameters to be matched for a scan result entry to be considered valid and to be passed to the host (others are filtered out). If ommited, all results are passed. : number of match sets : the wiphy this was for : the interface : channels to scan : don't report scan results below this threshold (in s32 dBm)

Definition at line 1057 of file cfg80211.h.

Field Documentation

struct ieee80211_channel* channels[0]

Definition at line 1073 of file cfg80211.h.

Definition at line 1070 of file cfg80211.h.

const u8* ie

Definition at line 1062 of file cfg80211.h.

Definition at line 1063 of file cfg80211.h.

Definition at line 1061 of file cfg80211.h.

Definition at line 1064 of file cfg80211.h.

u32 n_channels

Definition at line 1060 of file cfg80211.h.

int n_match_sets

Definition at line 1065 of file cfg80211.h.

int n_ssids

Definition at line 1059 of file cfg80211.h.

s32 rssi_thold

Definition at line 1066 of file cfg80211.h.

Definition at line 1058 of file cfg80211.h.

Definition at line 1069 of file cfg80211.h.


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