ESP8266 Developer Zone The Official ESP8266 Forum 2016-03-30T10:46:09+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1807 2016-03-30T10:46:09+08:00 2016-03-30T10:46:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1807&p=6262#p6262 <![CDATA[Re: Softap - Stop]]>
How about wifi_set_opmode(NULL_MODE) ?

Statistics: Posted by ESP_Faye — Wed Mar 30, 2016 10:46 am


]]>
2016-03-30T05:51:23+08:00 2016-03-30T05:51:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1807&p=6253#p6253 <![CDATA[Re: Softap - Stop]]> need to stop the Station mode to.
so to stop softAP can i do:

wifi_set_opmode (STATION_MODE)
wifi_station_autoconnect (0)

Statistics: Posted by narayan — Wed Mar 30, 2016 5:51 am


]]>
2016-03-02T16:42:55+08:00 2016-03-02T16:42:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1807&p=5919#p5919 <![CDATA[Re: Softap - Stop]]>
Call wifi_set_opmode(STATION_MODE); to set it to be station mode. Can this help?

Statistics: Posted by ESP_Faye — Wed Mar 02, 2016 4:42 pm


]]>
2016-02-24T09:26:15+08:00 2016-02-24T09:26:15+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1807&p=5810#p5810 <![CDATA[Softap - Stop]]> wifi_softap_set_config_current ()
wifi_set_opmode (xxx)
wifi_softap_dhcps_start ()

How do I stop the SOFTAP (completly stop it - not just beaconing). I don't want anybody connecting.
Is there an API or should I set something specific in wifi_softap_set_config_current ()?

Thanks

narayan

Statistics: Posted by narayan — Wed Feb 24, 2016 9:26 am


]]>