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 d0d8139 commit 544117bCopy full SHA for 544117b
zephyr/esp32s3/CMakeLists.txt
@@ -575,6 +575,7 @@ if(CONFIG_SOC_SERIES_ESP32S3)
575
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
576
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
577
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
578
+ "${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
579
# Add internal RC4 as RC4 has been removed from mbedtls
580
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
581
)
0 commit comments