[BUG - Pico W]: Connection with wrong Password
I found a potential Bug with the following example:
https://github.com/hasenradball/PicoEx/blob/main/Pico_wifi_example.py
When using the following config:
config = {'ssid': 'default', 'key': 'default'}
I tried the following steps:
a) wrong ssid, wrong key => No AP found => ok
b) correct ssid, wrong key = 'default' => got IP => Pico conected => why???
c) a) correct ssid, correct key => GOT IP => Pico connected => ok
But why connects the Pico to a network, which having only the SSID?
RPI-PICO-W (CYW43) Wi-Fi AP can only be configured when not active
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues matching this bug, and didn't find any.
Port, board and/or hardware
pico w
MicroPython version
Micropython RP2040 Board CDC COM3
Reproduction
my pico w's access point is locked with the wrong password, it still has a password when i remove it I CANNOT FIX THIS AND THE SSID IS WRONG IT IS SET AS PICO2F6F NOT PicoServer AS IT SHOULD AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA JUST USING ACCESS POINTS BREAK IT
Expected behaviour
expected to create AP and create webserver from there
Observed behaviour
no exception, just broken
Additional Information
No, I've provided everything above.