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

support WPA3 wifi networks #25757

Closed
wants to merge 3 commits into from
Closed

Conversation

incognitojam
Copy link
Contributor

@incognitojam incognitojam commented Sep 12, 2022

@incognitojam
Copy link
Contributor Author

incognitojam commented Sep 13, 2022

When trying to connect to a WPA3 network using nmcli on the comma three, it fails to connect... Maybe there is some outdated package?

comma@tici:/data/openpilot$ nmcli dev wifi connect incognitojam password loremipsum
Error: No network with SSID 'incognitojam' found.
comma@tici:/data/openpilot$ journalctl
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7008] device (wlan0): Activation: starting connection 'incognitojam' (3eb9d674-5194-4abd-a911-edc9fe0aeb5b)
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7036] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7043] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7057] device (wlan0): Activation: (wifi) access point 'incognitojam' has security, but secrets are required.
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7058] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7109] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7116] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 12 17:37:41 tici NetworkManager[58559]: <info>  [1663029461.7133] device (wlan0): Activation: (wifi) connection 'incognitojam' has security, and secrets exist.  No new secrets needed.
Sep 12 17:37:43 tici NetworkManager[58559]: <info>  [1663029463.7684] device (wlan0): supplicant interface state: disconnected -> scanning
Sep 12 17:38:07 tici NetworkManager[58559]: <warn>  [1663029487.2707] device (wlan0): Activation: (wifi) association took too long, failing activation
Sep 12 17:38:07 tici NetworkManager[58559]: <info>  [1663029487.2712] device (wlan0): state change: config -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Sep 12 17:38:07 tici NetworkManager[58559]: <warn>  [1663029487.2955] device (wlan0): Activation: failed for connection 'incognitojam'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wi-Fi networks with WPA3 are not supported
3 participants