wifi: mac80211: Parse station profile from association response
authorIlan Peer <ilan.peer@intel.com>
Tue, 6 Sep 2022 08:48:56 +0000 (11:48 +0300)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 21 May 2023 21:07:11 +0000 (23:07 +0200)
commit2131ca72658cb1b904fdced1b08f460699685302
tree847d35d36bdfc3196d458de381f52a639e9d88f4
parent10277ebb08477c515928c7c4012cdadfb240432f
wifi: mac80211: Parse station profile from association response

When processing an association response frame for a Multi-Link
connection, extract the per station profile for each additional
link, and use it for parsing the link elements.

As the Multi-Link element might be fragmented, add support for
reassembling a fragmented element. To simplify memory management
logic, extend 'struct ieee802_11_elems' to hold a scratch buffer,
which is used for the defragmentation. Once an element is
reconstructed in the scratch area, point the corresponding element
pointer to it. Currently only defragmentation of Multi-Link element
and the contained per-STA profile subelement is supported.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
include/linux/ieee80211.h