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.c171 struct wpabuf *extra_cred; member
688 if (cfg->extra_cred) { in wps_registrar_init()
689 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred, in wps_registrar_init()
691 if (reg->extra_cred == NULL) { in wps_registrar_init()
754 wpabuf_clear_free(reg->extra_cred); in wps_registrar_deinit()
1839 if (wps->wps->registrar->extra_cred) { in wps_build_cred()
1841 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred); in wps_build_cred()
Dwps.h378 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.c3718 os_free(bss->extra_cred);
3719 bss->extra_cred = (u8 *) os_readfile(pos, &bss->extra_cred_len);
3720 if (bss->extra_cred == NULL) {
/external/wpa_supplicant_8/src/ap/
Dap_config.h490 u8 *extra_cred; member
Dwps_hostapd.c1303 cfg.extra_cred = conf->extra_cred; in hostapd_init_wps()
Dap_config.c845 os_free(conf->extra_cred); in hostapd_config_free_bss()