]> git.ipfire.org Git - thirdparty/hostap.git/commit
mbssid: Make the AID space shared
authorAloka Dixit <quic_alokad@quicinc.com>
Thu, 1 Dec 2022 03:18:42 +0000 (19:18 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 2 Dec 2022 18:47:49 +0000 (20:47 +0200)
commit54b1352efdd148de1cf8322f5457aa82c668753b
tree33908c8632ae8dd1e3e25b9669dcf713cf5158ef
parent10749c3c48cafce7587ed2a43ad40ed164fcebf4
mbssid: Make the AID space shared

As described in IEEE Std 802.11-2020, 11.1.3.8 Multiple BSSID procedure,
set the lowest AID value assigned to any client equal to 2^n, where n is
the maximum BSSID indicator of the MBSSID set.

Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com>
Co-developed-by: John Crispin <john@phrozen.org>
Signed-off-by: John Crispin <john@phrozen.org>
src/ap/ieee802_11.c