mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b557cca6b9
Problem Description The reporduce steps are as follows: 1. put more than one same ssid AP in the environment; 2. set the STA mac address in one of the APs blacklist, and make sure the AP is closest to STA; 3. set the scan method in station config as all channel scan; 4. try to connect the AP which set STA in blacklist 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 570 closes https://github.com/espressif/esp-idf/issues/2323