Extended Wi-Fi scan result parameters.
Public Attributes#
Pointer to an array containing scan results of type sl_wifi_extended_scan_result_t.
Length of the scan results array provided by the user.
Pointer to store the total count of scan results returned.
Pointer to Channel number (Filter based on Channel number of the AP).
Pointer to Security mode (Filter based on the Security mode of the AP).
Pointer to RSSI (Filter for APs with an RSSI greater than or equal to given RSSI value).
Pointer to Network type (Filter based on APs network type).
Public Attribute Documentation#
scan_results#
sl_wifi_extended_scan_result_t* sl_wifi_extended_scan_result_parameters_t::scan_results
Pointer to an array containing scan results of type sl_wifi_extended_scan_result_t.
array_length#
uint16_t sl_wifi_extended_scan_result_parameters_t::array_length
Length of the scan results array provided by the user.
result_count#
uint16_t* sl_wifi_extended_scan_result_parameters_t::result_count
Pointer to store the total count of scan results returned.
channel_filter#
uint8_t* sl_wifi_extended_scan_result_parameters_t::channel_filter
Pointer to Channel number (Filter based on Channel number of the AP).
security_mode_filter#
uint8_t* sl_wifi_extended_scan_result_parameters_t::security_mode_filter
Pointer to Security mode (Filter based on the Security mode of the AP).
rssi_filter#
uint8_t* sl_wifi_extended_scan_result_parameters_t::rssi_filter
Pointer to RSSI (Filter for APs with an RSSI greater than or equal to given RSSI value).
network_type_filter#
uint8_t* sl_wifi_extended_scan_result_parameters_t::network_type_filter
Pointer to Network type (Filter based on APs network type).