#include <wifi_client_hal.h>
Data Fields | |
| CHAR | ap_ssid [64] |
| CHAR | ap_bssid [64] |
| CHAR | ap_security [64] |
| CHAR | ap_passphrase [128] |
| CHAR | ap_wep_key [128] |
| CHAR ap_bssid[64] |
[MACAddress] The BSSID (Basic Service Set ID) used for the neighboring WiFi SSID {Valid values: empty string}
| CHAR ap_passphrase[128] |
Passphrase of AP, if applicable for the security mode. ASCII passphrase will be minimum 8 characters long and maximum 63 characters long.
| CHAR ap_security[64] |
Security mode of AP. Possible values {"NONE", "WPA-NONE", "WPA-PSK", "WPA-EAP", "IEEE8021X", "FT-PSK", "FT-EAP", "FT-EAP-SHA384", "WPA-PSK-SHA256", "WPA-EAP-SHA256", "SAE", "FT-SAE", "WPA-EAP-SUITE-B", "WPA-EAP-SUITE-B-192", "OSEN", "FILS-SHA256", "FILS-SHA384", "FT-FILS-SHA256", "FT-FILS-SHA384", "OWE", "DPP"}
| CHAR ap_ssid[64] |
The current service set identifier in use by the neighboring WiFi SSID. The value MAY be empty for hidden SSID. SSID can be any string up to 32 characters in length, including 0 length
| CHAR ap_wep_key[128] |
wep_key of AP incase of WEP security. An ASCII string enclosed in quotation marks to encode the WEP key. Without quotes this is a hex string of the actual key.