fix(owe): Correct OWE station config bit

This commit is contained in:
Sajia
2026-09-17 14:36:29 +05:30
parent e877b7cb4c
commit a36137025b
2 changed files with 2 additions and 2 deletions

View File

@@ -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