wifi: cfg80211: Support association to AP MLD with disabled links
authorIlan Peer <ilan.peer@intel.com>
Thu, 8 Jun 2023 13:36:10 +0000 (16:36 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jun 2023 10:21:17 +0000 (12:21 +0200)
commit6cf963edbbd3b279185e28e4864c9698ffaa23c3
treee8c9a10de175f024a67a6a20402fe1b2d0919a59
parent01ae1209c0ecb62c31b0d9b75bcff55303a77314
wifi: cfg80211: Support association to AP MLD with disabled links

An AP part of an AP MLD might be temporarily disabled, and might be
enabled later. Such a link should be included in the association
exchange, but should not be used until enabled.

Extend the NL80211_CMD_ASSOCIATE to also indicate disabled links.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230608163202.c4c61ee4c4a5.I784ef4a0d619fc9120514b5615458fbef3b3684a@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c