]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: connect: Add support for WPA3 SAE association main master
authorWonseok Kim <wonseok.kim@morsemicro.com>
Wed, 8 Oct 2025 04:48:47 +0000 (15:48 +1100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 Oct 2025 10:37:31 +0000 (11:37 +0100)
commitb9f9dda5898bd03ae679922e424097f556351790
treeb05b3c12ee2281852d32cfcd0c542f78bcd3d195
parent0df0ae77e7f5d2af9cd5221b76bb14368496b9f9
iw: connect: Add support for WPA3 SAE association

If the driver advertises NL80211_EXT_FEATURE_SAE_OFFLOAD, pass the
SAE password and let it handle SAE.

Added extra auth and key option to connect since SAE requires a separate
AUTHTYPE and a password instead of pre-shared keys.

Signed-off-by: Wonseok Kim <wonseok.kim@morsemicro.com>
Link: https://patch.msgid.link/20251008044847.16966-1-wonseok.kim@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
connect.c
util.c