Home
last modified time | relevance | path

Searched refs:extra_cred (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.h269 u8 *extra_cred; member
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c169 struct wpabuf *extra_cred; member
689 if (cfg->extra_cred) { in wps_registrar_init()
690 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred, in wps_registrar_init()
692 if (reg->extra_cred == NULL) { in wps_registrar_init()
757 wpabuf_clear_free(reg->extra_cred); in wps_registrar_deinit()
1850 if (wps->wps->registrar->extra_cred) { in wps_build_cred()
1852 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred); in wps_build_cred()
Dwps.h382 const u8 *extra_cred; member