Home
last modified time | relevance | path

Searched refs:send_action_done (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c445 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
452 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
457 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
465 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
493 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
504 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_invitation_resp()
631 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_invitation_resp_cb()
Dp2p_dev_disc.c133 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_dev_disc_resp_cb()
273 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_dev_disc_resp()
292 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_disc_req_cb()
Dp2p_go_neg.c819 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_req()
1199 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_resp()
1401 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_resp()
1441 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_go_neg_conf()
Dp2p.c3322 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_sd_cb()
3433 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_prov_disc_cb()
3498 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_prov_disc_resp_cb()
3657 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_req_cb()
3727 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_conf_cb()
3776 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_conf_cb()
3803 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_send_action_cb()
3942 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_connect()
4019 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_sd_during_find()
4029 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_prov_disc_during_find()
[all …]
Dp2p_sd.c500 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_initial_resp()
715 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_rx_gas_comeback_resp()
Dp2p.h683 void (*send_action_done)(void *ctx); member
Dp2p_pd.c1553 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_process_prov_disc_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c4333 p2p.send_action_done = wpas_send_action_done; in wpas_p2p_init()