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.
189
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.
190
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.
191
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).
192
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).
193
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).
194
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).
195
of file components/protocol/wifi/inc/sl_wifi_types.h