]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Set NL80211_ATTR_WPA_VERSIONS value to use WPA3 for SAE AP
authorGokul Sivakumar <gokulkumar.sivakumar@infineon.com>
Thu, 31 Jul 2025 08:47:01 +0000 (14:17 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 6 Oct 2025 09:45:03 +0000 (12:45 +0300)
commitde02d6cce96f51850ca5d1485c6d32cda6b7f417
tree73065224fd7a28b30c3d919e1f9a5d76146a6fbe
parentdec796c2871795d3277cbea44b095f9fc2fcdb46
nl80211: Set NL80211_ATTR_WPA_VERSIONS value to use WPA3 for SAE AP

While requesting the driver to start AP operation with WPA3-SAE, netlink
attr NL80211_ATTR_WPA_VERSIONS was added with value 0x1 (WPA2) instead
of 0x4 (WPA3). Make the AP mode behavior consistent with the previously
used STA functionality with a shared helper function.

Signed-off-by: Gokul Sivakumar <gokulkumar.sivakumar@infineon.com>
src/drivers/driver_nl80211.c