Esp-idf: AES encryption support for softAP mode in ESP32 (IDFGH-4092)

Created on 11 Oct 2020  路  5Comments  路  Source: espressif/esp-idf

Is your feature request related to a problem? Please describe.

I've updated my phone to iOS14 and I tried connecting to the soft AP of ESP32. I had chosen WPA2_PSK as AUTH mode. When I connect my phone, iOS is giving the warning that, WiFi is using WPA2(TKIP) as encryption and suggesting to use WPA2(AES)/WPA3. Since WPA3 is not available for softAP, I'm requesting to support WPA2(AES) for softAP mode.

Describe the solution you'd like

Adding support for AES for WPA2_PSK or adding WPA3 as auth mode for softAP

Describe alternatives you've considered

I don't think any alternatives available as far this is concerned.

Additional context

iOS13 didn't show warning if we use WPA2(TKIP). Only after the iOS14 update, they marked WPA2(TKIP) as unsafe. Only WPA2(AES) or WPA3 are considered as safe.

Feature Request

Most helpful comment

@coolesthead The softAP already supports AES. By default, it uses mixed mode (CCMP+TKIP) when security is used.

Hi @sagb2015
Is there any workaround to make softAP use AES instead the default mixed mode?

All 5 comments

Thanks for raising this feature request.

@coolesthead The softAP already supports AES. By default, it uses mixed mode (CCMP+TKIP) when security is used. iOS13 maybe cribbing because of the mixed mode. We will add additional parameter in the config to choose the cipher-suite which is currently missing. WPA3 development for SoftAP is in progress.

Thanks @sagb2015 this helps.

@coolesthead The softAP already supports AES. By default, it uses mixed mode (CCMP+TKIP) when security is used.

Hi @sagb2015
Is there any workaround to make softAP use AES instead the default mixed mode?

Interested in this as well. Mainly to get rid of the >= iOS13 warnings.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

howroyd picture howroyd  路  3Comments

ghost picture ghost  路  4Comments

luc-github picture luc-github  路  4Comments

okasha55 picture okasha55  路  3Comments

LosDeiblos picture LosDeiblos  路  4Comments