update wifi library (771f1dc)
1. fix BLE connection missing in coex mode
2. modify other parameters to make coex priority more reasonable
update librtc.a (V239)
!MR511
1. increase max layer limit from 15 to 25.
2. add esp_mesh_set_6m_rate() to set minium rate to 6Mbps for data packets.
3. modify only root saves settings to nvs.
4. fix ap_loss.
!MR511
1. increase max layer limit from 15 to 25.
2. add esp_mesh_set_6m_rate() to set minium rate to 6Mbps for data packets.
3. modify only root saves settings to nvs.
!MR507
1. fix osi bug causes esp_mesh_send() never return when TOS is set.
2. fix in self-healing, devices never reconnect or scan a parent.
3. modify short annonce interval from 300ms to 500ms.
4. fix parent switch issue.
5. use the same coreID as wifi.
1. fix rx state parse if CSI is enabled(974aa77b)
2. make smartconfig channel timer thread safe(871ae4c8)
3. fix sniffer filter mask to keep the same as IDF(a1ee8005)
Fix some bugs introduced by WiFi OS adapter (53556e42a1):
1. Fix WiFi/BT coexist not work bug
2. Add size/version check for crypto struct
3. Add MD5 check for crypto header files
MR!495
1. add MESH_EVENT_SCAN_DONE event.
2. add APIs esp_mesh_scan_get_ap_record() and
esp_mesh_scan_get_ap_ie_len() to get scan results.
3. modify API esp_mesh_set_self_organized() by adding parameter
"select_parent".
4. modify API esp_mesh_set_parent() by adding parameter
"parent_mesh_id".
5. if self is set as Root-Fixed, ignore root conflicts.
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
1. use FRC2 timer instead of WDEV_NOW() for modem sleep to calculate
TBTT time to fix the bug that miss beacon leads to incorrect
TBTT(34cfb0f1)
2. add rssi to sta rx probe req(1aba340d)
3. allocate mimo packet to internal memory(ce378ce9)
4. remove rc when ap not found(37058c03)
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.
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.
1. fix TKIP counter measure fail issue(d63b857d)
2. support WPS enrollee in APSTA mode(b868d1dd)
3. fix sniffer stop cause ap not rx data issue(eefe22d0)
4. add an API to enable/disable ap rx probe request event(f9df83d7)