diff mbox

D-Bus: Add Missing header

Message ID 1434429014-3090-1-git-send-email-maneesh.jain@samsung.com
State Accepted
Headers show

Commit Message

Maneesh Jain June 16, 2015, 4:30 a.m. UTC
This patch adds the missing function header for
"wpas_dbus_signal_p2p_go_neg_req" function. It is
required to add this function in doxygen.

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
<EP-65895668EA074D69A6D93488C7C4CDCA>
---
 wpa_supplicant/dbus/dbus_new.c |   10 ++++++++++
 1 file changed, 10 insertions(+)
 mode change 100644 => 100755 wpa_supplicant/dbus/dbus_new.c

Comments

Jouni Malinen June 19, 2015, 2:09 p.m. UTC | #1
On Tue, Jun 16, 2015 at 10:00:14AM +0530, Maneesh Jain wrote:
> This patch adds the missing function header for
> "wpas_dbus_signal_p2p_go_neg_req" function. It is
> required to add this function in doxygen.

Thanks, applied.
diff mbox

Patch

diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c
old mode 100644
new mode 100755
index 0696666..4cffec0
--- a/wpa_supplicant/dbus/dbus_new.c
+++ b/wpa_supplicant/dbus/dbus_new.c
@@ -1100,6 +1100,16 @@  error:
 }
 
 
+/**
+ * wpas_dbus_signal_p2p_go_neg_req - Signal P2P Go Negotiation Request.
+ * Sends signal to notify that a P2P Device is requesting group owner
+ * negotiation with us.
+ 
+ * @wpa_s: %wpa_supplicant network interface data
+ * @src: Source address of the message triggering this notification
+ * @dev_passwd_id: WPS Device Password I
+ * @go_intent : Peer's GO Intent value
+ */
 void wpas_dbus_signal_p2p_go_neg_req(struct wpa_supplicant *wpa_s,
 				     const u8 *src, u16 dev_passwd_id,
 				     u8 go_intent)