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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h414 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dwps_hostapd.c1150 cfg.extra_cred = conf->extra_cred;
H A Dap_config.c512 os_free(conf->extra_cred);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h414 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dwps_hostapd.c1150 cfg.extra_cred = conf->extra_cred;
H A Dap_config.c512 os_free(conf->extra_cred);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h414 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dwps_hostapd.c1150 cfg.extra_cred = conf->extra_cred;
H A Dap_config.c512 os_free(conf->extra_cred);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c169 struct wpabuf *extra_cred; member in struct:wps_registrar
655 if (cfg->extra_cred) {
656 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
658 if (reg->extra_cred == NULL) {
706 wpabuf_free(reg->extra_cred);
1764 if (wps->wps->registrar->extra_cred) {
1766 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
H A Dwps.h349 * configuration and Enrollee capabilities. The extra_cred data will
355 * extra_cred: Additional Credential attribute(s)
362 const u8 *extra_cred; member in struct:wps_registrar_config
365 * extra_cred_len: Length of extra_cred in octets
376 * program to take care of configuration. This requires the extra_cred
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c169 struct wpabuf *extra_cred; member in struct:wps_registrar
655 if (cfg->extra_cred) {
656 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
658 if (reg->extra_cred == NULL) {
706 wpabuf_free(reg->extra_cred);
1764 if (wps->wps->registrar->extra_cred) {
1766 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
H A Dwps.h349 * configuration and Enrollee capabilities. The extra_cred data will
355 * extra_cred: Additional Credential attribute(s)
362 const u8 *extra_cred; member in struct:wps_registrar_config
365 * extra_cred_len: Length of extra_cred in octets
376 * program to take care of configuration. This requires the extra_cred
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c169 struct wpabuf *extra_cred; member in struct:wps_registrar
655 if (cfg->extra_cred) {
656 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
658 if (reg->extra_cred == NULL) {
706 wpabuf_free(reg->extra_cred);
1764 if (wps->wps->registrar->extra_cred) {
1766 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
H A Dwps.h349 * configuration and Enrollee capabilities. The extra_cred data will
355 * extra_cred: Additional Credential attribute(s)
362 const u8 *extra_cred; member in struct:wps_registrar_config
365 * extra_cred_len: Length of extra_cred in octets
376 * program to take care of configuration. This requires the extra_cred
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2980 } else if (os_strcmp(buf, "extra_cred") == 0) {
2981 os_free(bss->extra_cred);
2982 bss->extra_cred = (u8 *) os_readfile(pos, &bss->extra_cred_len);
2983 if (bss->extra_cred == NULL) {

Completed in 132 milliseconds