]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
wifi: nl80211: permit userspace to pass supported selectors
authorBenjamin Berg <benjamin.berg@intel.com>
Wed, 1 Jan 2025 05:05:35 +0000 (07:05 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 13 Jan 2025 14:26:45 +0000 (15:26 +0100)
commitf6d2e5abf154da59ccb3bcac23438f2230c8948a
tree55c324462ba983649a782cf81a3a566a125d6371
parent931cf025cc721f39d8490f712ead6bde7e42e890
wifi: nl80211: permit userspace to pass supported selectors

Currently the SAE_H2E selector already exists, which needs to be
implemented by the SME. As new such selectors might be added in the
future, add a feature to permit userspace to report a selector as
supported.

If not given, the kernel should assume that userspace does support
SAE_H2E.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250101070249.fe67b871cc39.Ieb98390328927e998e612345a58b6dbc00b0e3a2@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c