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 a35ac11 commit 3dc606fCopy full SHA for 3dc606f
zephyr/esp32c3/CMakeLists.txt
@@ -540,6 +540,7 @@ if(CONFIG_SOC_SERIES_ESP32C3)
540
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
541
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
542
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
543
+ "${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
544
# Add internal RC4 as RC4 has been removed from mbedtls
545
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
546
)
0 commit comments