74 Commits

Author SHA1 Message Date
7912098045 update wifi lib
c1c509b5 - fix packet length error when ap forwards the packet in bridge mode
2016-11-30 13:59:02 +08:00
e8a3f4bafe update wifi lib
1. update phy to version 258wq(redefine printf)

2. default set ps type to WIFI_PS_NONE(fb5a2b07)
2016-11-29 19:37:06 +08:00
8fd09dcc55 update wifi lib
dfe73737 - tw8913 wakeup first before scan
2016-11-28 20:07:51 +08:00
db05e57658 update wifi lib
1. Update phy to version 255, fix HT40 rx issue
2. e32568d8 - some misc fix/optimization about wifi driver:
   1. fix net80211 ioctl return value error
   2. add RX_DONE/TX_DONE/Lock-free optimization code
2016-11-28 18:30:45 +08:00
c0804cdc87 update wifi lib
1. wpa2 enterprise: change wpa2 enterprise APIs to esp_wifi_sta_wpa2_ent_XXX
2016-11-25 17:53:21 +08:00
ef806dcf3e update wifi lib
1. add modem sleep(3b7b01f6)
2016-11-25 15:47:47 +08:00
1ef5197246 update wifi lib(404ca914)
1. change printf to ESP_LOG in wpa2(9ab753c8)

2. fix the bug that exception happens when wps walk timeout(0ae63ef0)
2016-11-25 11:59:26 +08:00
60ae2940df update wifi lib
1. 32afd0a2 - merge bt/wifi coexist code
2016-11-24 21:25:32 +08:00
6cc03db27a update wifi lib
1. add wpa2 enterprise(b3102c2a)
2016-11-24 20:38:59 +08:00
aa74ce2761 update wifi lib
1. some refractor to debug info(da6280b3)

2. fix bug of hung at phy_int in librtc.a(1bb9ce1d)
2016-11-24 17:25:43 +08:00
99798aaace update wifi lib
1. 2698b6fc - remove system_api.c and os_xtensa.c

2. fix printf in lib
2016-11-22 21:44:07 +08:00
1b23899887 update wifi lib
1. remove system_api.c and os_xtensa.c
2016-11-22 21:28:37 +08:00
ea9c156e8a update wifi lib
1. add phy_printf into libcore
2. libphy use phy_printf
2016-11-18 21:04:32 +08:00
a580f70a64 update wifi lib
1. 3309d912 - move phy_init to idf
2016-11-18 18:21:36 +08:00
41da160a5d update wifi lib
1. f7367b9d - softap supports bridge
2016-11-16 13:17:59 +08:00
029edd4368 update wifi lib
1. 5bd88ce7 - sync wifi api between idf and wifi lib
2016-11-15 15:19:22 +08:00
01f5c068e1 update wifi lib
1. 5513fafa - add wps code
2016-11-14 14:39:05 +08:00
84af0ed366 update wifi lib
1. b2124989 - tw8619 merge amsdu code
2. d0dfec6c - tw7591 wifi lib use log api
2016-11-10 21:04:25 +08:00
76f9109806 update wifi lib
ddb0b254: adjust error code definition according to review
2016-11-08 19:12:10 +08:00
66236c85b3 update wifi lib
1. 20212f41: add detailed error code for wifi APIs
2016-11-08 17:27:48 +08:00
a1ab74c2a6 update bt/wifi coexist lib
1. e893d520 - add coexist folder for wifi/bt common code
2. 1740249e - merge bt/wifi phy_init
2016-11-08 11:59:33 +08:00
b3090d8854 update wifi lib
146f5962 - Make the return value of esp_wifi_internal_tx consistent with LWIP error code
2016-11-01 15:27:01 +08:00
9d18fd1a8f update wifi lib
de6de1e0: softap supports max 10 stations
66669ff9: memset sta list in begin of esp_wifi_ap_get_sta_list
2016-10-28 16:35:23 +08:00
12b3435fc0 esp32: update wifi lib
3e67f0f4: sync freertos header from MR 107
2016-10-27 11:53:00 +08:00
774f6073de esp32: update wifi lib
f55d98c2: add wifi API esp_wifi_sta_get_ap_info
2016-10-27 10:39:17 +08:00
b9561aa5db update wifi lib
modify esp_wifi_kick_sta to esp_wifi_deauth_sta
2016-10-26 21:47:37 +08:00
02063e8d40 update wifi lib
refractor for some APIs
2016-10-26 19:59:41 +08:00
0ee0776b53 update wifi lib
1. cc5a5e29 - refractor for some wifi APIs
2. 8d787147 - move soft wdt to idf
2016-10-26 18:12:26 +08:00
d3920845c9 update wifi lib
6ce01d76: rename some wifi internal APIs
aa4d2aa9: last rx buffer is reserved for mgmt frame
bb0ff4a8: tw7775 fix assert when rx auth frame before create bss
2016-10-26 13:39:45 +08:00
f3608e6037 wifi_lib(327866dc)
1. 57039de0 - add watch dog
2. update smartconfig 2.6.2
2016-09-30 12:13:41 +08:00
3853d7ae3d update wifi lib
cb274d8b - add debug api for debugging rx buffer leak issue
f86b0510 - fix rx buffer leak issue
2016-09-29 17:34:55 +08:00
ef242f4fe5 update wifi lib
fe8baaca - tw6513 fix a memory leak issue
2016-09-28 21:27:41 +08:00
a6967f4c1b update wifi lib
1a01e34f - adjust esp_wifi_set/get_promiscuous' arguments from uint8/uint8*
           to bool/bool*
2016-09-26 16:19:22 +08:00
3dce7af8ef update wifi lib
3611e699 - register event handler instead of event Q in esp_wifi_init
2016-09-26 15:52:50 +08:00
e34070d505 wifi_lib (b95f5cfd)
1. fix 240MHz reboot error (TW7355)
2016-09-22 16:12:05 +08:00
ab3c510e51 update wifi lib
b95f5cfd - disable long rate code
2016-09-21 17:37:07 +08:00
9f26b9a190 wifi lib (c73e0034)
1. Fix system crash when calling system_deep_sleep() TW(7356)
2016-09-21 16:29:45 +08:00
9403d944b6 wifi lib update
3b1d4412 (no teamwork id) add debug code
da54b3bd (tw6832) when sta change from state 2->2, send auth with seq 1 instead of 2
414b1e73 (no teamwork id) modify rx buffer from 14 to 25
f3073418 (no teamwork id) remove sensitive words of long rate
2016-09-21 10:58:11 +08:00
3372298fe2 4e489eac
remove freq change in system_init, this will be done in esp-idf.
2016-09-14 17:38:30 +08:00
1303c92c10 wifi lib (b963a9a3)
1. b963a9a3 (support api to set vendor ie)
2. b56399a9 (TW7019)
3. 98d130ff (TW7021)
2016-09-14 15:48:46 +08:00
934d079b3b e6d51cc8 2016-09-09 18:09:21 +08:00
8e46262f50 217632cc 2016-09-09 16:18:11 +08:00
5b8786b66a 796238ca 2016-09-09 13:46:34 +08:00
455287a5bf 5396282b 2016-09-08 22:19:41 +08:00
da16260da7 8bc44cd9 2016-09-07 13:05:37 +08:00
9f1fd72be2 e16fceb5 2016-09-06 17:13:46 +08:00
b0c50d434b da9e21e6 2016-09-02 17:30:08 +08:00
d78cd18de8 377f784f 2016-09-01 18:28:35 +08:00
f064717440 f64d06dc 2016-08-31 19:51:20 +08:00
7719fab863 982e2a5c 2016-08-30 22:06:01 +08:00