netplan not support to establish a wireless WPA3 connection
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
OEM Priority Project |
Confirmed
|
Medium
|
Laider Lai | |||
netplan |
Fix Committed
|
Medium
|
Danilo Egea Gondolfo | |||
netplan.io (Ubuntu) | Status tracked in Mantic | |||||
Jammy |
Confirmed
|
Undecided
|
Unassigned | |||
Kinetic |
Won't Fix
|
Undecided
|
Unassigned | |||
Lunar |
Confirmed
|
Undecided
|
Unassigned | |||
Mantic |
Fix Released
|
Undecided
|
Lukas Märdian |
Bug Description
Hi,
We found netplan failed to establish a wireless WPA3 connection.
[Steps to reproduce]
1. Boot into Ubuntu OS.
2. Modify the netplan configuration and apply it. ($ netplan --debug apply)
[Result]
Failed to establish a WPA3 connection to wireless router
[Failure rate]
100%
[Platform information]
system-
system-
bios-version: 1.08.10
CPU: Intel(R) Core(TM) i7-9700TE CPU @ 1.80GHz (8x)
kernel-version: 5.15.0-
Wifi card: Wi-Fi 6 AX210
OS: 22.04.2 LTS
#netplan configuration
network:
version: 2
wifis:
wlp6s0:
access-
addresses: []
dhcp4: True
nameservers: {}
#error console log from netplan
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
no-carrier (configuring)
ERROR: did not reach routable state
#netplan journal log
...
May 24 08:17:35 ceqa-egw5200 systemd[1]: netplan-
May 24 08:17:35 ceqa-egw5200 systemd[1]: Stopped WPA supplicant for netplan wlp6s0.
May 24 08:17:35 ceqa-egw5200 systemd-
May 24 08:17:35 ceqa-egw5200 systemd-
May 24 08:17:35 ceqa-egw5200 systemd-
May 24 08:17:35 ceqa-egw5200 systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
May 24 08:17:35 ceqa-egw5200 systemd-
May 24 08:17:35 ceqa-egw5200 systemd[1]: Started WPA supplicant for netplan wlp6s0.
May 24 08:17:35 ceqa-egw5200 wpa_supplicant[
<No SSID connection successfully information>
May 24 08:18:26 ceqa-egw5200 wpa_supplicant[
...
tags: | added: fr-4612 |
tags: | added: oem-priority originate-from-2020644 |
tags: | added: foundations-todo |
Changed in netplan: | |
status: | In Progress → Triaged |
Changed in netplan: | |
assignee: | nobody → Danilo Egea Gondolfo (danilogondolfo) |
Changed in netplan.io (Ubuntu): | |
status: | New → Triaged |
Changed in netplan: | |
status: | Triaged → Fix Committed |
Changed in netplan.io (Ubuntu): | |
status: | Triaged → Fix Committed |
tags: | removed: foundations-todo |
Changed in netplan.io (Ubuntu Mantic): | |
status: | Fix Committed → In Progress |
assignee: | nobody → Lukas Märdian (slyon) |
Changed in netplan.io (Ubuntu Kinetic): | |
status: | Confirmed → Won't Fix |
Hello, thank you for your bug report.
In fact Netplan is missing the authentication method required by the WPA3 protocol.
I've created a patch adding support for it. It's available here https:/ /github. com/canonical/ netplan/ pull/369