OVMS3-idf/components
Deng Xin 862b7b22b5 Bugfix of no disconnect event report if no correct status code report
Problem Description
The reporduce steps are as follows:

1.This issue can be reproduced with 4 ESP32 devices, 2 for stations (STA1, STA2) and 2 for soft-AP (AP1, AP2)
2.Configure AP1/AP2 to the same SSID (ssid_xxx)
3.The max allowed WiFi connections of AP1 is configured to 1 and STA1 connects to AP1
4.The AP1 is close to STA2 while AP2 is far away from STA2 (but the STA2 can find the AP2 via scan)
5.STA2 connects ssid_xxx with all scan method
6.The problem will happen on STA2 because it fails to connec AP1 and never connects AP2

Phenmenon
STA fail to connect after send auth or assoc with a wrong status code, but no disconnect event report and can not connect the next one in the envrionment
Root Cause
Because there are some same ssid APs in the evnrionment, when do all channel scan, it will collect all the matched AP in rc list, because rc list is not empty, so it would send disconnect event, however, we didn't do other step such as connect to other one
VNC MR 575
closes https://github.com/espressif/esp-idf/issues/2323
2018-09-29 16:18:26 +08:00
..
app_trace cmake: fix source list issues 2018-09-13 11:13:27 +08:00
app_update Merge branch 'feature/signature_verify_updates_v3.1' into 'release/v3.1' 2018-09-18 07:56:12 +08:00
aws_iot cmake: make main a component again 2018-09-13 11:13:27 +08:00
bootloader Merge branch 'feature/signature_verify_updates_v3.1' into 'release/v3.1' 2018-09-18 07:56:12 +08:00
bootloader_support Merge branch 'feature/signature_verify_updates_v3.1' into 'release/v3.1' 2018-09-18 07:56:12 +08:00
bt Merge branch 'bugfix/btdm_coex_hw_blocking_v3.1' into 'release/v3.1' 2018-09-28 11:57:26 +08:00
coap cmake: make main a component again 2018-09-13 11:13:27 +08:00
console cmake: fix source list issues 2018-09-13 11:13:27 +08:00
cxx cmake: make main a component again 2018-09-13 11:13:27 +08:00
driver spi_slave: fix the issue rx dma get broken by master unexpected transaction 2018-09-17 22:36:49 +08:00
esp-tls cmake: make main a component again 2018-09-13 11:13:27 +08:00
esp32 Bugfix of no disconnect event report if no correct status code report 2018-09-29 16:18:26 +08:00
esp_adc_cal cmake: make main a component again 2018-09-13 11:13:27 +08:00
esp_http_client cmake: make main a component again 2018-09-13 11:13:27 +08:00
esp_https_ota cmake: make main a component again 2018-09-13 11:13:27 +08:00
espcoredump bugfix: fixed path to esptool when there is no compiled python module for it 2017-03-21 13:30:38 +03:00
esptool_py cmake: Fix "make flash" & "ninja flash" targets 2018-09-18 09:32:54 +10:00
ethernet cmake: make main a component again 2018-09-13 11:13:27 +08:00
expat cmake: make main a component again 2018-09-13 11:13:27 +08:00
fatfs cmake: make main a component again 2018-09-13 11:13:27 +08:00
freertos cmake: make main a component again 2018-09-13 11:13:27 +08:00
heap cmake: fix source list issues 2018-09-13 11:13:27 +08:00
idf_test test: fix incorrect tx power value in adv 2018-09-13 15:48:52 +08:00
jsmn cmake: make main a component again 2018-09-13 11:13:27 +08:00
json cmake: make main a component again 2018-09-13 11:13:27 +08:00
libsodium cmake: fix source list issues 2018-09-13 11:13:27 +08:00
log cmake: make main a component again 2018-09-13 11:13:27 +08:00
lwip lwip: fix the bug that failed to create socket 2018-09-19 16:43:25 +08:00
mbedtls cmake: make main a component again 2018-09-13 11:13:27 +08:00
mdns feat(mdns): fix bug when clean action memory 2018-09-18 23:39:10 +05:30
micro-ecc cmake: make main a component again 2018-09-13 11:13:27 +08:00
newlib cmake: make main a component again 2018-09-13 11:13:27 +08:00
nghttp cmake: make main a component again 2018-09-13 11:13:27 +08:00
nvs_flash nvs-flash: Support for blobs larger than half of SPI Flash sector size 2018-09-24 18:50:35 +05:30
openssl cmake: make main a component again 2018-09-13 11:13:27 +08:00
partition_table cmake: partition_table: Use PYTHON interpreter when running parttool.py (fixes flasher args on Windows) 2018-08-27 18:02:30 +08:00
pthread cmake: make main a component again 2018-09-13 11:13:27 +08:00
sdmmc cmake: make main a component again 2018-09-13 11:13:27 +08:00
smartconfig_ack cmake: make main a component again 2018-09-13 11:13:27 +08:00
soc cmake: make main a component again 2018-09-13 11:13:27 +08:00
spi_flash cmake: make main a component again 2018-09-13 11:13:27 +08:00
spiffs cmake: fix source list issues 2018-09-13 11:13:27 +08:00
tcpip_adapter Merge branch 'bugfix/tw24694_dns_request_no_reply_v3.1' into 'release/v3.1' 2018-09-16 15:18:39 +08:00
ulp cmake: make main a component again 2018-09-13 11:13:27 +08:00
vfs cmake: make main a component again 2018-09-13 11:13:27 +08:00
wear_levelling cmake: make main a component again 2018-09-13 11:13:27 +08:00
wpa_supplicant cmake: make main a component again 2018-09-13 11:13:27 +08:00
xtensa-debug-module cmake: make main a component again 2018-09-13 11:13:27 +08:00