Closed AxelLin closed 4 years ago
@AxelLin Thanks for reporting and letting us know about this. We will look into.
Hi @sagb2015 BTW, since you are working on the authmode threshold for WIFI_AUTH_WPA2_ENTERPRISE, had better also check if setting threshold.authmode=WPA3_PSK and authmode=WPA2_WPA3_PSK works or not if the target AP is WPA3_PSK or WPA2_WPA3_PSK.
We had a fix which was merged recently, will share updates when it is available on GitHub. Thanks.
Environment
Problem Description
Seems someting wrong with threshold.authmode for WIFI_AUTH_WPA2_ENTERPRISE. Test using examples/wifi/wpa2_enterprise.
If I add below change:
Then it seems does not join the target AP at all. The log won't display "wpa2_task".
Expected Behavior
Setting threshold.authmode = WIFI_AUTH_WPA2_ENTERPRISE should be able to join AP with WPA2 enterprise.
Actual Behavior
Seems wpa2_task is not started at all if setting threshold.authmode = WIFI_AUTH_WPA2_ENTERPRISE.