qwf_wifi_Ssid_t

Updated: April 19, 2023

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_interface

Description:

This structure type is used for holding an SSID string, which represents an Access Point name.