wpa_driver_scan_params Struct Reference

#include <driver.h>

List of all members.

Classes

struct  wpa_driver_scan_filter
struct  wpa_driver_scan_ssid

Public Attributes

const u8extra_ies
size_t extra_ies_len
struct
wpa_driver_scan_params::wpa_driver_scan_filter
filter_ssids
int * freqs
size_t num_filter_ssids
size_t num_ssids
struct
wpa_driver_scan_params::wpa_driver_scan_ssid 
ssids [WPAS_MAX_SCAN_SSIDS]

Detailed Description

struct wpa_driver_scan_params - Scan parameters Data for struct wpa_driver_ops::scan2().

Definition at line 201 of file driver.h.


Member Data Documentation

extra_ies - Extra IE(s) to add into Probe Request or NULL

Definition at line 227 of file driver.h.

extra_ies_len - Length of extra_ies in octets

Definition at line 232 of file driver.h.

filter_ssids - Filter for reporting SSIDs

This optional parameter can be used to request the driver wrapper to filter scan results to include only the specified SSIDs. NULL indicates that no filtering is to be done. This can be used to reduce memory needs for scan results in environments that have large number of APs with different SSIDs.

The driver wrapper is allowed to take this allocated buffer into its own use by setting the pointer to NULL. In that case, the driver wrapper is responsible for freeing the buffer with os_free() once it is not needed anymore.

freqs - Array of frequencies to scan or NULL for all frequencies

The frequency is set in MHz. The array is zero-terminated.

Definition at line 239 of file driver.h.

num_filter_ssids - Number of entries in filter_ssids array

Definition at line 263 of file driver.h.

num_ssids - Number of entries in ssids array Zero indicates a request for a passive scan.

Definition at line 222 of file driver.h.

ssids - SSIDs to scan for


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Fri Jan 11 10:05:16 2013