D-Bus: Fix function documentation for wpas_dbus_signal_p2p_go_neg_resp()

Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
This commit is contained in:
Maneesh Jain 2015-06-16 10:08:01 +05:30 committed by Jouni Malinen
parent 92fe746e19
commit 790429b520
1 changed files with 3 additions and 4 deletions

View File

@ -1307,10 +1307,9 @@ void wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s,
/**
*
* Method to emit GONegotiation Success or Failure signals based
* on status.
* @status: Status of the GO neg request. 0 for success, other for errors.
* wpas_dbus_signal_p2p_go_neg_resp - Emit GONegotiation Success/Failure signal
* @wpa_s: %wpa_supplicant network interface data
* @res: Result of the GO Neg Request
*/
void wpas_dbus_signal_p2p_go_neg_resp(struct wpa_supplicant *wpa_s,
struct p2p_go_neg_results *res)