]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use default IEs in wpa_supplicant_trigger_scan()
authorMatthew Wang <matthewmwang@chromium.org>
Fri, 2 Jun 2023 22:15:08 +0000 (15:15 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 31 Oct 2023 10:01:26 +0000 (12:01 +0200)
commit17bdf34c49687baa7c3166d4fcb2f50563b63c4f
tree391f26842b69fc79d084eb942584dcf51382549c
parentccefa6419cc3b944d6a28a9d2e890de19365f17f
Use default IEs in wpa_supplicant_trigger_scan()

wpa_supplicant_trigger_scan() previously wouldn't include any of the IEs
generated by wpa_supplicant_extra_ies(). Instruct it to do so in most
cases. This is necessary because MBO STAs are required to include MBO
capabilities in their Probe Request frames.

Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
doc/dbus.doxygen
wpa_supplicant/bgscan_learn.c
wpa_supplicant/bgscan_simple.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/rrm.c
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/sme.c