272 Commits

Author SHA1 Message Date
a22a955007 change addr3 to broadcast for ESPNOW
Closes https://github.com/espressif/esp-now/issues/57
2023-03-27 16:35:55 +08:00
64de58678e fix(lib): fix scan state error 2022-10-09 14:10:43 +08:00
81441d2405 fix(lib): do not check basic rate for signal test router 2022-09-13 09:39:39 +08:00
eaf7b3447e feat(phy): update phy library from 1166.0 to 1167.0
1. Fix PWM stopping in some case
2022-02-18 11:53:43 +08:00
548cd734ce fix(pp): do not wait null1 send ok before scan 2021-12-22 11:16:05 +08:00
0f200b4640 Merge branch 'feature/update_phy_library' into 'master'
feat(phy): update phy library from 1163.0 to 1166.0

See merge request sdk/ESP8266_RTOS_SDK!1639
2021-09-03 07:40:12 +00:00
63e168112f feat(phy): update phy library from 1163.0 to 1166.0
1. Optimize RX blocking certification
2. Reduce TX power when bringing up
3. Fix crash when waking up from sleep in case of using 40MHz XTAL
2021-08-31 17:00:15 +08:00
f89953c896 fix(lib): do not rewrite nvs with invalid value and fix ap sta disconnect evt error 2021-08-30 16:25:56 +08:00
1ea174cb9d fix(lib): fix smartconfig stop error 2021-07-26 19:22:49 +08:00
a977a9d24f fix(smartconfig): add timeout for airkiss sync 2021-06-02 15:58:00 +08:00
8a2ab31b50 fix(lib): update lib 2021-05-21 15:32:19 +08:00
620605a39f fix(lib): restart softap when phy mode change 2021-05-18 16:08:10 +08:00
53f2bc65e4 fix(lib): fix beacon ie error when set to bgn mode 2021-05-12 19:38:23 +08:00
fb5894a9dd fix(lib): check and reset mac reg every 2s when rx hang occurs 2021-03-19 11:04:39 +08:00
89ab325083 fix(lib): fix rf state error when scan again in scan cb 2021-01-22 11:02:12 +08:00
9eed376f08 fix(lib): fix hw dump ccmp len error 2021-01-12 14:17:08 +08:00
8ca72fd5f0 fix(lib): fix pm and wifi_get_config error
- fix rf state error when station stop immediately after got ip
 - fix esp_wifi_get_config error
2021-01-06 16:02:57 +08:00
56047135d5 fix(libs): Fix deep sleep input time small leading to stuck 2020-12-29 18:04:28 +08:00
152cc8c839 fix(sc): fix issue caused by switching between ht20 and ht40 2020-12-24 17:04:38 +08:00
a51deaf558 fix(lib): fix some wifi bugs
- drop pkt that hw dump error
 - fix connect error when ap g rate in xrate ie
 - fix connect error when ap send EAPOL key with VO and seq is 0
 - fix block scan error when max scan time large than 5s
 - do not update key pn when espnow packet received
 - fix hw error when ampdu reg was rewrite
2020-12-18 11:32:19 +08:00
b9628e8608 feat(esptouch_v2): support esptouch_v2 2020-12-03 18:02:15 +08:00
e341743dc4 feat(lib): update lib 2020-11-16 17:33:45 +08:00
f04d73aca3 Merge branch 'feature/esp_smartconfig_refactor' into 'master'
feat(smartconfig): refactor smartconfig callback to use esp event

See merge request sdk/ESP8266_RTOS_SDK!1553
2020-11-11 14:24:12 +08:00
d3a974f6f2 feat(smartconfig): refactor smartconfig callback to use esp event
Consistent with esp-idf(branch: release/v4.2, commit id: c5bb6c4)
2020-11-11 11:25:02 +08:00
43f7ed4d14 fix(lib): update lib
- fix connect with wpa3 ap failed when esp8266 in sta+softap mode
 - fix send assoc failure when station connect with wrong ssid
2020-11-06 16:04:18 +08:00
f92709839b fix(lib): fix wpa2 enterprise and smartconfig test error 2020-09-28 16:25:27 +08:00
9eb0ab0d2b feat(lib): update lib
- support rssi info and phy mode in esp_wifi_sta_get_ap_info api
 - enlarge backoff time of multi/broad-cast packet send by softap
 - add user set min/max len support for sniffer
 - transform FCS error packet to application when ESP8266 in sniffer mode
 - fix cipher mode error in scan ap info
2020-09-25 15:41:40 +08:00
16a554073a feat(ssc): update libssc
Commit ID: 26b54231
2020-09-16 10:50:05 +08:00
97fb7b13a1 feat(lib): update lib
- return ERR_MEM when softap power queue is full
- remove some unused code and function
- do not rewrite flash when set station config
- wait 20~40ms before close RF when station received unicast packet from ap
- set default DTIM period to 1 when ESP8266 in softap mode
- fix authmode in scan record is open when scan WPA2/WPA3 router
- add esp_wifi_set_11b_tx_plcp api for signal test
- fix baudrate is incorrect when esp_restart called
2020-09-14 09:48:53 +08:00
8eab9110d7 feat(lib): update lib 2020-09-03 17:04:16 +08:00
6ea6a7dfd5 feat(lib): update lib
- add max connection log in softap
 - add set and get inactive time api
 - remove taskdelay after station disconnect from ap
 - refactor set and get max phy tpw api
 - fix sig test error
2020-09-03 15:35:23 +08:00
c8c35d12d4 update lib 2020-09-03 14:07:07 +08:00
c8fbe7ea19 fix(lib): do not recv pkt send by ourself 2020-09-01 16:28:15 +08:00
e4d5a009c7 feat(lib): refactor wifi connect mechanism with multi same ssid ap
- support espnow receive multi-pkt
   - do not send 802.11 ack when station or ap stopped
   - do not set wifi mode when esp_deep_sleep() called
   - fix softap drop disassoc pkt error
   - refuse app scan when station start connect to ap
   - do nothing when rx other ap's csa information
2020-08-26 16:10:24 +08:00
8f17f60c99 feat(lib): update lib 2020-08-24 11:54:33 +08:00
0eaa8e5098 fix(lib): fix connect timeout with some router 2020-08-12 10:11:05 +08:00
e5bc13563d feat(lib): refactor wifi country code 2020-08-07 10:13:49 +08:00
19513d28de fix(lib): fix softap PMK invalidate in NVS 2020-08-06 19:24:50 +08:00
94006ce466 feat(lib): update lib 2020-08-03 10:25:03 +08:00
ed0cb11ccc feat(lib): refactor wifi tx 2020-07-27 17:34:36 +08:00
290f038c6d feat(lib): update library 2020-07-24 09:41:50 +08:00
e73c871b9f feat(lib): update lib
refactor wifi power management
    set min data tx rate to 5.5Mbps
    set max retry count to 32
    fix some bugs of espnow
    optimize dhcp
2020-07-16 15:54:57 +08:00
65a1809ee8 fix(lib): drop beacon when authmode changed 2020-07-08 11:05:01 +08:00
7adc7a6424 Merge branch 'bugfix/fix_crash_when_esp_restart_called' into 'master'
fix(lib): fix crash when esp_restart called

See merge request sdk/ESP8266_RTOS_SDK!1446
2020-07-07 11:55:32 +08:00
513d9722c7 Merge branch 'bugfix/do_not_refuse_iphone_when_iphone_reconnect_to_softap' into 'master'
fix(lib): do not refuse iphone when iphone reconnect to softap

See merge request sdk/ESP8266_RTOS_SDK!1441
2020-07-07 11:54:48 +08:00
ae5b1b3b86 feat(phy): update phy library from 1159.0 to 1163.0
1. optimize TX EVM
2. optimize clock setting in wake-up
2020-06-30 16:05:38 +08:00
f69fa6bb29 fix(lib): fix crash when esp_restart called 2020-06-28 17:12:12 +08:00
d092b3e47f fix(lib): do not refuse iphone when iphone reconnect to softap 2020-06-24 16:19:00 +08:00
55ba503983 fix(lib): fix connect timeout error 2020-06-08 11:09:10 +08:00
02b5122811 fix(lib): fix anti-clogging test error 2020-06-01 14:03:18 +08:00