]> git.ipfire.org Git - thirdparty/hostap.git/commit
MSCS: Fix issues due to incorrect usage of wpa_hexdump_buf()
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Wed, 19 Aug 2020 09:30:32 +0000 (15:00 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 8 Sep 2020 16:38:35 +0000 (19:38 +0300)
commit93a73ce028ab2d721ed97b4e21e4a86182466d76
tree5fc4017544f6e3ab88513aa87e67386a000c4176
parent0f84a5621962b2b11dfd2b59fd7f2dd9d441fa06
MSCS: Fix issues due to incorrect usage of wpa_hexdump_buf()

Previously wpabuf_head() of the buffer is passed to wpa_hexdump_buf()
instead of the wpabuf struct itself and it was causing wpa_supplicant to
crash. Fix this by using the correct pointer in the debug prints.

Fixes: a118047245b0 ("MSCS: Add support to send MSCS Request frames")
Fixes: c504ff5398fa ("MSCS: Add support to populate MSCS Descriptor IE in (Re)AssocReq")
Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
wpa_supplicant/robust_av.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c