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)
1. PHY383.0 (144a41def)
1)add IRAM_ATTR to the API who running in interrupt.
2) add pwdet_sar2_init() to phy_pwdet_onetime_en() for configuring SAR2 to power detect。
2. PHY380.0 (121493c6)
last version PHY379.0 can take watchdog.