ESP8266 Developer Zone The Official ESP8266 Forum 2017-05-02T09:38:50+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=3328 2017-05-02T09:38:50+08:00 2017-05-02T09:38:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3328&p=12726#p12726 <![CDATA[Additional beacon being sent after last CSA beacon]]>
Why the filter rule send plain text only? Is it a bug or what?

Thanks.

Statistics: Posted by RiliyVax — Tue May 02, 2017 9:38 am


]]>
2017-02-08T08:17:13+08:00 2017-02-08T08:17:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3328&p=11265#p11265 <![CDATA[Re: Additional beacon being sent after last CSA beacon]]>
wifi_set_channel() does not have any impact when the SoftAP is running (i.e., when the Station is disconnected).

My hope would be to use wifi_set_channel() to cause a Channel Switch Announcement to be issued so that all of the connected STAs would not be deauth'd. Right now, the only way to change the channel seems to be to call wifi_softap_set_config, but that results in a deauth/disassociate as the SoftAP shuts down (just to start back up again with the same SSID/PSK).

Statistics: Posted by jfollas — Wed Feb 08, 2017 8:17 am


]]>
2017-02-07T09:24:55+08:00 2017-02-07T09:24:55+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3328&p=11258#p11258 <![CDATA[Additional beacon being sent after last CSA beacon]]>
I don't have proof yet, but I think this may be preventing some STAs from following the channel switch. In particular, I have been trying to troubleshoot why Android devices seem to wait on the old channel instead of moving to the SoftAP's new channel, and this stray beacon may be the reason.

Example:

Code:

SN      SSID           CurrChan   CSA
=====   ============   ========   ========
1058    ESP_1BEB89     9
1062    ESP_1BEB89     9          Mode: 1, Number: 4, Count: 3
1064    ESP_1BEB89     9          Mode: 1, Number: 4, Count: 2
1066    ESP_1BEB89     9          Mode: 1, Number: 4, Count: 1
1068    ESP_1BEB89     9
(then no more beacons because the switch occurred)

Statistics: Posted by jfollas — Tue Feb 07, 2017 9:24 am


]]>