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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h359 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dap_config.c492 os_free(conf->extra_cred);
H A Dwps_hostapd.c1151 cfg.extra_cred = conf->extra_cred;
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h359 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dap_config.c492 os_free(conf->extra_cred);
H A Dwps_hostapd.c1151 cfg.extra_cred = conf->extra_cred;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h359 u8 *extra_cred; member in struct:hostapd_bss_config
H A Dap_config.c492 os_free(conf->extra_cred);
H A Dwps_hostapd.c1151 cfg.extra_cred = conf->extra_cred;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h345 * configuration and Enrollee capabilities. The extra_cred data will
351 * extra_cred: Additional Credential attribute(s)
358 const u8 *extra_cred; member in struct:wps_registrar_config
361 * extra_cred_len: Length of extra_cred in octets
372 * program to take care of configuration. This requires the extra_cred
H A Dwps_registrar.c167 struct wpabuf *extra_cred; member in struct:wps_registrar
663 if (cfg->extra_cred) {
664 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
666 if (reg->extra_cred == NULL) {
700 wpabuf_free(reg->extra_cred);
1727 if (wps->wps->registrar->extra_cred) {
1729 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h345 * configuration and Enrollee capabilities. The extra_cred data will
351 * extra_cred: Additional Credential attribute(s)
358 const u8 *extra_cred; member in struct:wps_registrar_config
361 * extra_cred_len: Length of extra_cred in octets
372 * program to take care of configuration. This requires the extra_cred
H A Dwps_registrar.c167 struct wpabuf *extra_cred; member in struct:wps_registrar
663 if (cfg->extra_cred) {
664 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
666 if (reg->extra_cred == NULL) {
700 wpabuf_free(reg->extra_cred);
1727 if (wps->wps->registrar->extra_cred) {
1729 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h345 * configuration and Enrollee capabilities. The extra_cred data will
351 * extra_cred: Additional Credential attribute(s)
358 const u8 *extra_cred; member in struct:wps_registrar_config
361 * extra_cred_len: Length of extra_cred in octets
372 * program to take care of configuration. This requires the extra_cred
H A Dwps_registrar.c167 struct wpabuf *extra_cred; member in struct:wps_registrar
663 if (cfg->extra_cred) {
664 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
666 if (reg->extra_cred == NULL) {
700 wpabuf_free(reg->extra_cred);
1727 if (wps->wps->registrar->extra_cred) {
1729 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2631 } else if (os_strcmp(buf, "extra_cred") == 0) {
2632 os_free(bss->extra_cred);
2633 bss->extra_cred =
2635 if (bss->extra_cred == NULL) {

Completed in 272 milliseconds