ESP8266 Developer Zone The Official ESP8266 Forum 2017-10-29T16:59:58+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=6951 2017-10-29T16:59:58+08:00 2017-10-29T16:59:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=17055#p17055 <![CDATA[Re: Controlling of connected station to softAP]]>
blubb wrote:
Actually, in libmain there seems to be a wifi_softap_deauth function... .


Well done, blubb! It seems it is what I was looking for. I found the prototype for the function:

Code:

bool wifi_softap_deauth(uint8 mac[6]);

I've just tried it - it works fine. So the function provides us a possibility to disconnection of some station from our AP if it is necessary.

Statistics: Posted by ukrsms — Sun Oct 29, 2017 4:59 pm


]]>
2017-10-28T05:13:09+08:00 2017-10-28T05:13:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=16768#p16768 <![CDATA[Re: Controlling of connected station to softAP]]> Maybe Espressif could elaborate on this.

Statistics: Posted by blubb — Sat Oct 28, 2017 5:13 am


]]>
2017-10-21T01:49:53+08:00 2017-10-21T01:49:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=16548#p16548 <![CDATA[Re: Controlling of connected station to softAP]]> Maybe you should open a request here:
https://github.com/espressif/ESP8266_NONOS_SDK/issues

On the other hand even just a very short password should do the job for you...

Statistics: Posted by blubb — Sat Oct 21, 2017 1:49 am


]]>
2017-10-20T20:37:54+08:00 2017-10-20T20:37:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=16543#p16543 <![CDATA[Re: Controlling of connected station to softAP]]> Statistics: Posted by ukrsms — Fri Oct 20, 2017 8:37 pm


]]>
2017-10-18T21:09:52+08:00 2017-10-18T21:09:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=16505#p16505 <![CDATA[Re: Controlling of connected station to softAP]]> Statistics: Posted by blubb — Wed Oct 18, 2017 9:09 pm


]]>
2017-10-17T18:04:12+08:00 2017-10-17T18:04:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6951&p=16481#p16481 <![CDATA[Controlling of connected station to softAP]]> I'm using the ESP8266 module for WIFI communications but there is one thing caused a great problem for our device. We use Soft AP to set credentials for the ESP to connect it to a router. But the problem is that we use open WIFI net without security and sometimes all available channels become busy :x before I started to connect to AP. I looked through the documentation but haven't found any information how could ESP itself disconnect some station from its WIFi. Could someone help me to solve the problem?

Statistics: Posted by ukrsms — Tue Oct 17, 2017 6:04 pm


]]>