Open
Description
It's currently not possible to disable TKIP encryption when configuring SoftAP mode. TKIP is considered insecure so I'd like to explicitly disable it, leaving just CCMP/AES encryption enabled. While TKIP is enabled iOS reports the AP as having "weak security".
There is a CIPHER_TYPE enum in user_interface.h, but the softap_config structure that is passed to wifi_softap_set_config doesn't allow the CIPHER_TYPE to be selected.
ESP8266_NONOS_SDK/include/user_interface.h
Line 338 in 5de39e8
The ESP8266_RTOS_SDK has the same issue.
Support has been added to the esp-idf though:
Could the same be done here?
Metadata
Metadata
Assignees
Labels
No labels