]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
dbus: Update D-Bus interface description for bootstrapping indications
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Wed, 7 May 2025 10:21:03 +0000 (15:51 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 27 May 2025 20:46:15 +0000 (23:46 +0300)
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 <quic_vganneva@quicinc.com>
wpa_supplicant/dbus/dbus_new.c

index 7893f35614ba0da9d08a9f2da23192472dfe470c..0c5cfdf44dd3ba3070231900ecdb7e8ca25000e2 100644 (file)
@@ -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.