]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P2: Indicate bootstrapping comeback response to upper layers
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Thu, 20 Feb 2025 09:58:08 +0000 (15:28 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 6 Mar 2025 21:29:30 +0000 (23:29 +0200)
commitb3b0297d816c343e1f3254d1aeee457f5503a036
tree41397f86243c8f19e815384f66c838e7f0a5862c
parent4c5a26df6651afc9287c4902efab7da9757b766f
P2P2: Indicate bootstrapping comeback response to upper layers

The bootstrapping comeback response is managed by wpa_supplicant and is
not communicated to the upper layers. However, it is essential for the
upper layers to be aware of the status of ongoing bootstrapping requests.

Notify the upper layers of the bootstrapping comeback response. Modify
the D-Bus interface for bootstrapping indications (instead of providing
a new signal such for this new extended purpose) as this has not yet
been used and is a recently added parameter.

Signed-off-by: Vinay Gannevaram <quic_vganneva@quicinc.com>
doc/dbus.doxygen
src/p2p/p2p.h
src/p2p/p2p_pd.c
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/dbus/dbus_new.h
wpa_supplicant/notify.c
wpa_supplicant/notify.h
wpa_supplicant/p2p_supplicant.c