P2P: Add D-Bus FindStopped to notify P2P-FIND-STOPPED event
[mech_eap.git] / wpa_supplicant / p2p_supplicant.c
index 7a8a46a..2ccc5ea 100644 (file)
@@ -2248,6 +2248,7 @@ static void wpas_find_stopped(void *ctx)
 {
        struct wpa_supplicant *wpa_s = ctx;
        wpa_msg_global(wpa_s, MSG_INFO, P2P_EVENT_FIND_STOPPED);
+       wpas_notify_p2p_find_stopped(wpa_s);
 }