espressif / esp-idf-provisioning-android

Android Provisioning application for ESP-IDF Unified provisioning
Apache License 2.0
202 stars 133 forks source link

feat: WPA3 constants #65

Closed brunoro closed 2 years ago

brunoro commented 2 years ago

The wifi_constants.proto file esp-idf contains enum values describing the WPA2/WPA3 mixed mode and the WPA3 SAE modes. This PR appends the missing enum values to the proto file and to the corresponding Java source.

The lack of theses constants caused issues when scanning for networks when any WPA3 network is available within the range of the ESP device. Connecting to WPA2/WPA3 networks works fine after the fix, with the ESP device selecting the WPA2 mode correctly.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

brunoro commented 2 years ago

Closing in favor of https://github.com/espressif/esp-idf-provisioning-android/pull/67