Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c169 struct wpabuf *extra_cred; member
686 if (cfg->extra_cred) { in wps_registrar_init()
687 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred, in wps_registrar_init()
689 if (reg->extra_cred == NULL) { in wps_registrar_init()
753 wpabuf_clear_free(reg->extra_cred); in wps_registrar_deinit()
1838 if (wps->wps->registrar->extra_cred) { in wps_build_cred()
1840 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred); in wps_build_cred()
Dwps.h369 const u8 *extra_cred; member
/external/wpa_supplicant_8/hostapd/
DREADME-WPS261 skip_cred_build=1 option in the configuration. extra_cred option will
264 i.e., it will have to include valid WPS attributes. extra_cred can
Dconfig_file.c3617 os_free(bss->extra_cred); in hostapd_config_fill()
3618 bss->extra_cred = (u8 *) os_readfile(pos, &bss->extra_cred_len); in hostapd_config_fill()
3619 if (bss->extra_cred == NULL) { in hostapd_config_fill()
/external/wpa_supplicant_8/src/ap/
Dap_config.h465 u8 *extra_cred; member
Dwps_hostapd.c1210 cfg.extra_cred = conf->extra_cred; in hostapd_init_wps()
Dap_config.c646 os_free(conf->extra_cred); in hostapd_config_free_bss()