mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 10:00:57 +02:00
fix(esp_wifi): Add depenedency of 192 bit config on wifi enterprise
Closes https://github.com/espressif/esp-idf/issues/17567
This commit is contained in:
@@ -635,6 +635,7 @@ menu "Wi-Fi"
|
|||||||
config ESP_WIFI_SUITE_B_192
|
config ESP_WIFI_SUITE_B_192
|
||||||
bool "Enable NSA suite B support with 192 bit key"
|
bool "Enable NSA suite B support with 192 bit key"
|
||||||
default n
|
default n
|
||||||
|
depends on ESP_WIFI_ENTERPRISE_SUPPORT
|
||||||
depends on SOC_WIFI_GCMP_SUPPORT
|
depends on SOC_WIFI_GCMP_SUPPORT
|
||||||
select ESP_WIFI_GCMP_SUPPORT
|
select ESP_WIFI_GCMP_SUPPORT
|
||||||
select ESP_WIFI_GMAC_SUPPORT
|
select ESP_WIFI_GMAC_SUPPORT
|
||||||
|
Reference in New Issue
Block a user