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:
parent
92fe746e19
commit
790429b520
1 changed files with 3 additions and 4 deletions
|
@ -1307,10 +1307,9 @@ void wpas_dbus_signal_p2p_group_started(struct wpa_supplicant *wpa_s,
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* wpas_dbus_signal_p2p_go_neg_resp - Emit GONegotiation Success/Failure signal
|
||||||
* Method to emit GONegotiation Success or Failure signals based
|
* @wpa_s: %wpa_supplicant network interface data
|
||||||
* on status.
|
* @res: Result of the GO Neg Request
|
||||||
* @status: Status of the GO neg request. 0 for success, other for errors.
|
|
||||||
*/
|
*/
|
||||||
void wpas_dbus_signal_p2p_go_neg_resp(struct wpa_supplicant *wpa_s,
|
void wpas_dbus_signal_p2p_go_neg_resp(struct wpa_supplicant *wpa_s,
|
||||||
struct p2p_go_neg_results *res)
|
struct p2p_go_neg_results *res)
|
||||||
|
|
Loading…
Reference in a new issue