kopia lustrzana https://github.com/espressif/esp-idf
1cabd06f0c
Curretly wpa_supplicant uses internal APIs for RSA operations which internally uses lots of big num operations. Big num operations are CPU expensive and can take a lot of time which can cause watchdog timer to tigger. This can be optimize by using mbedtls APIs which uses hardware blocks for big num operations. To fix this, write new crypto_mbedtls-rsa.c which has APIs similar to crypto_internal-rsa.c but uses mbedtls APIs. |
||
---|---|---|
.. | ||
include | ||
port | ||
src | ||
test | ||
CMakeLists.txt | ||
COPYING | ||
Kconfig | ||
component.mk |