D-Bus: Add function documentation for wpas_dbus_signal_p2p_go_neg_req()

This is needed to add this function into Doxygen documentation.

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
This commit is contained in:
Maneesh Jain 2015-06-16 10:00:14 +05:30 committed by Jouni Malinen
parent 2e96aef298
commit 92fe746e19

View 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)