Structure for storing a Service Set Identifier (i.e. More...
#include <whd_types.h>
Data Fields | |
uint8_t | length |
SSID length. More... | |
uint8_t | value [(32)] |
SSID name (AP name) More... | |
Structure for storing a Service Set Identifier (i.e.
Name of Access Point)
Definition at line 393 of file whd_types.h.
uint8_t length |
SSID length.
Definition at line 395 of file whd_types.h.
uint8_t value[(32) ] |
SSID name (AP name)
Definition at line 396 of file whd_types.h.