]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Drop check for current_ssid
authorBenjamin Berg <benjamin.berg@intel.com>
Tue, 20 Feb 2024 13:18:20 +0000 (14:18 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 2 Mar 2024 18:52:17 +0000 (20:52 +0200)
commit939cd294b2e091d1aec62d08cab85f9368349ab6
treeeee1183c403d8ea5f58965e11805fed1899c4a67
parent436f07d02bd2a33894463748880e5d798907b1d9
WNM: Drop check for current_ssid

It should never be NULL. In the unlikely event that it is NULL, the
logic changes slightly to reject all candidates.

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