Chen Wen
|
dd9a90ccdb
|
feat(wpa2): update wpa2_enterprise code
|
2019-11-26 16:09:57 +08:00 |
|
Chen Wen
|
95ed4d1e50
|
feat(wpa2): add wpa2_enterprise to esp8266
|
2019-11-26 16:09:38 +08:00 |
|
Chen Wen
|
7672988cab
|
fix(lib): fix crash issues while recv ampdu pkt
|
2019-11-12 16:20:28 +08:00 |
|
Zhang Jun Hao
|
5c3f1e058d
|
feat(lib): set the connection to the open router mechanism when pwd is set
|
2019-11-12 16:19:23 +08:00 |
|
Dong Heng
|
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 |
|
Zhang Jun Hao
|
22ca89bd56
|
fix(lib): fix crash when get bandwidth param is null
|
2019-11-01 11:27:28 +08:00 |
|
dongheng
|
464742672c
|
feat(phy): update phy library
Optimize wifi sleep performance when DTIM > 2.
|
2019-10-25 11:30:09 +08:00 |
|
dongheng
|
a4498afae9
|
feat(phy): update phy to 1152.0
Fix clock error when init_data[112] = 1.
|
2019-10-22 09:55:06 +08:00 |
|
Zhang Jun Hao
|
ebc95cd64f
|
feat(lib): add pm log for ssc test
|
2019-10-18 18:05:29 +08:00 |
|
Zhang Jun Hao
|
61b7933fa1
|
fix(lib): fix tsf is not accurate in softap mode
|
2019-10-18 10:28:11 +08:00 |
|
Zhang Jun Hao
|
7cb061f803
|
fix(lib): fix calculate tbtt error in light sleep
|
2019-10-17 19:44:40 +08:00 |
|
Dong Heng
|
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 |
|
dongheng
|
f2cb7b00ba
|
feat(sleep): add function set CPU sleep mode
|
2019-09-30 13:59:08 +08:00 |
|
dongheng
|
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 |
|
Dong Heng
|
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 |
|
dongheng
|
4d4e1c0564
|
fix(esp8266): fix system and wifi sleep/wake process error
|
2019-09-25 14:13:47 +08:00 |
|
Chen Wen
|
ae9dae0735
|
feat(wps): delete some invalid comments
|
2019-09-23 20:38:49 +08:00 |
|
Chen Wen
|
4a4291f198
|
feat(wps): modify CPU CLK APIs
|
2019-09-23 20:29:41 +08:00 |
|
Chen Wen
|
21d8877663
|
feat(wps): add wps code to idf
|
2019-09-23 20:29:41 +08:00 |
|
Chen Wen
|
b32c7a5f0c
|
feat(lib): check dram in NMI
|
2019-09-23 19:45:54 +08:00 |
|
Chen Wen
|
3040519fac
|
feat(lib): improve the ability of receieve packet in sniffer mode
|
2019-09-23 19:15:38 +08:00 |
|
Dong Heng
|
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 |
|
dongheng
|
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 |
|
Zhang Jun Hao
|
d43407924a
|
fix(lib): fix station get ap authmode error
|
2019-09-11 10:37:38 +08:00 |
|
dongheng
|
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 |
|
Zhang Jun Hao
|
dd4b6e27f8
|
feat(lib): add state change log when connect to ap
|
2019-09-06 16:09:31 +08:00 |
|
Zhang Jun Hao
|
c4e74769e7
|
fix(lib): fix station get ap info crash when connect to ap fail
|
2019-09-06 16:01:23 +08:00 |
|
Zhang Jun Hao
|
9fd4951863
|
feat(wifi): refactor wifi power save
|
2019-09-06 15:20:46 +08:00 |
|
dongheng
|
aa965627d1
|
feat(esp8266): add new power management method
|
2019-08-30 20:58:32 +08:00 |
|
Zhang Jun Hao
|
36adeb9478
|
feat(lib): update library
|
2019-08-30 14:19:23 +08:00 |
|
Chen Wen
|
fc301bc167
|
fix(wifi): fix the issue of inconsistent reporting status code in asscociation of different routers
|
2019-08-09 13:45:34 +08:00 |
|
Chen Wen
|
af0fcc0492
|
fix(wifi): fix compatibility issues with AP which configured to 11n only
|
2019-06-14 11:06:39 +08:00 |
|
Dong Heng
|
5307b1f6cd
|
Merge branch 'feature/ssc_flush_print_buf' into 'master'
esp8266: ssc flushes print buffer after printf
See merge request sdk/ESP8266_RTOS_SDK!961
|
2019-05-30 15:00:47 +08:00 |
|
dongheng
|
51361b06b8
|
feat(esp8266): disable UART swap before restart
|
2019-05-30 14:00:22 +08:00 |
|
dongheng
|
934dd5afcf
|
feat(esp8266): ssc flushes print buffer after printf
Commit ID: a832c52c
|
2019-05-29 19:37:41 +08:00 |
|
dongheng
|
e5e1afecf8
|
fix(esp8266): Fix pp_post reenter
|
2019-05-24 10:49:29 +08:00 |
|
Zhang Jun Hao
|
8f258d31a5
|
fix(lib): fix crash when phrase wrong beacon
|
2019-05-24 10:41:51 +08:00 |
|
dongheng
|
9a5ed5dd7a
|
fix(esp8266): Update ssc library
1. Fix SSC state mixed
2. Modify RX queue from 64 to 128
Commit ID: cf530ee3
|
2019-05-15 13:55:37 +08:00 |
|
Zhang Jun Hao
|
9ddfce9a4a
|
fix(lib): fix pwm cannot reenter nmi
|
2019-04-28 11:12:58 +08:00 |
|
dongheng
|
ea43a0c9a6
|
feat(system): Add global ISR swith
|
2019-04-28 10:40:50 +08:00 |
|
Dong Heng
|
ae61e4dce3
|
Revert "Merge branch 'feature/add_global_isr_switch' into 'master'"
This reverts merge request !914
|
2019-04-28 10:32:35 +08:00 |
|
dongheng
|
e7b8e9fa25
|
feat(system): Add global ISR swith
|
2019-04-24 14:40:02 +08:00 |
|
Zhang Jun Hao
|
b28f59909e
|
feat(lib): send deauth to ap before connect
|
2019-04-24 14:32:38 +08:00 |
|
Zhang Jun Hao
|
82d472de6b
|
fix(lib): fix crash when tx state error
|
2019-04-22 16:37:17 +08:00 |
|
Zhang Jun Hao
|
4198a7c72a
|
fix(lib): fix memleak when scanning in sta+softap mode
|
2019-04-16 14:43:23 +08:00 |
|
Zhang Jun Hao
|
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 |
|
Zhang Jun Hao
|
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 |
|
Zhang Jun Hao
|
e1cfe2ab94
|
feat(lib): update library
|
2019-04-12 09:54:37 +08:00 |
|
Zhang Jun Hao
|
6d31fd02fa
|
feat(lib): reduce scan time when connect to AP
|
2019-04-10 10:57:47 +08:00 |
|
Zhang Jun Hao
|
4bcb11e262
|
fix(pp): fix cannot goto force sleep mode when pm is opened
|
2019-04-10 10:46:11 +08:00 |
|