diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2014-07-08 12:56:11 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-07-31 14:20:56 (GMT) |
commit | 4a0693a4d5ea7f0331100eb9d3851bfa139e3bbb (patch) | |
tree | bf7d33869b74dfd6accea9433de34a1b6f964c04 /wpa_supplicant/notify.c | |
parent | 2fa980f0f1e7b72569527e7890c4ecf736c17b3b (diff) | |
download | hostap-4a0693a4d5ea7f0331100eb9d3851bfa139e3bbb.zip hostap-4a0693a4d5ea7f0331100eb9d3851bfa139e3bbb.tar.gz hostap-4a0693a4d5ea7f0331100eb9d3851bfa139e3bbb.tar.bz2 |
dbus: Declare and implement GroupFinished as for GroupStarted
First for better concistancy but also to tell about the group_object
that is getting removed, thus the client will know about it and will be
able to act accordingly.
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Diffstat (limited to 'wpa_supplicant/notify.c')
-rw-r--r-- | wpa_supplicant/notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa_supplicant/notify.c b/wpa_supplicant/notify.c index 7ba1dec..3b730cf 100644 --- a/wpa_supplicant/notify.c +++ b/wpa_supplicant/notify.c @@ -438,9 +438,9 @@ void wpas_notify_p2p_group_removed(struct wpa_supplicant *wpa_s, const struct wpa_ssid *ssid, const char *role) { - wpas_dbus_unregister_p2p_group(wpa_s, ssid); - wpas_dbus_signal_p2p_group_removed(wpa_s, role); + + wpas_dbus_unregister_p2p_group(wpa_s, ssid); } |