From eb93cd9932f1f9b1b46618f94050e6a20ea90f5e Mon Sep 17 00:00:00 2001 From: Kapil Gupta Date: Thu, 11 Sep 2025 13:00:20 +0530 Subject: [PATCH] fix(esp_wifi): Add depenedency of 192 bit config on wifi enterprise Closes https://github.com/espressif/esp-idf/issues/17567 --- components/esp_wifi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_wifi/Kconfig b/components/esp_wifi/Kconfig index 0e7f779b36..10fbc5c53b 100644 --- a/components/esp_wifi/Kconfig +++ b/components/esp_wifi/Kconfig @@ -544,6 +544,7 @@ menu "Wi-Fi" config ESP_WIFI_SUITE_B_192 bool "Enable NSA suite B support with 192 bit key" default n + depends on ESP_WIFI_ENTERPRISE_SUPPORT depends on SOC_WIFI_GCMP_SUPPORT select ESP_WIFI_GCMP_SUPPORT select ESP_WIFI_GMAC_SUPPORT