OSDN Git Service

Accumulative patch from commit 52728dcd25b5074fb7c0493a8155f096089ad6d0
[android-x86/external-wpa_supplicant_8.git] / src / p2p / p2p_pd.c
index 44db682..d8f33b1 100644 (file)
@@ -346,6 +346,11 @@ out:
        if (success && p2p->cfg->prov_disc_resp)
                p2p->cfg->prov_disc_resp(p2p->cfg->cb_ctx, sa,
                                         report_config_methods);
+
+       if (p2p->state == P2P_PD_DURING_FIND) {
+               p2p_clear_timeout(p2p);
+               p2p_continue_find(p2p);
+       }
 }