220 Commits

Author SHA1 Message Date
cfc96bcaa2 feat(lib): update library 2020-05-27 11:46:26 +08:00
bec5ca6fe6 feat(lib): remove wpa lib 2020-05-27 11:46:26 +08:00
89177a8365 feat(phy): update phy library from 1156.0 to 1059.0
1. add phy configuration parameters calibration
2020-04-21 18:01:30 +08:00
b8c0dc7e50 fix(lib): fix return code error when set wrong authmode in softap config 2020-04-20 20:59:13 +08:00
afc84b13ac fix(lib): fix menleak when station send illegal packet 2020-04-15 15:00:20 +08:00
21f5b0ebc5 feat(lib): do not drop beacon without basic rate 2020-04-15 14:20:38 +08:00
25e39348a2 feat(lib): update library 2020-04-15 14:10:31 +08:00
a4dbca40f5 feat(phy): update phy library from 1155.0 to 1156.0
1. fix bug in calibration
2. reduce RAM cost
3. reduce current when RF is closed
2020-03-24 15:11:26 +08:00
e75c117880 fix(lib): fix sleep error when period cal called 2020-03-16 11:27:57 +08:00
3ed6d0352b fix(lib): do not connect to ap when set country called 2020-03-16 11:01:46 +08:00
6aafbdcc1c fix(esp8266): fix NMI call function in flash 2020-03-09 10:44:56 +08:00
bb1e2b1ac1 feat(esp8266): refactor function "os_update_cpu_frequency" 2020-03-05 09:37:48 +08:00
0003ef6572 feat(esp8266): refactor ets timer process 2020-02-26 11:11:10 +08:00
77aa687eeb fix(esp8266): fix deep sleep fail 2020-02-25 11:48:04 +08:00
d3bf1b4e19 fix(lib): fix issue when scanning wpa2_enterprise routers 2019-12-23 14:51:17 +08:00
0b2c3908d7 fix(lib): fix probe request length error 2019-12-10 10:23:30 +08:00
6d428b2851 fix(lib): fix bcn timeout when rx buf num less than 4 2019-12-05 15:43:57 +08:00
843d1486b9 fix(pp): fix receive data frame error in sniffer mode 2019-11-26 16:56:28 +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
7672988cab fix(lib): fix crash issues while recv ampdu pkt 2019-11-12 16:20:28 +08:00
5c3f1e058d feat(lib): set the connection to the open router mechanism when pwd is set 2019-11-12 16:19:23 +08:00
d6c4be69e0 feat(phy): update phy library to 1155.0
Fix phy software closing RF to cause system error.
2019-11-11 18:42:40 +08:00
22ca89bd56 fix(lib): fix crash when get bandwidth param is null 2019-11-01 11:27:28 +08:00
464742672c feat(phy): update phy library
Optimize wifi sleep performance when DTIM > 2.
2019-10-25 11:30:09 +08:00
a4498afae9 feat(phy): update phy to 1152.0
Fix clock error when init_data[112] = 1.
2019-10-22 09:55:06 +08:00
ebc95cd64f feat(lib): add pm log for ssc test 2019-10-18 18:05:29 +08:00
61b7933fa1 fix(lib): fix tsf is not accurate in softap mode 2019-10-18 10:28:11 +08:00
7cb061f803 fix(lib): fix calculate tbtt error in light sleep 2019-10-17 19:44:40 +08:00
d6ec931ec7 Merge branch 'feature/set_cpu_sleep_mode' into 'master'
sleep: add function set CPU sleep mode

See merge request sdk/ESP8266_RTOS_SDK!1116
2019-09-30 14:45:31 +08:00
f2cb7b00ba feat(sleep): add function set CPU sleep mode 2019-09-30 13:59:08 +08:00
c7ac512e99 feat(phy): update phy library to 1151.0
1. rename function from "rtc_init_2" to be "rtc_init_clk"
2. reduce time cost of openning RF
3. locate "phy_close_rf" and "i2c" from flash to IRAM
2019-09-29 18:14:51 +08:00
3cd3d751c9 Merge branch 'feature/add_wps_to_IDF' into 'master'
feat(wps): add wps to idf

See merge request sdk/ESP8266_RTOS_SDK!1111
2019-09-25 14:32:14 +08:00
4d4e1c0564 fix(esp8266): fix system and wifi sleep/wake process error 2019-09-25 14:13:47 +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
21d8877663 feat(wps): add wps code to idf 2019-09-23 20:29:41 +08:00
b32c7a5f0c feat(lib): check dram in NMI 2019-09-23 19:45:54 +08:00
3040519fac feat(lib): improve the ability of receieve packet in sniffer mode 2019-09-23 19:15:38 +08:00
f1cd394290 Merge branch 'feature/relink_phy_ets_printf' into 'master'
phy: relink ets_printf of libphy.a to phy_printf

See merge request sdk/ESP8266_RTOS_SDK!1095
2019-09-17 10:36:46 +08:00
6b7c87189d feat(phy): relink ets_printf of libphy.a to phy_printf
"phy_printf" has no output.
2019-09-16 15:47:50 +08:00
d43407924a fix(lib): fix station get ap authmode error 2019-09-11 10:37:38 +08:00
157e214436 feat(esp8266): update libphy to version 1149
1. seperate rtc module from phy
2. fix the bug that frequency shifts in some scenarios
2019-09-09 10:29:11 +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
aa965627d1 feat(esp8266): add new power management method 2019-08-30 20:58:32 +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