about wifi

1163167506
Posts: 30
Joined: Mon Jun 11, 2018 5:52 am

about wifi

Postby 1163167506 » Fri Aug 10, 2018 9:12 am

hi all
How to set up TKIP or AES encryption algorithm in AP mode

thanks!!!

1163167506
Posts: 30
Joined: Mon Jun 11, 2018 5:52 am

Re: about wifi

Postby 1163167506 » Fri Aug 10, 2018 9:15 am

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

Who is online

Users browsing this forum: ESP_Sprite and 246 guests