]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Fix MLE parsing in for association on big-endian CPUs
authorJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 09:15:27 +0000 (11:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 09:15:27 +0000 (11:15 +0200)
commitdacfb3956b99ad5a0c21a463a8ac5478c5cd3fe6
treec2d581d75178c8b5f79b2f01f88bb550a51b4a16
parent7d2d4c1bdf8653c545874feebeadd1d06bd72487
MLD: Fix MLE parsing in for association on big-endian CPUs

The control variable is ANDed with ml_control in host byte order and as
such, the control variable should have been initialized without
conversion to little endian.

Fixes: 5af986c75af4 ("MLD: Also mark links as failed after association failure")
Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/events.c