Recognize OWE in AP capabilities and connection security
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
Edited by Fabian Vogt