]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Fix ml_ie_len type in wpa_bss_parse_basic_ml_element()
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Mon, 20 Nov 2023 23:51:21 +0000 (01:51 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 25 Nov 2023 11:40:15 +0000 (13:40 +0200)
commit9160540ec38b5927c58f0ec4df2ab5d08299a42d
tree1f92acfae0d41f9780e07a9e3fa7f7c8c5363e06
parentcb90aa3acfba413507597d8157e2456d69235ef3
wpa_supplicant: Fix ml_ie_len type in wpa_bss_parse_basic_ml_element()

Since the Multi-Link element can be fragmented, use size_t instead of
u8.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/bss.c