From 1a8e9794a886303769c7a3243349b7379dae57f8 Mon Sep 17 00:00:00 2001 From: Vinay Gannevaram Date: Wed, 7 May 2025 15:51:03 +0530 Subject: [PATCH] dbus: Update D-Bus interface description for bootstrapping indications Update the description of D-Bus interface for bootstrapping indications to match the implementation change as this has not yet been used and is a recently added parameter. Signed-off-by: Vinay Gannevaram --- wpa_supplicant/dbus/dbus_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c index 7893f3561..0c5cfdf44 100644 --- a/wpa_supplicant/dbus/dbus_new.c +++ b/wpa_supplicant/dbus/dbus_new.c @@ -2390,7 +2390,7 @@ void wpas_dbus_signal_p2p_bootstrap_req(struct wpa_supplicant *wpa_s, * @wpa_s: %wpa_supplicant network interface data * @src: Source address of the peer with which bootstrapping is done * @status: Status of Bootstrapping handshake - * @bootstrap_method: Peer's bootstrap method if status is success + * @bootstrap_method: Local device requested bootstrap method * * Sends a signal to notify that a peer P2P Device is requesting bootstrapping * negotiation with us. -- 2.47.3