Home
last modified time | relevance | path

Searched refs:cred_cb (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_common.c416 if (wps->cred_cb) in wps_get_oob_cred()
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_enrollee.c775 if (wps->wps->cred_cb) { in wps_process_cred_e()
778 ret = wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred); in wps_process_cred_e()
922 if (wps->wps->cred_cb) { in wps_process_ap_settings_e()
925 wps->wps->cred_cb(wps->wps->cb_ctx, cred); in wps_process_ap_settings_e()
Dwps_registrar.c2907 if (wps->wps->cred_cb) in wps_sta_cred_cb()
2908 wps->wps->cred_cb(wps->wps->cb_ctx, &wps->cred); in wps_sta_cred_cb()
3363 if (wps->wps->cred_cb) in wps_process_wsc_done()
3364 wps->wps->cred_cb(wps->wps->cb_ctx, &cred); in wps_process_wsc_done()
3679 if (reg->wps->cred_cb) in wps_registrar_config_ap()
3680 return reg->wps->cred_cb(reg->wps->cb_ctx, cred); in wps_registrar_config_ap()
Dwps.h818 int (*cred_cb)(void *ctx, const struct wps_credential *cred); member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1469 sm->wps->wps->cred_cb = save_credentials_cb; in wifi_station_wps_init()