]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix bool type values for setband
authorJouni Malinen <jouni@codeaurora.org>
Fri, 26 Nov 2021 21:30:15 +0000 (23:30 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Nov 2021 21:46:06 +0000 (23:46 +0200)
commit2c2bfebca407b529576bba4d133823ffdf6a5fd6
treefb785141c38785c79ed0383479072a22d257b78a
parent7dc7b88148de126454439dc8440777cd12ee6bac
Fix bool type values for setband

wpa_add_scan_freqs_list() was updated to use bool for the is_6ghz
argument, but these callers were missed when updating the values from
0/1 to false/true.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/scan.c