Access Point profile data
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_ApProfileData_s {
qwf_wifi_Ssid_t ssid;
qwf_wifi_SecurityProtocol_e authProtocol;
char passphrase[QWF_WIFI_MAX_PASSPHRASE+1];
char wepKey[QWF_WIFI_128_BIT_WEPKEY_LEN+1];
uint16_t maxClients;
qwf_wifi_Standard_e standard;
qwf_wifi_FrequencyBand_e band;
bool privacy;
} qwf_wifi_ApProfileData_t;
SSID, as a NULL-terminated string
Supported security protocol
Passphrase, as a NULL-terminated string
WEP key, as a NULL-terminated string
Maximum number of clients allowed on the Access Point
Wi-Fi standard used by the Access Point
Frequency band for the Access Point
Privacy flag for the Access Point, defining whether connected clients can see each other