Could you guys please help me to point out how/where can I download the wifi stack code to try to debug my problem of the wifi couldn't reconnect to the same SSID/passkey?
I don't know where to find the dump information like "wifi: add mismatch" in the trace below
Does anyone know where I can find the information for these debug log? It is not in the library folder.W (926900) wifi: add mismatch
I (928220) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (928220) wifi: state: run -> auth (b0)
I (928220) wifi: state: run -> init (7c0)
I (928220) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (928230) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (928230) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (928240) wifi: state: init -> auth (b0)
I (928250) wifi: state: auth -> assoc (0)
I (928250) wifi: state: assoc -> run (10)
W (928260) wifi: add mismatch
I (934220) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (934220) wifi: state: run -> auth (b0)
W (934330) wifi: add mismatch
I (935220) wifi: state: run -> init (200)
I (935220) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (935220) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (935230) wifi: state: init -> auth (b0)
I (935240) wifi: state: auth -> init (fc0)
I (935240) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
W (935250) wifi: tx null, bss is null
I (935370) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (935370) wifi: state: init -> auth (b0)
I (935370) wifi: state: auth -> init (7c0)
I (935380) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
W (935390) wifi: tx null, bss is null
I (935510) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
I (935510) wifi: state: init -> auth (b0)
I (935580) wifi: state: auth -> init (7c0)
I (935580) wifi: new:<11,0>, old:<11,0>, ap:<255,255>, sta:<11,0>, prof:1
W (935580) wifi: tx null, bss is null
W (935830) wifi: tx null, bss is null
I (936430) wifi: new:<6,0>, old:<11,0>, ap:<255,255>, sta:<6,0>, prof:1
I (936440) wifi: state: init -> auth (b0)
I (937440) wifi: state: auth -> init (200)
I (937440) wifi: new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1
W (937440) wifi: tx null, bss is null
W (937500) wifi: tx null, bss is null
I (938290) wifi: new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1
I (938300) wifi: state: init -> auth (b0)
I (939300) wifi: state: auth -> init (200)
I (939300) wifi: new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1
Thank you for your helps.