Skip to content

Recognize OWE in AP capabilities and connection security

Fabian Vogt requested to merge work/fvogt/owe into master

Matching plasma-nm MR: plasma/plasma-nm!360 (merged)

To test locally:

With this hostapd.conf:

interface=wlan0
ssid=owe
driver=nl80211
hw_mode=g
wpa=2
wpa_key_mgmt=OWE 
rsn_pairwise=CCMP
ieee80211w=2
group_mgmt_cipher=AES-128-CMAC

Run this as root:

modprobe mac80211_hwsim radios=2
nmcli device set wlan0 managed off
nmcli device set hwsim0 managed off
hostapd -d hostapd.conf

CCBUG: 464615

Edited by Fabian Vogt

Merge request reports

Loading