| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Wi-Fi scan result, each result is provided to the net_mgmt_event_callback via its info attribute (see net_mgmt.h) More...
#include <wifi_mgmt.h>
Data Fields | |
| uint8_t | ssid [WIFI_SSID_MAX_LEN] | 
| SSID.   | |
| uint8_t | ssid_length | 
| SSID length.   | |
| uint8_t | band | 
| Frequency band.   | |
| uint8_t | channel | 
| Channel.   | |
| enum wifi_security_type | security | 
| Security type.   | |
| enum wifi_mfp_options | mfp | 
| MFP options.   | |
| int8_t | rssi | 
| RSSI.   | |
| uint8_t | mac [WIFI_MAC_ADDR_LEN] | 
| BSSID.   | |
| uint8_t | mac_length | 
| BSSID length.   | |
Wi-Fi scan result, each result is provided to the net_mgmt_event_callback via its info attribute (see net_mgmt.h)
| uint8_t wifi_scan_result::band | 
Frequency band.
| uint8_t wifi_scan_result::channel | 
Channel.
| uint8_t wifi_scan_result::mac[WIFI_MAC_ADDR_LEN] | 
BSSID.
| uint8_t wifi_scan_result::mac_length | 
BSSID length.
| enum wifi_mfp_options wifi_scan_result::mfp | 
MFP options.
| int8_t wifi_scan_result::rssi | 
RSSI.
| enum wifi_security_type wifi_scan_result::security | 
Security type.
| uint8_t wifi_scan_result::ssid[WIFI_SSID_MAX_LEN] | 
SSID.
| uint8_t wifi_scan_result::ssid_length | 
SSID length.