]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Always parse candidate list
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 29 Apr 2024 11:51:55 +0000 (13:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Aug 2024 10:49:19 +0000 (13:49 +0300)
commit54b25b7c1de844c120c2bb851c26ef8376ae2ef2
treeea4c28a71d49bd935654338d9ea1683d7e558e4f
parentd9d8627873142dae9628afd0701e7736e99079c1
WNM: Always parse candidate list

The preferred candidate list included bit just makes parsing the list
mandatory. The AP may still include a candidate list which we should use
to be able to optimize scanning. As such, always parse out the list but
still verify that if the list is not empty if the bit is set.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/wnm_sta.c