Extended Wi-Fi scan result.

Public Attributes#

uint8_t

Channel number of the AP.

uint8_t

Security mode of the AP.

uint8_t

RSSI value of the AP.

uint8_t

Network type of the AP.

uint8_t

SSID of the AP.

uint8_t

BSSID of the AP.

Public Attribute Documentation#

rf_channel#

uint8_t sl_wifi_extended_scan_result_t::rf_channel

Channel number of the AP.


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

security_mode#

uint8_t sl_wifi_extended_scan_result_t::security_mode

Security mode of the AP.


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

rssi#

uint8_t sl_wifi_extended_scan_result_t::rssi

RSSI value of the AP.


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

network_type#

uint8_t sl_wifi_extended_scan_result_t::network_type

Network type of the AP.


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

ssid#

uint8_t sl_wifi_extended_scan_result_t::ssid[34]

SSID of the AP.


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

bssid#

uint8_t sl_wifi_extended_scan_result_t::bssid[6]

BSSID of the AP.


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