]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: MLO: Process Multi-Link element from (Re)Association Request frame
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 22 May 2023 19:33:45 +0000 (22:33 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 8 Jun 2023 17:31:20 +0000 (20:31 +0300)
commit5f5db9366cde5bf4384703534edd868db9995dcb
tree23bd23dcb493ccbfc5ad6109958baf922d95eef5
parentd924be3bd06ae7b167df7c28d7e807319c817990
AP: MLO: Process Multi-Link element from (Re)Association Request frame

Implement processing of the Multi-Link element in the (Re)Association
Request frame, including processing of the Per-STA Profile subelement.

After handling the basic parsing of the element and extracting the
information about the requested links, handle the link specific
processing for each link:

- Find the interface with the corresponding link ID.
- Process the station profile in the interface.
- Prepare the Per-STA Profile subelement to be included in the
  Multi-Link element in the (Re)Association Response frame.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_eht.c
src/ap/sta_info.c