]> git.ipfire.org Git - thirdparty/hostap.git/commit
NAN USD: Allow services to disable listen operation during SDF exchange
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Fri, 24 Oct 2025 13:31:55 +0000 (16:31 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 24 Oct 2025 17:00:22 +0000 (20:00 +0300)
commitff7eeec86ccffae169b1c49dd38e8fb006473a57
treec9675fde6f72107fb47635b83b4b0dd03b09782b
parent96903f8d2ef331fd166229dd4b179c090a6a65a1
NAN USD: Allow services to disable listen operation during SDF exchange

The new stop-listen commands (through wpa_supplicant control interface
or D-Bus) can be used by an upper layer service implementation to stop a
listen operation (i.e., wait for a response SDF from the peer) in the
driver to free up the radio for other parallel operations at points in
the SDF exchange when the service knows the peer is not expected to send
any further SDFs before an SDF is sent to it.

This can be used, e.g., to optimize radio use during provisioning
exchange where the SDF exchange is stopped in the middle during the
connection attempt and the result of that connection attempt is
reporting later within that same SDF exchange.

Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
doc/dbus.doxygen
src/common/nan_de.c
src/common/nan_de.h
wpa_supplicant/README-NAN-USD
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_new_handlers.h
wpa_supplicant/nan_usd.c
wpa_supplicant/nan_usd.h