#include <wl_api.h>
The SSID is a binary string and cannot be treated as a C-string safely. An empty SSID is represented by a SSID struct with the len field set to 0.
Data Fields | |
char | ssid [WL_SSID_MAX_LENGTH] |
uint8_t | len |
uint8_t len |
Length of valid data in ssid member. Cannot be longer than WL_SSID_MAX_LENGTH.
char ssid[WL_SSID_MAX_LENGTH] |
Octet array containing the SSID data.