diff options
author | 2025-01-02 16:19:58 +0200 | |
---|---|---|
committer | 2025-01-13 15:34:08 +0100 | |
commit | 36e05b0b83903e2d85b3675d10ac8b5eced54377 (patch) | |
tree | 92a3b8d7029e8efc1baca4dfe6ed2e6c765a0908 /net/wireless | |
parent | wifi: mac80211: Pull link space calculation to a function (diff) | |
download | linux-rng-36e05b0b83903e2d85b3675d10ac8b5eced54377.tar.xz linux-rng-36e05b0b83903e2d85b3675d10ac8b5eced54377.zip |
wifi: mac80211: Support dynamic link addition and removal
Add support for adding and removing station links:
- Adding links is done asynchronously, i.e., first
an ML reconfiguration action frame is sent to the AP
requesting to add links, and only when the AP replies,
links which were added successfully by the AP are added
locally.
- Removing links is done synchronously, i.e., the links
are removed before sending the ML reconfiguration
action frame to the AP (to avoid using this links after
the AP MLD removed them but before the station got the
ML reconfiguration response). In case the AP replies with a
status indicating that a link removal was not successful,
disconnect (as this should not happen an is an indication
that something might be wrong on the AP MLD).
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250102161730.ec0492a8dd21.I2869686642bbc0f86c40f284ebf7e6f644b551ab@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions