Searched refs:extra_cred (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c169 struct wpabuf *extra_cred; member in struct:wps_registrar
686 if (cfg->extra_cred) {
687 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
689 if (reg->extra_cred == NULL) {
753 wpabuf_clear_free(reg->extra_cred);
1838 if (wps->wps->registrar->extra_cred) {
1840 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
H A Dwps.h356 * configuration and Enrollee capabilities. The extra_cred data will
362 * extra_cred: Additional Credential attribute(s)
369 const u8 *extra_cred; member in struct:wps_registrar_config
372 * extra_cred_len: Length of extra_cred in octets
383 * program to take care of configuration. This requires the extra_cred
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h485 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dwps_hostapd.c1210 cfg.extra_cred = conf->extra_cred;
H A Dap_config.c756 os_free(conf->extra_cred);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3653 } else if (os_strcmp(buf, "extra_cred") == 0) {
3654 os_free(bss->extra_cred);
3655 bss->extra_cred = (u8 *) os_readfile(pos, &bss->extra_cred_len);
3656 if (bss->extra_cred == NULL) {

Completed in 206 milliseconds