]> git.ipfire.org Git - thirdparty/hostap.git/commit
VHT: Remove copying of VHT Operation element from (Re)Assoc Req
authorJouni Malinen <j@w1.fi>
Sun, 26 May 2019 15:02:08 +0000 (18:02 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 May 2019 15:03:40 +0000 (18:03 +0300)
commitd70776098dc5d36edfebb3de83b6c98f218ba1a4
treeeb06c695f9f351faa9a2897170d38cbb6d4bdd68
parentce362f885feccd8cef406291925e2d43a821aa19
VHT: Remove copying of VHT Operation element from (Re)Assoc Req

This copying attempt was added incorrectly since that element is never
actually present in (Re)Association Request frames. It is only valid to
copy that element from the mesh peering frames.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c