qwf_wifi_EapMethod_e
Security methods of the Extensible Authentication Protocol (EAP) used by an Access Point
Synopsis:
#include <qwf/qwf_wifi.h>typedef enum {
WIFI_EAP_METHOD_NONE = 0,
WIFI_EAP_METHOD_TLS = 1,
WIFI_EAP_METHOD_TTLS = 2,
WIFI_EAP_METHOD_PEAP = 3
} qwf_wifi_EapMethod_e;Data:
Library:
qwf_interfacePage updated:
