qwf_wifi_Ssid_t
Service Set Identifier (SSID), as a string
Synopsis:
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_Ssid_s {
char name[QWF_WIFI_MAX_SSID_LEN+1];
} qwf_wifi_Ssid_t;
Data:
- char name[QWF_WIFI_MAX_SSID_LEN+1]
- The SSID, as a fixed-length character string
Library:
qwf_interfaceDescription:
This structure type is used for holding an SSID string, which represents an Access Point name.
Page updated:
