]> git.ipfire.org Git - thirdparty/hostap.git/commit
ctrl_iface: Don't return -1 when dumping BSS information
authorJohannes Berg <johannes.berg@intel.com>
Wed, 20 Dec 2023 03:27:16 +0000 (05:27 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Dec 2023 11:15:45 +0000 (13:15 +0200)
commit14d7b9e37112fd65255fef2459adf66db75deac7
tree19b55094e8ce3a44d7c9ebfbe0a250758c6b3205
parent12a95743425fdf100dbb714416fd11c6beec9a01
ctrl_iface: Don't return -1 when dumping BSS information

Don't ever return -1 from print_bss_info() as that causes
corruption of the output.

Also don't return -1 from print_fils_indication() as that
would stop the iteration over all BSSs.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
wpa_supplicant/ctrl_iface.c