]> git.ipfire.org Git - thirdparty/hostap.git/commit
MBSSID: Fix Non-Inheritance element encoding
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 31 Oct 2023 13:51:30 +0000 (15:51 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Oct 2023 13:51:30 +0000 (15:51 +0200)
commit4bfc007b61e6d2495bda502bea17fbfba4c95640
tree1d1ba616ac4a98c952b0cf3673c9e3b1292b3da9
parent42add3c27ba059d698c80b0c6028ece17297dd6a
MBSSID: Fix Non-Inheritance element encoding

The List of Element ID Extensions field is not an optional field, so
include it in the Non-Inheritance element with Length=0 to indicate that
there is no Element ID Extension List.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c