[Bug 2023238] Re: netplan not support to establish a wireless WPA3 connection

Laider Lai 2023238 at bugs.launchpad.net
Wed Jul 5 08:11:56 UTC 2023


Hi Lukas / Danilo,

Thanks for your information. The test result is passed on the target platform.
If there are no other concerns, could you help to make WPA3 patches into the netplan.io package in Mantic and SRUed back to Jammy? Tks.

===verification log (sensitive information is replaced as <xxx>)===
ubuntu at ubuntu:~$ apt list --installed | grep netplan
...
libnetplan0/jammy,now 0.106.1-2~22.04.1~ppa0 amd64 [installed,automatic]
netplan.io/jammy,now 0.106.1-2~22.04.1~ppa0 amd64 [installed,automatic]

ubuntu at ubuntu:~$ cat /etc/netplan/00-wpa3-init.yaml 
network:
  version: 2
  wifis:
    wlp1s0:
      access-points:
        <WPA3 SSID>:
          auth:
            key-management: sae
            password: <password>
      addresses: []
      dhcp4: True
      nameservers: {}

ubuntu at ubuntu:~$ iwconfig wlp1s0
wlp1s0    IEEE 802.11  ESSID:"<WPA3 SSID>"
          Mode:Managed  Frequency:5.18 GHz  Access Point: A2:C9:EB:F0:DD:88   
          Bit Rate=866.7 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=53/70  Signal level=-57 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:3   Missed beacon:0

ubuntu at ubuntu:~$ ip addr show dev wlp1s0
5: wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether e0:d0:45:fe:0a:74 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.6/24 metric 600 brd 192.168.1.255 scope global dynamic wlp1s0
       valid_lft 1518sec preferred_lft 1518sec
    inet6 fe80::e2d0:45ff:fefe:a74/64 scope link
       valid_lft forever preferred_lft forever

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2023238

Title:
  netplan not support to establish a wireless WPA3 connection

Status in netplan:
  Fix Committed
Status in OEM Priority Project:
  Confirmed
Status in netplan.io package in Ubuntu:
  Fix Committed

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-manufacturer: Dell EMC
  system-product-name: Edge Gateway 5200
  bios-version: 1.08.10
  CPU: Intel(R) Core(TM) i7-9700TE CPU @ 1.80GHz (8x)
  kernel-version: 5.15.0-1028-intel-iotg
  Wifi card: Wi-Fi 6 AX210
  OS: 22.04.2 LTS

  #netplan configuration
  network:
    version: 2
    wifis:
      wlp6s0:
        access-points:
          xxx-ax-wpa3-test: {password: xxxxxxxx}
        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-wpa-wlp6s0.service: Deactivated successfully.
  May 24 08:17:35 ceqa-egw5200 systemd[1]: Stopped WPA supplicant for netplan wlp6s0.
  May 24 08:17:35 ceqa-egw5200 systemd-networkd[950]: wlp6s0: Re-configuring with /run/systemd/network/10-netplan-wlp6s0.network
  May 24 08:17:35 ceqa-egw5200 systemd-networkd[950]: wlp6s0: DHCPv6 lease lost
  May 24 08:17:35 ceqa-egw5200 systemd-networkd[950]: wlp6s0: Re-configuring with /run/systemd/network/10-netplan-wlp6s0.network
  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-networkd[950]: wlp6s0: DHCPv6 lease lost
  May 24 08:17:35 ceqa-egw5200 systemd[1]: Started WPA supplicant for netplan wlp6s0.
  May 24 08:17:35 ceqa-egw5200 wpa_supplicant[8583]: Successfully initialized wpa_supplicant
  <No SSID connection successfully information>
  May 24 08:18:26 ceqa-egw5200 wpa_supplicant[8583]: p2p-dev-wlp6s0: CTRL-EVENT-DSCP-POLICY clear_all
  ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2023238/+subscriptions




More information about the foundations-bugs mailing list