You are viewing documentation for version:
Wi-Fi scan result structure. 
Indicates the results of a Wi-Fi scan operation. 
Public Attributes#
uint32_t
Number of available scan results. 
uint8_t
Channel number of the AP. 
struct sl_wifi_scan_result_t::@0
Array of scan result data. 
Public Attribute Documentation#
scan_count#
uint32_t sl_wifi_scan_result_t::scan_count
Number of available scan results. 
reserved#
uint32_t sl_wifi_scan_result_t::reserved
Reserved. 
rf_channel#
uint8_t sl_wifi_scan_result_t::rf_channel
Channel number of the AP. 
security_mode#
uint8_t sl_wifi_scan_result_t::security_mode
Security mode of the AP. 
rssi_val
uint8_t sl_wifi_scan_result_t::rssi_val
RSSI value of the AP. 
network_type#
uint8_t sl_wifi_scan_result_t::network_type
AP network type. 
ssid#
uint8_t sl_wifi_scan_result_t::ssid[34]
SSID of the AP. 
bssid#
uint8_t sl_wifi_scan_result_t::bssid[6]
BSSID of the AP. 
reserved#
uint8_t sl_wifi_scan_result_t::reserved[2]
Reserved. 
scan_info#
struct sl_wifi_scan_result_t::@0 sl_wifi_scan_result_t::scan_info[]
Array of scan result data.