From 63312aa64d23d1c199ea1a43c0c021e03bed1d0c 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 9becd30ba2..9a236c9922 100644 --- a/components/esp_wifi/Kconfig +++ b/components/esp_wifi/Kconfig @@ -635,6 +635,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