]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Process Link Reconfiguration Request frame for ML Setup links
authorPooventhiran G <quic_pooventh@quicinc.com>
Mon, 16 Jun 2025 11:18:56 +0000 (16:48 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 17 Jun 2025 20:27:42 +0000 (23:27 +0300)
commita4a62115be9dd8f06fba62ebd4f03b434773587d
tree30b0bbf13aba397e0cead85a59a39700e6099697
parent79a6ac9c487d0f0254fb3142f709b9341017dc99
AP MLD: Process Link Reconfiguration Request frame for ML Setup links

A non-AP MLD can change the ML setup links (adding a new link or
removing an existing link) by using the Link Reconfiguration to Setup
Links procedure, as per IEEE P802.11be/D7.0.

Add support for an AP MLD to parse the Link Reconfiguration Request
frame and set up context with necessary information.

Reviewed-by: Rohan Dutta <quic_drohan@quicinc.com>
Signed-off-by: Pooventhiran G <quic_pooventh@quicinc.com>
src/ap/ieee802_11.c
src/ap/ieee802_11.h
src/ap/ieee802_11_eht.c
src/ap/sta_info.c
src/ap/sta_info.h