]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clean up wpa_scan_res_match()
authorJouni Malinen <jouni@codeaurora.org>
Sun, 7 Jun 2020 13:30:32 +0000 (16:30 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Jun 2020 13:30:32 +0000 (16:30 +0300)
commitd654ca24de7752f00a2007a0abbe195787e833b9
tree255532b92dbde1239ba9dfcf21d02d6a630c385e
parent0f2d5867e31d98a61dde7743f2a9470388efa047
Clean up wpa_scan_res_match()

Move the BSS-against-SSID matching into a separate helper function to
make this overly long function a bit more readable and to allow that
helper function to be used for other purposes.

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