wireless
wireless copied to clipboard
connect() returns True, but authorization isn't successful
This is unexpected behaviour, IMO. Could this be router specific? It's a HITRON-B090.
Code Sample:
resp = wireless.Wireless().connect(ssid="MY_SSID", password="MY_PASSWORD")
if resp: log.debug("connected!")
not working
Definitely seems like unexpected behavior! I have tried this with the HITRON-B090 or with an iPhone. If you guys make some headway towards your individual applications, then pull requests would be appreciated!