Zephyr API 3.6.99
|
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 [32] |
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 [6] |
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[6] |
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[32] |
SSID.
uint8_t wifi_scan_result::ssid_length |
SSID length.