WLAN AP stops working after STA becomes disconnected
-
Is anyone seeing this with Wipy 1.20.3.b3 FW?
Using STA_AP mode, the wipy connects as a station, when the station connection is broken. It is no longer possible to connect to Wipy via its access point. Steps to reproduce:
from network import WLAN wlan=WLAN() wlan.init(mode=WLAN.STA_AP,ssid='WipyWan', auth=(WLAN.WPA2,'12345678'), channel=11, antenna=WLAN.INT_ANT) wlan.connect('iPhone', auth=(WLAN.WPA2, '12345678'), timeout=8000, hostname = 'wipy')
Run these commands and let the Wipy connect to a hotspot. Once connected, turn the hotspot off. Then attempt to connect to the Wipy via WipyWan.