We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc606f commit 1ff060dCopy full SHA for 1ff060d
zephyr/esp32c6/CMakeLists.txt
@@ -553,6 +553,7 @@ if(CONFIG_SOC_SERIES_ESP32C6)
553
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
554
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
555
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
556
+ "${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
557
# Add internal RC4 as RC4 has been removed from mbedtls
558
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
559
)
0 commit comments