wpa_supplicant / hostapd
2.5
|
Filter for reporting SSIDs. More...
#include <driver.h>
Data Fields | |
u8 | ssid [SSID_MAX_LEN] |
size_t | ssid_len |
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.