Liu Zhi Fu
04e656c303
Update wifi/phy/rtc lib
...
1. Update libphy.a to v3900 (phy submodule commit: 4c02a1dc5)
2. Update librtc.a to v238 (rct submodule commit: ba66f971)
3. Update wifi lib to include following changes (fa8f8c64)
- add scan_method, sort_method and threshold when invoke esp_wifi_get_config()
- add rssi of each STA in softAP list
- add country information in scan result
- add noise floor in rx pkt
2018-05-18 11:54:50 +08:00
Liu Zhi Fu
ba4c4ce08e
update wifi lib
...
Support to create wifi task on any core (166536106)
2018-05-17 22:03:03 +08:00
Liu Zhi Fu
3b4ce03f46
Update wifi lib
...
Add API to support configuring customer WPS factory information (6ef97481)
2018-05-17 16:42:09 +08:00
Liu Zhi Fu
c581fa9bed
update wifi lib
...
Fully support esp_wifi_80211_tx (8bd53051c)
2018-05-15 14:06:52 +08:00
Liu Zhi Fu
a93e18a06e
udpate wifi lib
...
Add support to sniffer WiFi control packets (b2d1340dad)
2018-05-13 18:43:01 +08:00
XiaXiaotian
efae38d4d6
update wifi lib
...
1. refactor smartconfig: move wifi part to wifi lib and lwip part to
IDF(90cbed9e)
2018-05-11 10:45:03 +08:00
Liu Zhi Fu
e21cf48e26
update wifi lib
...
1. Deauth the station if soft-AP already has max WiFi connections (f0bb389d)
2. Fix the bug that WiFi receives duplicate MPDU (d0b3851d9f)
2018-05-06 17:22:29 +08:00
Liu Zhi Fu
7c8fc4a8f1
update wifi lib
...
Replace portENTER_CRITICAL/portEXIT_CRITICAL with semaphore lock if
the protected resource is only accessed by tasks (0bda62e1)
2018-05-03 16:24:07 +08:00
Liu Zhi Fu
8cd9fd455e
udpate wifi lib
...
Support static allocation of freertos queue used in ISR handler (91df453adb)
2018-04-27 11:11:42 +08:00
qiyueixa
e9e4579336
mesh: add fix root function(182b8750fcb0)
...
1. fix a bug in connect to a different parent without removing rc.
2018-04-26 15:21:21 +08:00
Liu Zhi Fu
3ca7b8a9af
update wifi lib
...
Fix some wifi phy mode issues (2de750712)
2018-04-24 16:20:54 +08:00
Liu Zhi Fu
0810a36f80
update wifi lib
...
Minor fix for WiFi TX (change ppProcessAllTxQ to ppProcessTxQ in ppTask()) (d17e64c0)
2018-04-23 19:05:46 +08:00
Liu Zhi Fu
96aa65a84b
update wifi lib
...
Fix the bug that soft-AP fails to retry eapol frame (f2d9b18040)
2018-04-22 10:16:03 +08:00
Liu Zhi Fu
00dff75576
update wifi lib
...
Fix soft-AP eapol not retry bug
2018-04-19 14:32:27 +08:00
qiyueixa
04299f48a7
mesh: update mesh libs(c09b6060b910)
...
1. fix issues on sending beacon caused by too much tx retries on other packets.
2. modify not to scan if rc exists when connect.
3. modify scan dwell time to default 120ms fo root.
2018-04-17 17:35:29 +08:00
qiyueixa
5fc06965e5
mesh: update mesh libs(a01f400c1a6b)
...
1. fix a bug in initliazing map beacon interval.
2. fix not send MESH_EVENT_ROUTING_TABLE_REMOVE when MESH_NWK_CHILD_DISCONNECTED.
3. fix a bug in returning roots ie len.
2018-04-13 11:49:47 +08:00
qiyueixa
6657b2f40e
add mesh lib(2fc15c0558f2)
2018-04-04 16:16:11 +08:00