22 Commits

Author SHA1 Message Date
3ed6d0352b fix(lib): do not connect to ap when set country called 2020-03-16 11:01:46 +08:00
0003ef6572 feat(esp8266): refactor ets timer process 2020-02-26 11:11:10 +08:00
d3bf1b4e19 fix(lib): fix issue when scanning wpa2_enterprise routers 2019-12-23 14:51:17 +08:00
6d428b2851 fix(lib): fix bcn timeout when rx buf num less than 4 2019-12-05 15:43:57 +08:00
dd9a90ccdb feat(wpa2): update wpa2_enterprise code 2019-11-26 16:09:57 +08:00
95ed4d1e50 feat(wpa2): add wpa2_enterprise to esp8266 2019-11-26 16:09:38 +08:00
22ca89bd56 fix(lib): fix crash when get bandwidth param is null 2019-11-01 11:27:28 +08:00
61b7933fa1 fix(lib): fix tsf is not accurate in softap mode 2019-10-18 10:28:11 +08:00
f2cb7b00ba feat(sleep): add function set CPU sleep mode 2019-09-30 13:59:08 +08:00
d43407924a fix(lib): fix station get ap authmode error 2019-09-11 10:37:38 +08:00
dd4b6e27f8 feat(lib): add state change log when connect to ap 2019-09-06 16:09:31 +08:00
c4e74769e7 fix(lib): fix station get ap info crash when connect to ap fail 2019-09-06 16:01:23 +08:00
9fd4951863 feat(wifi): refactor wifi power save 2019-09-06 15:20:46 +08:00
36adeb9478 feat(lib): update library 2019-08-30 14:19:23 +08:00
fc301bc167 fix(wifi): fix the issue of inconsistent reporting status code in asscociation of different routers 2019-08-09 13:45:34 +08:00
af0fcc0492 fix(wifi): fix compatibility issues with AP which configured to 11n only 2019-06-14 11:06:39 +08:00
ea43a0c9a6 feat(system): Add global ISR swith 2019-04-28 10:40:50 +08:00
b28f59909e feat(lib): send deauth to ap before connect 2019-04-24 14:32:38 +08:00
4198a7c72a fix(lib): fix memleak when scanning in sta+softap mode 2019-04-16 14:43:23 +08:00
c135158f02 feat(lib): optimize the time of station connects to AP
1. save channel to NVS after connect.
2. scan with the saved channel first, if can not connect to AP, then do all channel scan.
2019-04-15 16:20:48 +08:00
d2202f8dfa fix(lib): remove wme info by default
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/539
2019-04-12 17:42:14 +08:00
e1cfe2ab94 feat(lib): update library 2019-04-12 09:54:37 +08:00