1.1.10.6 WDRV_WINC_SSID
Struct type
Summary
Structure to hold an SSID.
Description
The SSID consist of a buffer and a length field.
Remarks
None.
typedef struct { /* SSID name, up to WDRV_WINC_MAX_SSID_LEN characters long. */ uint8_t name[WDRV_WINC_MAX_SSID_LEN]; /* Length of SSID name. */ uint8_t length; } WDRV_WINC_SSID;