]> git.ipfire.org Git - thirdparty/hostap.git/commit
MBSSID: Fix Non-Inheritance element length calculation
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Tue, 11 Feb 2025 11:06:01 +0000 (16:36 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 11 Feb 2025 15:52:06 +0000 (17:52 +0200)
commit2605fbc815c7741aa43d4db7c30bcc2a6ce5e000
tree44da7bc623bfe17161da5d414adfc57f778a23d7
parent5edbb257d7f03886d31567a3896ba9ced2f9211d
MBSSID: Fix Non-Inheritance element length calculation

Commit 4bfc007b61e6 ("MBSSID: Fix Non-Inheritance element encoding")
added one octet while filling the data. However, this one octet is
missing during length calculation. Add it now.

Fixes: 4bfc007b61e6 ("MBSSID: Fix Non-Inheritance element encoding")
Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/ap/ieee802_11.c