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.


security_mode#

uint8_t sl_wifi_extended_scan_result_t::security_mode

Security mode of the AP.


rssi#

uint8_t sl_wifi_extended_scan_result_t::rssi

RSSI value of the AP.


network_type#

uint8_t sl_wifi_extended_scan_result_t::network_type

Network type of the AP.


ssid#

uint8_t sl_wifi_extended_scan_result_t::ssid[34]

SSID of the AP.


bssid#

uint8_t sl_wifi_extended_scan_result_t::bssid[6]

BSSID of the AP.