$search

wpa_driver_scan_params Struct Reference

#include <driver.h>

List of all members.

Classes

struct  wpa_driver_scan_filter

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_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 214 of file driver.h.


Member Data Documentation

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

Definition at line 229 of file driver.h.

extra_ies_len - Length of extra_ies in octets

Definition at line 234 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 241 of file driver.h.

num_filter_ssids - Number of entries in filter_ssids array

Definition at line 265 of file driver.h.

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

Definition at line 224 of file driver.h.

ssids - SSIDs to scan for

Definition at line 218 of file driver.h.


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


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Fri Mar 1 16:00:55 2013