Extended Wi-Fi scan result parameters.

Public Attributes#

Pointer to an array containing scan results of type sl_wifi_extended_scan_result_t.

uint16_t

Length of the scan results array provided by the user.

uint16_t *

Pointer to store the total count of scan results returned.

uint8_t *

Pointer to Channel number (Filter based on Channel number of the AP).

uint8_t *

Pointer to Security mode (Filter based on the Security mode of the AP).

uint8_t *

Pointer to RSSI (Filter for APs with an RSSI greater than or equal to given RSSI value).

uint8_t *

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.


Definition at line 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.


Definition at line 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.


Definition at line 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).


Definition at line 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).


Definition at line 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).


Definition at line 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).


Definition at line 195 of file components/protocol/wifi/inc/sl_wifi_types.h