Default to supporting both, TKIP and CCMP on WPA2 AP #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/wpa2-tkip-ccmp-ap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From testing it seems that some clients might have problems connecting to CCMP-only WPA2 APs.
While not optimal from a security perspective his commit enables TKIP support. This might allow a broader range of devices to connect to the chargers AP.
Nvm, I think this is not a problem and should be working correctly out of the box (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_ap_config_t describes how pairwise cipher behaves if set up with invalid value)
Pull request closed