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 544117b commit a35ac11Copy full SHA for a35ac11
zephyr/esp32c2/CMakeLists.txt
@@ -496,6 +496,7 @@ if(CONFIG_SOC_SERIES_ESP32C2)
496
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
497
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
498
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
499
+ "${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
500
# Add internal RC4 as RC4 has been removed from mbedtls
501
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
502
)
0 commit comments