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
|
#endif
|
||||||
|
|
||||||
#if CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA
|
#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
|
#else
|
||||||
#define WIFI_ENABLE_WPA3_OWE_STA 0
|
#define WIFI_ENABLE_WPA3_OWE_STA 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Submodule components/esp_wifi/lib updated: 7d2b1ab224...e22895a57b
Reference in New Issue
Block a user