]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow scans triggered by D-Bus to use MAC address randomization
authorEric Caruso <ejcaruso@chromium.org>
Thu, 17 Oct 2019 23:03:52 +0000 (16:03 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 27 Oct 2019 17:50:22 +0000 (19:50 +0200)
commit9fde14607091c6720f9705f38142d74bc26d669d
tree6981a63aeb07bf95f1b217006f3a8ac6fc81a244
parent10f8351d6e8ae73175f952ba894a0b17ca2fdbe6
Allow scans triggered by D-Bus to use MAC address randomization

wpas_dbus_handler_scan() constructs a set of 'params' each time, but it
doesn't acknowledge the existing randomization settings when doing so.
That means that any D-Bus initiated scans weren't going to follow the
configured settings.

Signed-off-by: Eric Caruso <ejcaruso@chromium.org>
wpa_supplicant/scan.c