]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Remove unused age parameter for neighbor comparison
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 29 Apr 2024 11:51:46 +0000 (13:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Aug 2024 09:57:34 +0000 (12:57 +0300)
commit582b5eff4051b2ce49d9a00fb3b42154897522a8
tree1a507288be72ce24887ad736de16f41e18240785
parent4bbe004e06d71eae1db68d7e8386f0094afbafb2
WNM: Remove unused age parameter for neighbor comparison

compare_scan_neighbor_results() was taking an age parameter to check
whether the BSS has been seen recently. This was used historically in a
codepath when no new scan was done. However, the logic was changed in
commit 20ed289a785c ("WNM: Clean up old scan data processing") and the
parameter is not used at all anymore as it is replaced by a different
logic. Remove it.

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