D-Bus: Add function documentation for wpas_dbus_signal_p2p_go_neg_req()
authorManeesh Jain <maneesh.jain@samsung.com>
Tue, 16 Jun 2015 04:30:14 +0000 (10:00 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 19 Jun 2015 09:31:28 +0000 (12:31 +0300)
This is needed to add this function into Doxygen documentation.

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
wpa_supplicant/dbus/dbus_new.c

index 0696666..ab18575 100644 (file)
@@ -1100,6 +1100,16 @@ error:
 }
 
 
+/**
+ * wpas_dbus_signal_p2p_go_neg_req - Signal P2P GO Negotiation Request RX
+ * @wpa_s: %wpa_supplicant network interface data
+ * @src: Source address of the message triggering this notification
+ * @dev_passwd_id: WPS Device Password Id
+ * @go_intent: Peer's GO Intent value
+ *
+ * Sends signal to notify that a peer P2P Device is requesting group owner
+ * negotiation with us.
+ */
 void wpas_dbus_signal_p2p_go_neg_req(struct wpa_supplicant *wpa_s,
                                     const u8 *src, u16 dev_passwd_id,
                                     u8 go_intent)