You can chat about native SDK questions and issues here.

User avatar
By sharkx
#72627 Hello all,

I'm faced with the following problem : one ESP8266 module that is configured as SoftAP; some more modules configured as stations; all works well.

But sometimes a station module goes dead (the reason is not important); the problem is that the SoftAP seems not to figure this out, and the wifi_softap_get_station_info still returns info about it, and the SoftAP module still tries to send data to it (hence my other question here : viewtopic.php?f=159&t=16640)

Any idea about how to forcefully disconnect or tell the module the station is not there ?

Thanks in advance.