Updated: October 28, 2024 |
Service Set Identifier (SSID), as a string
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_Ssid_s { char name[QWF_WIFI_MAX_SSID_LEN+1]; } qwf_wifi_Ssid_t;
This structure type is used for holding an SSID string, which represents an Access Point name.