]> git.ipfire.org Git - thirdparty/hostap.git/commit
MSCS: Fix MSCS Response frame Status field parsing
authorJouni Malinen <j@w1.fi>
Mon, 22 Mar 2021 22:30:49 +0000 (00:30 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 22 Mar 2021 22:42:06 +0000 (00:42 +0200)
commit354f87e2e38cd1c4f07142b7fb21bab726ced943
tree4dcb0f62ee65bb5bc2f217b403d512fe1c056d3c
parentb8673baeab43ff23928f3da237685c904e19ba9c
MSCS: Fix MSCS Response frame Status field parsing

This is a 2 octet field, so need to use WPA_GET_LE16() here instead of
using only the first octet of the value.

Fixes: bbd3178af45b ("MSCS: Add support to process MSCS Response frames")
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/robust_av.c