• Home
  • Raw
  • Download

Lines Matching refs:cb_ctx

74 		    p2p->cfg->go_connected(p2p->cfg->cb_ctx,  in p2p_expire_peers()
249 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res); in p2p_go_neg_failed()
299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, in p2p_listen_in_find()
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen()
524 p2p->cfg->dev_found(p2p->cfg->cb_ctx, in p2p_add_group_clients()
891 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_device()
921 p2p->cfg->dev_lost(p2p->cfg->cb_ctx, in p2p_device_free()
1003 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_search()
1014 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, type, freq, in p2p_search()
1056 p2p->cfg->send_action(p2p->cfg->cb_ctx, in p2p_run_after_scan()
1229 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_find()
1248 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, in p2p_find()
1257 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_FULL, 0, in p2p_find()
1263 res = p2p->cfg->p2p_scan(p2p->cfg->cb_ctx, P2P_SCAN_SOCIAL, 0, in p2p_find()
1292 p2p->cfg->find_stopped(p2p->cfg->cb_ctx); in p2p_stop_find_for_freq()
1328 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_stop_listen_for_freq()
1751 p2p->cfg->dev_found(p2p->cfg->cb_ctx, addr, &dev->info, in p2p_add_dev_info()
1842 p2p->cfg->go_neg_completed(p2p->cfg->cb_ctx, &res); in p2p_go_complete()
1985 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_go_neg_start()
2005 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_invite_start()
2462 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq); in p2p_reply_probe()
3274 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_sd_cb()
3385 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_prov_disc_cb()
3392 p2p->cfg->cb_ctx, in p2p_prov_disc_cb()
3450 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_prov_disc_resp_cb()
3459 p2p->cfg->prov_disc_resp_cb(p2p->cfg->cb_ctx) < 1) in p2p_prov_disc_resp_cb()
3609 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_req_cb()
3679 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_conf_cb()
3728 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_go_neg_conf_cb()
3755 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_send_action_cb()
3892 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_connect()
3943 p2p->cfg->is_concurrent_session_active(p2p->cfg->cb_ctx)) in p2p_timeout_wait_peer_connect()
3969 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_sd_during_find()
3979 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_prov_disc_during_find()
4023 p2p->cfg->prov_disc_fail(p2p->cfg->cb_ctx, in p2p_timeout_prov_disc_req()
4036 p2p->cfg->send_action_done(p2p->cfg->cb_ctx); in p2p_timeout_invite()
4062 p2p->cfg->cb_ctx, -1, NULL, NULL, in p2p_timeout_invite_listen()
4080 p2p->cfg->stop_listen(p2p->cfg->cb_ctx); in p2p_state_timeout()
4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req()
4544 p2p->cfg->presence_resp(p2p->cfg->cb_ctx, sa, *msg.status, in p2p_process_presence_resp()
4575 p2p->cfg->is_p2p_in_progress(p2p->cfg->cb_ctx)) || in p2p_ext_listen_timeout()
4926 return p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid, in p2p_send_action()
5171 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg()
5187 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info()
5203 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
5406 p2p->cfg->dev_found(p2p->cfg->cb_ctx, p2p_dev_addr, &dev->info, in p2p_process_nfc_connection_handover()