Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi.Authmode broken in beta.5 #7339

Closed
bill88t opened this issue Dec 13, 2022 · 0 comments · Fixed by #7349
Closed

wifi.Authmode broken in beta.5 #7339

bill88t opened this issue Dec 13, 2022 · 0 comments · Fixed by #7349
Assignees
Milestone

Comments

@bill88t
Copy link

bill88t commented Dec 13, 2022

CircuitPython version

Adafruit CircuitPython 8.0.0-beta.5 on 2022-12-08; Waveshare ESP32-S2-Pico with ESP32S2
Adafruit CircuitPython 8.0.0-beta.5 on 2022-12-08; Raspberry Pi Pico W with rp2040

Code/REPL

import wifi
a = wifi.radio.start_scanning_networks()
for i in a:
  print(str(i.authmode))

Behavior

[None, None]
[None, None]
[None, None]
[wifi.AuthMode.WEP, None, None]

Description

wifi.Authmode.WPA2?
wifi.Authmode.OPEN?

Additional information

I sadly do not have the time to debug this one myself, so it's up to you guys.

@bill88t bill88t added the bug label Dec 13, 2022
@bill88t bill88t changed the title wifi.network.authmode broken in beta.5 wifi.Authmode broken in beta.5 Dec 13, 2022
@dhalbert dhalbert added this to the 8.0.0 milestone Dec 14, 2022
@dhalbert dhalbert self-assigned this Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants