wifi:station join and leave continuously while connecting Mobile device
Posted: Mon Dec 18, 2023 12:23 pm
Hello Team,
We were using ESP32 IDF 3.2 into one of our product and migrated to SP32 IDF 4.4 in which following component has been kept as older ESP32 IDF 3.2
ESP32 is working as AP+STA Mode in which STA mode is working while into AP mode devices are not able to connect.
But, We are facing issues after couple of days into few hardware like Mobile Device or any other device which is trying to connect to ESP32 (ESP32 as AP Mode) is not able to connect and continuous join and leave prints are coming.
It was working fine till few days and after that issue is being faced randomly without any change into device side.
Below are logs for reference
Let me know if anyone has faced similar kind of issues at their end.
Note - If we change wifi configuration or flash firmware again then it is started to work normally.
We were using ESP32 IDF 3.2 into one of our product and migrated to SP32 IDF 4.4 in which following component has been kept as older ESP32 IDF 3.2
So, We have ported our application with that and it is also running fine into normal case.TCP/IP Adapter
ESP32 is working as AP+STA Mode in which STA mode is working while into AP mode devices are not able to connect.
But, We are facing issues after couple of days into few hardware like Mobile Device or any other device which is trying to connect to ESP32 (ESP32 as AP Mode) is not able to connect and continuous join and leave prints are coming.
It was working fine till few days and after that issue is being faced randomly without any change into device side.
Below are logs for reference
I (23226) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
I (23226) wifi b2:33:2e:ce:80:57 join, AID=1, bgn, 20
I (27236) wifi b2:33:2e:ce:80:57 leave, AID = 1, bss_flags is 658530, bss:0x3fff9240
I (27236) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
I (29266) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
I (29276) wifi b2:33:2e:ce:80:57 join, AID=1, bgn, 20
I (33276) wifi b2:33:2e:ce:80:57 leave, AID = 1, bss_flags is 658530, bss:0x3fff9240
I (33276) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
I (35306) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
I (35316) wifi b2:33:2e:ce:80:57 join, AID=1, bgn, 20
I (35326) wifi b2:33:2e:ce:80:57 leave, AID = 1, bss_flags is 658530, bss:0x3fff9240
I (35326) wifi<6,0>, old:<6,0>, ap:<6,2>, sta:<6,0>, prof:1
Let me know if anyone has faced similar kind of issues at their end.
Note - If we change wifi configuration or flash firmware again then it is started to work normally.