Updated: October 28, 2024 |
Security methods of the Extensible Authentication Protocol (EAP) used by an Access Point
#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;