Commit Graph

461 Commits

Author SHA1 Message Date
xiehang
3bab1a12ad drop receiving packets from myself (d5fc3e1f) 2020-09-22 17:32:51 +08:00
ronghulin
c77e1953b9 bugfix: fix softap mode wpa memory leak (b8e62625) 2020-09-11 10:59:21 +08:00
xiehang
d02ebb13a7 Fix WiFi fragment issue (55033629) 2020-07-31 20:35:58 +08:00
zhangyanjiao
b1ee70cefd update wifi lib (11f04976):
1. Fix TX DMA buffer issue
2. API esp_wifi_get_config add acquisition sta.listen_interval
3. Configure bandwidth and phy mode to store NVS
4. Do not reset softAP's tsf except it restart
5. fix the wifi regdomain update bug
6. fix the bug for airkiss find hidden AP fail
7. fix addba and first ampdu send bar
2020-07-08 21:28:17 +08:00
Nachiket Kukade
fac760b58f Avoid parsing RSN/WPA IE's after connection (3de62358) 2020-06-26 16:24:26 +05:30
kapil.gupta
9e38451933 esp_wifi: Remove auth_changed event and fix wpa2_ent authmode threshold(8f6775b9) 2020-06-07 12:17:28 +05:30
ronghulin
e0ee2c1edd feature: optimize some wifi API (fbe45a5b)
1. optimization esp_wifi_set_max_tx_power description
2. add API esp_wifi_ap_get_sta_aid
2020-05-29 11:26:31 +08:00
zhangyanjiao
05b2c6edfa Backport some wifi fixes (1d3e3c21)
1. fix the bug for softAP update second channel wrong
2. query country code wrong when policy change from manual to auto
3. change wifi_scan_time_t from union to struct
4. fix the crash issue when fetch peer after delete the cur_peer
5. fix the timeout issue of EAPOL four-way handshake
2020-05-20 16:08:19 +08:00
xiehang
5951033140 esp_wifi: Fix AP switch to adjacent channel without disconnect (df778561) 2020-05-15 14:18:35 +08:00
zhangyanjiao
9a07ec4110 fix the bug that ESP32 can't get IP address from China Mobile router (f907203a) 2020-04-20 20:13:47 +08:00
liu zhifu
4d9849b28d Fix some WiFi bugs 0326 (835a9582)
Fix following bugs:
1. esp_wifi_sta_get_ap_info() returns actual values of group cipher and pairwise cipher
2. Fix esp_wifi_stop() crash
3. Fix log print level
4. Fix memory leak of wifi stop
2020-04-08 19:31:39 +08:00
xiehang
a6e7e3e95c Update WiFi lib (34a643e3)
1,Reduce WiFi bin size
2,Add TX packets size check
3,Fix scan get rssi error
4,Add wifi stop check at WiFi deinit entry
5,Return fail when setting AP's channel is out of range
6,Fix the bug for setting channel when WiFi in NULL mode
2020-03-24 10:49:16 +08:00
ronghulin
b095adb541 bugfix: Place the Vendor Specific element at the end according to the protocol(265d879f) 2020-03-02 14:28:53 +08:00
xiehang
727736fd4b esp_wifi: Small refactor for ic_set_vif (368a4fe1) 2020-02-20 12:46:37 +08:00
liu zhifu
7b889d5ab5 Fix WiFi buffer reload issue (078def90) 2020-02-13 10:26:21 +08:00
liu zhifu
08f9c80452 Fix the crash caused by double free BAR buffer (f5a6b609) 2020-02-12 16:51:13 +08:00
xiehang
797f4ed7b2 Update wifi lib (4d95fd2f)
1,Fix wifi block scan crash issue.
2,Fix association request RSN information length too big lead crash
3,Fix wifi stop bug when sniffer enable
4,optimize softap power save
5,Fix some wifi timer bugs
6,Fix wifi RX bug
7,Fix the bugs for bandwidth
8,Fix the bug for espnow
9,Fix AMSDU decrypt bug
2020-01-08 17:32:45 +08:00
liu zhifu
922e48ee9a Improve Wi-Fi performance (98c20942) 2020-01-06 21:39:05 +08:00
xiehang
f5b9bcb0d0 Put some rx code to iram and update phy4180 (73f34020) 2019-12-17 20:49:55 +08:00
liu zhifu
deea532dc8 Backport some WiFi fixes 1009 (b2af2c34)
Backport following fixes:
1. Fix the bug for API_CHECK_ENABLED
2. Fix the bug that wpa2 enterprise sta can connect open AP
3. Fix TKIP/CCMP PN replay attack detection bug
4. Increase buffer number type from uint8_t to uint16_t to support more than 255 buffers
5. Avoid recalculating PMK if esp_wifi_set_config() is not called
6. Fix the bug that WiFi stop leads to task watchdog
7. Fix smartconfig IPC crash
8. Fix 5.5M signal test issue
9. Add WiFi lig git commit checking
2019-10-12 10:17:07 +08:00
xiehang
78088da39d esp_wifi: Put g_promis_buf to IRAM (b8319db9) 2019-09-19 20:33:57 +08:00
Tian Hao
89765d7854 fix bug that wifi start/stop may cause crash (efbfe5d)
1. fix bug bb reset lock flag to avoid bb reset lock unhandle (8d44db8)
2. fix bug wifi reset mac cause task watch dog timeout (84aa5da)
3. fix bug wifi reset mac position (efbfe5d)
2019-09-10 16:36:12 +08:00
zhangyanjiao
d800b09192 Update wifi lib:
fix the bug that STA fails to connect WPA_WPA2_PSK Apple AP(3c46a624)
2019-09-06 14:14:52 +08:00
liu zhifu
0d6085887e Revert WiFi RX optimization (0634f3f4) 2019-08-29 11:05:25 +08:00
zhangyanjiao
64f94ff1ab fix the bug for softAP set authmode(da47ded6) 2019-08-23 16:36:27 +08:00
zhangyanjiao
7754eebce0 Update wifi lib:
1. esp_wifi_set_channel should return error when sniffer is not enabled(1bf8ae5e)
2. fix the bug when set WEP authmode or wrong authmode, there is no error return
3. fix the bug that STA parse authmode wrong when AP sets WPA_WPA2_PSK mode
4. fix the bug that wrong error code and wrong event when there is an auto AP in multi-ssid case
2019-08-08 17:35:57 +08:00
zhangyanjiao
c3e419fabd Update wifi lib and phy lib:
fix the watchdog during WiFi scan and BLE scan (40890ad3)
2019-07-19 15:00:15 +08:00
liu zhifu
4590b95ba6 wifi: modify wifi_country_t struct in VNC to keep it consistent with IDF
1. Modify wifi_country_t (29610a50d)
2. Add MD5 check for esp_wifi_types.h
3. Add MD5 check for esp_wifi.h
2019-07-15 22:15:21 +08:00
liu zhifu
0a9c853930 update wifi lib
Fix the bug that WiFi stop causes esp_wifi_internal_reg_rxcb() fails(c233e02bb).
2019-07-15 20:23:49 +08:00
liu zhifu
b4ccec9d34 update wifi lib
Fix WPS/WPA2-Enterprise memory leak (aa6e3a94)
2019-07-14 13:03:57 +08:00
liu zhifu
e41007fa09 update wifi lib
Optimize WiFi RX performace (9b29901a)
2019-07-14 12:57:57 +08:00
liu zhifu
5809bcb33e update wifi lib
Fix the bug that smartconfig crashes when no AP is found(c62d20fa).
2019-07-14 12:47:01 +08:00
zhangyanjiao
e6c7b468a0 Update wifi lib:
softAP send deauth to the STA when 4-way handshake fails(d70a213c)
2019-07-01 11:49:48 +08:00
liu zhifu
0c69df05ab update wifi lib
1. Increase WiFi Rx buffer limits(7feb11b7)
2. Fix WPA2-Enterprise vulnerability
2019-06-30 18:12:17 +08:00
liu zhifu
d4fc472cb4 update wifi lib
Fix following WiFi bugs(169268dc):
1. Make smartconfig thread-safe
2. Fix memory leak in WiFi stop/start/init/deinit
3. Refactor for WiFi IOCTL/init/deint etc
4. Fix the bug that WiFi stop leads to task watchdog
2019-06-30 16:13:16 +08:00
xiehang
7def1ca817 wps: add overlap event (12655caf) 2019-06-27 11:40:39 +08:00
zhangyanjiao
629d7a3b17 Update wifi lib:
fix multi-ssid bugs(b0745a92):
1. no disconnect event when STA recv disassoc after sending auth
2. full channel scan send multi events when recv deauth/disassoc
2019-05-24 18:01:15 +08:00
xiehang
79d5d7a097 wifi: fix softap crash when sta reset (065fbb77) 2019-05-20 20:35:27 +08:00
zhangyanjiao
df3414fed3 Update wifi lib:
fix the bug when scan fail after STA failed to connect to a nonexistent AP (751327e3)
2019-04-30 16:46:20 +08:00
liu zhifu
1c5f7ed265 update wifi lib
Fix some STA certification issues (5d38174):
1. Add support for STA HT2040 coexist management
2. Add support for WPA2 improvements
3. Disallow HT rate when unicast/mcast cipher is TKIP/WEP
4. Minor refactor for WiFi internal global variable auth_type
2019-04-29 19:57:58 +08:00
zhangyanjiao
3e40f1af21 Update wifi lib:
1. modify wifi reason code (7c41a112)
2. fix the bug PMK recal too long
2019-04-28 11:18:20 +08:00
XiaXiaotian
a721c41a99 update libphy.a
1. PHY4008: Disable BT TX in force wifi mode, and enable BT TX in un-force wifi
mode(bacb9c57)
2019-04-19 14:30:44 +08:00
liu zhifu
84f45bea0d update wifi lib
Fix a bug caused by signal test code (b841a64b)
2019-04-17 17:57:41 +08:00
liu zhifu
228d9f195d Update WiFi lib
Add support for signal test (9d45af33)
2019-04-12 15:40:15 +08:00
liu zhifu
6bc88b5c15 update wifi lib
Increase WiFi blocking scan internal timeout value (ad331b4c)
2019-04-08 20:10:24 +08:00
XiaXiaotian
ec401a6244 update wifi lib
1. Fix the bug that no TBTT is generated after receiving wrong beacon
when WiFi and BT coexist(d1372ecc)
2019-04-08 11:44:29 +08:00
baohongde
c174698dd8 components/coex: Fix BT disconnecting due to too many reset BB(fd9ec52)
Update coex version to 1.1.6
2019-04-03 20:52:35 +08:00
zhangyanjiao
9b086e1eb3 Update wifi lib:
increase the block scan time because of changing channel will take at 30ms when BT/WiFi coexist(6d585937)
2019-04-01 10:48:51 +08:00
chenyudong
e0d5c75cb9 Update wifi lib
Decouple mesh and wifi (2510d059)
2019-03-22 17:34:24 +08:00
Liu Zhi Fu
21ffb68948 update wifi lib
Fix following WiFi bugs:(54301684)
1. Fix the bug that STA incorrectly deletes BA when receiving DelBA request
2. Add out of memory check
3. Fix the bug that STA incorrectly receives packets when scanning in connected status
2019-03-01 11:56:11 +08:00