Skip to content

Commit aec2635

Browse files
authored
WifiAP disable insecure TKIP (#5122)
fixes #4805
1 parent e7e94ea commit aec2635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFi/src/WiFiAP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ void wifi_softap_config(wifi_config_t *wifi_config, const char * ssid=NULL, cons
9292
wifi_config->ap.ssid_len = strlen(ssid);
9393
if(password != NULL && password[0] != 0){
9494
wifi_config->ap.authmode = authmode;
95+
wifi_config->ap.pairwise_cipher = WIFI_CIPHER_TYPE_CCMP; // Disable by default enabled insecure TKIP and use just CCMP.
9596
snprintf((char*)wifi_config->ap.password, 64, password);
9697
}
9798
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy