10000 Add extra WLAN authmode in docs · Issue #6430 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

Add extra WLAN authmode in docs #6430

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

Open
eliclement opened this issue Sep 10, 2020 · 1 comment
Open

Add extra WLAN authmode in docs #6430

eliclement opened this issue Sep 10, 2020 · 1 comment
Labels
docs needs-info This issue needs more information to be resolvable

Comments

@eliclement
Copy link
eliclement commented Sep 10, 2020

The current docs on the WLAN.scan() method indicates the following 5 authmode modes:

0 – open
1 – WEP
2 – WPA-PSK
3 – WPA2-PSK
4 – WPA/WPA2-PSK

I recently scanned for networks and found one with an authmode 5 which should correspond to a WIFI-AUTH/WPA2-ENTERPRISE authmode but the network authmode module constants available are:

AUTH_MAX (6)
AUTH_OPEN (0)
AUTH_WEP (1)
AUTH_WPA2_PSK (3)
AUTH_WPA_PSK (2)
AUTH_WPA_WPA2_PSK (4)
@jonnor
Copy link
Contributor
jonnor commented Oct 1, 2024

Is it missing just in docs, or in the module itself?

@jonnor jonnor added the needs-info This issue needs more information to be resolvable label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs needs-info This issue needs more information to be resolvable
Projects
None yet
Development

No branches or pull requests

2 participants
0