/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 291 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()
|
D | wps_registrar.c | 162 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 …]
|
D | wps.h | 362 void *cb_ctx; member 839 void *cb_ctx; member
|
D | wps_enrollee.c | 156 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/ |
D | esp_rrm.h | 39 void *cb_ctx);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | rrm.h | 18 void *cb_ctx);
|
D | rrm.c | 141 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()
|
D | dpp.h | 582 void *cb_ctx; member
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_i.h | 207 void *cb_ctx); 210 void *cb_ctx);
|
D | wpa_auth.h | 195 void *ctx), void *cb_ctx); 197 void *ctx), void *cb_ctx);
|
D | wps_hostapd.c | 287 wps->cb_ctx = hapd; in hostapd_init_wps() 299 cfg.cb_ctx = hapd; in hostapd_init_wps()
|
D | wpa_auth.c | 212 void *cb_ctx) in wpa_auth_for_each_sta() argument
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client.h | 58 void *cb_ctx,
|
D | tlsv1_client_i.h | 73 void *cb_ctx; member
|
D | tlsv1_client.c | 899 void *cb_ctx, in tlsv1_client_set_cb() argument 903 conn->cb_ctx = cb_ctx; in tlsv1_client_set_cb()
|
D | tlsv1_client_read.c | 326 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/ |
D | tls_internal.c | 29 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()
|
D | tls.h | 94 void *cb_ctx; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common.c | 481 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
|
D | esp_dpp.c | 714 cfg.cb_ctx = &s_dpp_ctx; in esp_supp_dpp_init()
|