Home
last modified time | relevance | path

Searched refs:cb_ctx (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_common.c291 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event()
304 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); in wps_success_event()
320 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event()
329 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event()
338 wps->event_cb(wps->cb_ctx, WPS_EV_SELECTED_REGISTRAR_TIMEOUT, NULL); in wps_selected_registrar_timeout_event()
346 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event()
355 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_ACTIVE, NULL); in wps_pbc_active_event()
364 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_DISABLE, NULL); in wps_pbc_disable_event()
417 wps->cred_cb(wps->cb_ctx, &cred); in wps_get_oob_cred()
468 wps->cred_cb(wps->cb_ctx, &local_cred); in wps_oob_use_cred()
Dwps_registrar.c162 void *cb_ctx; member
687 reg->cb_ctx = cfg->cb_ctx; in wps_registrar_init()
1185 reg->enrollee_seen_cb(reg->cb_ctx, addr, attr.uuid_e, in wps_registrar_probe_req_rx()
1251 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, in wps_cb_new_psk()
1262 reg->pin_needed_cb(reg->cb_ctx, uuid_e, dev); in wps_cb_pin_needed()
1273 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len); in wps_cb_reg_success()
1280 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1303 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar, in wps_cb_set_sel_reg()
1315 return reg->lookup_pskfile_cb(reg->cb_ctx, mac_addr, psk); in wps_cp_lookup_pskfile()
1930 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m2()
[all …]
Dwps.h362 void *cb_ctx; member
839 void *cb_ctx; member
Dwps_enrollee.c156 wps->wps->rf_band_cb(wps->wps->cb_ctx)) || in wps_build_m1()
778 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred); in wps_process_cred_e()
925 wps->wps->cred_cb(wps->wps->cb_ctx, cred); in wps_process_ap_settings_e()
1121 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_M2D, &data); in wps_process_m2d()
1263 wps->wps->event_cb(wps->wps->cb_ctx, WPS_EV_AP_PIN_SUCCESS, in wps_process_m6()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_rrm.h39 void *cb_ctx);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.h18 void *cb_ctx);
Drrm.c141 void *cb_ctx) in wpas_rrm_send_neighbor_rep_request() argument
258 wpa_s->rrm.neighbor_rep_cb_ctx = cb_ctx; in wpas_rrm_send_neighbor_rep_request()
Ddpp.h582 void *cb_ctx; member
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_i.h207 void *cb_ctx);
210 void *cb_ctx);
Dwpa_auth.h195 void *ctx), void *cb_ctx);
197 void *ctx), void *cb_ctx);
Dwps_hostapd.c287 wps->cb_ctx = hapd; in hostapd_init_wps()
299 cfg.cb_ctx = hapd; in hostapd_init_wps()
Dwpa_auth.c212 void *cb_ctx) in wpa_auth_for_each_sta() argument
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client.h58 void *cb_ctx,
Dtlsv1_client_i.h73 void *cb_ctx; member
Dtlsv1_client.c899 void *cb_ctx, in tlsv1_client_set_cb() argument
903 conn->cb_ctx = cb_ctx; in tlsv1_client_set_cb()
Dtlsv1_client_read.c326 conn->event_cb(conn->cb_ctx, TLS_PEER_CERTIFICATE, &ev); in tls_peer_cert_event()
353 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in tls_cert_chain_failure_event()
538 conn->event_cb(conn->cb_ctx, in tls_process_certificate()
562 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, in tls_process_certificate()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls_internal.c29 void *cb_ctx; member
61 global->cb_ctx = conf->cb_ctx; in tls_init()
111 global->cb_ctx, global->cert_in_cb); in tls_connection_init()
Dtls.h94 void *cb_ctx; member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c481 void *cb_ctx) in esp_rrm_send_neighbor_rep_request() argument
503 return wpas_rrm_send_neighbor_rep_request(wpa_s, &wpa_ssid, 0, 0, cb, cb_ctx); in esp_rrm_send_neighbor_rep_request()
851 void *cb_ctx) in esp_rrm_send_neighbor_rep_request() argument
Desp_dpp.c714 cfg.cb_ctx = &s_dpp_ctx; in esp_supp_dpp_init()