Page 1 of 1

about wifi

Posted: Fri Aug 10, 2018 9:12 am
by 1163167506
hi all
How to set up TKIP or AES encryption algorithm in AP mode

thanks!!!

Re: about wifi

Posted: Fri Aug 10, 2018 9:15 am
by 1163167506
I am only found the encryption mode int wifi_auth_mode_t
typedef enum {
WIFI_AUTH_OPEN = 0, /**< authenticate mode : open */
WIFI_AUTH_WEP, /**< authenticate mode : WEP */
WIFI_AUTH_WPA_PSK, /**< authenticate mode : WPA_PSK */
WIFI_AUTH_WPA2_PSK, /**< authenticate mode : WPA2_PSK */
WIFI_AUTH_WPA_WPA2_PSK, /**< authenticate mode : WPA_WPA2_PSK */
WIFI_AUTH_WPA2_ENTERPRISE, /**< authenticate mode : WPA2_ENTERPRISE */
WIFI_AUTH_MAX
} wifi_auth_mode_t;

there is no encryption algorithm
why