mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(owe): Correct OWE station config bit
This commit is contained in:
@@ -292,7 +292,7 @@ extern wifi_osi_funcs_t g_wifi_osi_funcs;
|
||||
#endif
|
||||
|
||||
#if CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA
|
||||
#define WIFI_ENABLE_WPA3_OWE_STA (1<<11)
|
||||
#define WIFI_ENABLE_WPA3_OWE_STA (1<<10)
|
||||
#else
|
||||
#define WIFI_ENABLE_WPA3_OWE_STA 0
|
||||
#endif
|
||||
|
||||
Submodule components/esp_wifi/lib updated: 7d2b1ab224...e22895a57b
Reference in New Issue
Block a user