1.1.9.3 WDRV_WINC_SSID Struct
C
typedef struct { uint8_t name[WDRV_WINC_MAX_SSID_LEN]; uint8_t length; } WDRV_WINC_SSID;
Description
The SSID consists of a buffer and a length field.
Members
Members | Description |
---|---|
name | SSID name, up to WDRV_WINC_MAX_SSID_LEN characters long. |
length | Length of SSID name. |
Remarks
None.