27 Commits

Author SHA1 Message Date
2eb979fa08 feat(wpa_supplicant): modify some file for compile 2020-05-27 11:46:17 +08:00
b987cee1d2 feat(wpa_supplicant): modify direction of include files 2020-05-27 10:46:13 +08:00
75f1ceeb64 feat(wpa_supplicant): add PMF and WPA3 support 2020-05-27 10:46:13 +08:00
752fbd7d23 feat(wpa_supplicant): move wpa source file to SDK 2020-05-27 10:46:13 +08:00
aff8a5fad4 feat(wpa_supplicant): redefine wpa_supplicant file structure 2020-05-27 10:46:13 +08:00
18a3839198 feat(util): refactor SHA algorithm of util components 2019-12-17 15:14:54 +08:00
95ed4d1e50 feat(wpa2): add wpa2_enterprise to esp8266 2019-11-26 16:09:38 +08:00
ae9dae0735 feat(wps): delete some invalid comments 2019-09-23 20:38:49 +08:00
4a4291f198 feat(wps): modify CPU CLK APIs 2019-09-23 20:29:41 +08:00
8254a61e73 feat(wps): add the CONFIG_ESP_SHA macro definition 2019-09-23 20:29:41 +08:00
62cc5052fe feat(wps): optimization wps code 2019-09-23 20:29:41 +08:00
0a7d44c858 feat(wps): sync wps_internal code to esp8266
feat(wps): modify CMakeLists.txt
2019-09-23 20:29:41 +08:00
6ac71ff766 feat(wps): fix warning issues 2019-09-23 20:29:41 +08:00
e0c94384b6 feat(wps): support encryption mode configurable 2019-09-23 20:29:41 +08:00
0b1f1ef88b feat(wps): optimization wps code
feat(wps): fix the warning prompt
2019-09-23 20:29:41 +08:00
8c52206736 feat(wps): sync esp32 wps code to esp8266 2019-09-23 20:29:41 +08:00
21d8877663 feat(wps): add wps code to idf 2019-09-23 20:29:41 +08:00
6f86c07c49 feat(util): Add faster MD5 for ESP8266 SoC 2019-08-02 15:58:49 +08:00
9402943622 feat(wpa_supplicant): Add AES-CBC-128 encrypt/decrypt wrap APIs 2019-05-08 14:19:47 +08:00
1c835ba08a feat(util): Add faster AES for ESP8266 SoC 2019-04-22 16:46:20 +08:00
768afde238 feat(util): Add extra SHA and unit test
1. wpa_supplicatn use extra SHA default
2. mbedtls use extra SHA default
3. bootloader use extra SHA default
4. user code can use extra SHA default

Above all, using unified module is easy to maintenance code and save rom or ram.
2019-04-15 16:18:21 +08:00
2909fd0fb1 fix(wpa_supplicant): Fix data align error 2018-10-17 11:12:32 +08:00
35a20462a0 fix(wpa_supplicant): Reduce cache missing and Remove unused function 2018-10-16 16:15:33 +08:00
80f280eda1 feat(crypto): calculate faster in bignum 2018-09-11 15:45:57 +08:00
ff91a915b9 feat(wpa_supplicant): Redefine usd heap to DRAM instead of IRAM 2018-09-10 11:53:14 +08:00
ad289414cc feat(crypto): refactor crypto functions according to ESP_IDF 2018-09-05 16:43:22 +08:00
9b77c0e158 feat(crypto): add crypto library 2018-09-05 16:43:22 +08:00