mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_example: Enable GCMP, GMAC for 192 bit config
This commit is contained in:
parent
6c5fb29c2c
commit
5a58ab0d4a
@ -6,4 +6,4 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(wpa2_enterprise)
|
||||
project(wifi_enterprise)
|
||||
|
@ -3,6 +3,6 @@
|
||||
# project subdirectory.
|
||||
#
|
||||
|
||||
PROJECT_NAME := wpa2_enterprise
|
||||
PROJECT_NAME := wifi_enterprise
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
@ -10,6 +10,9 @@ menu "Example Configuration"
|
||||
config EXAMPLE_WPA3_192BIT_ENTERPRISE
|
||||
bool "WPA3_192BIT_ENT"
|
||||
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
||||
select ESP_WIFI_GCMP_SUPPORT
|
||||
select ESP_WIFI_GMAC_SUPPORT
|
||||
select WPA_SUITE_B_192
|
||||
endchoice
|
||||
|
||||
config EXAMPLE_WIFI_SSID
|
||||
|
Loading…
x
Reference in New Issue
Block a user