From: Vinay Gannevaram Date: Wed, 7 May 2025 10:21:03 +0000 (+0530) Subject: dbus: Update D-Bus interface description for bootstrapping indications X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8e9794a886303769c7a3243349b7379dae57f8;p=thirdparty%2Fhostap.git 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 --- 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.