Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
struct cfg80211_ssid * | ssids |
int | n_ssids |
u32 | n_channels |
u32 | interval |
const u8 * | ie |
size_t | ie_len |
struct cfg80211_match_set * | match_sets |
int | n_match_sets |
s32 | rssi_thold |
struct wiphy * | wiphy |
struct net_device * | dev |
struct ieee80211_channel * | channels [0] |
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.
struct ieee80211_channel* channels[0] |
Definition at line 1073 of file cfg80211.h.
struct net_device* dev |
Definition at line 1070 of file cfg80211.h.
Definition at line 1062 of file cfg80211.h.
Definition at line 1063 of file cfg80211.h.
Definition at line 1061 of file cfg80211.h.
struct cfg80211_match_set* match_sets |
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.
struct cfg80211_ssid* ssids |
Definition at line 1058 of file cfg80211.h.
Definition at line 1069 of file cfg80211.h.