Extended Wi-Fi scan result parameters.
Public Attributes#
Pointer to an array contains 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 contains scan results of type sl_wifi_extended_scan_result_t.
210
of file components/protocol/wifi/inc/sl_wifi_types.h
array_length#
uint16_t sl_wifi_extended_scan_result_parameters_t::array_length
Length of the scan results array provided by the user.
211
of file components/protocol/wifi/inc/sl_wifi_types.h
result_count#
uint16_t* sl_wifi_extended_scan_result_parameters_t::result_count
Pointer to store the total count of scan results returned.
212
of file components/protocol/wifi/inc/sl_wifi_types.h
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).
213
of file components/protocol/wifi/inc/sl_wifi_types.h
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).
214
of file components/protocol/wifi/inc/sl_wifi_types.h
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).
215
of file components/protocol/wifi/inc/sl_wifi_types.h
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).
216
of file components/protocol/wifi/inc/sl_wifi_types.h