-->
Page 1 of 1

where is wifi_station_connect located?

PostPosted: Mon Feb 28, 2022 10:03 am
by gzhang
Hi,
New to esp8266, playing around and all of a sudden wifi connect became very slow (several minute to connected status on ST mode).

turned on debugging Serial.setDebugOutput(true);, and looks like everything else is fine but dhcp has no response, and it might be my router (got a tp link ax6000 with about 29 devices on it). Added a new router and it is fine now. Anyone else got the same? Is there some kind of configuration that I need to do on TP link? did a google search and tp link should be able to handle 60 devices.

During the debugging, I was looking through the code, and found calls to wifi_station_connect , defined in user_itnerface.h. However I was unable to find the code for it. Does esp8266 has some kind of onboard code?

Thank you!
Gang

Re: where is wifi_station_connect located?

PostPosted: Fri Mar 04, 2022 7:03 am
by rpiloverbd
Hi, here you may find some examples of wifi_station_connect

https://cpp.hotexamples.com/examples/-/ ... mples.html