wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
wpa_driver_scan_params::wpa_driver_scan_filter Struct Reference

Filter for reporting SSIDs. More...

#include <driver.h>

Data Fields

u8 ssid [SSID_MAX_LEN]
 
size_t ssid_len
 

Detailed Description

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.


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