Skip to content

Commit

Permalink
fix(esp_wifi): Expand situations for REASON_NO_AP_FOUND_WITH_COMPATIB…
Browse files Browse the repository at this point in the history
…LE_SECURITY

- Fixes issue with connecting and discovering WEP APs
- Expands the reasons for trigerring a disconnect using
  REASON_NO_AP_FOUND_WITH_COMPATIBLE_SECURITY
-- SAE-PK configured as compulsory in sta config but disabled for the AP
-- SAE-H2e configured as compulsory in sta config but disabled for an AP
that has authmode as WPA3-PSK or WPA3-WPA2-PSK.
-- Open AP found but we have set password or enabled enterprise mode.
-- SAE HnP set in config and AP supports H2E only
-- WPA3-EXT-PSK AP but H2E disabled in config
  • Loading branch information
jgujarathi committed Nov 22, 2023
1 parent c23973d commit 83d9e81
Showing 1 changed file with 1 addition and 1 deletion.