Searched defs:extra_cred (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.h238 * configuration and Enrollee capabilities. The extra_cred data will
244 * extra_cred: Additional Credential attribute(s)
251 const u8 *extra_cred; member in struct:wps_registrar_config
254 * extra_cred_len: Length of extra_cred in octets
265 * program to take care of configuration. This requires the extra_cred
H A Dwps_registrar.c101 struct wpabuf *extra_cred; member in struct:wps_registrar
375 if (cfg->extra_cred) {
376 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
378 if (reg->extra_cred == NULL) {
409 wpabuf_free(reg->extra_cred);
1192 if (wps->wps->registrar->extra_cred) {
1194 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h353 * configuration and Enrollee capabilities. The extra_cred data will
359 * extra_cred: Additional Credential attribute(s)
366 const u8 *extra_cred; member in struct:wps_registrar_config
369 * extra_cred_len: Length of extra_cred in octets
380 * 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
657 if (cfg->extra_cred) {
658 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
660 if (reg->extra_cred == NULL) {
693 wpabuf_free(reg->extra_cred);
1681 if (wps->wps->registrar->extra_cred) {
1683 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h353 * configuration and Enrollee capabilities. The extra_cred data will
359 * extra_cred: Additional Credential attribute(s)
366 const u8 *extra_cred; member in struct:wps_registrar_config
369 * extra_cred_len: Length of extra_cred in octets
380 * 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
657 if (cfg->extra_cred) {
658 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
660 if (reg->extra_cred == NULL) {
693 wpabuf_free(reg->extra_cred);
1681 if (wps->wps->registrar->extra_cred) {
1683 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h353 * configuration and Enrollee capabilities. The extra_cred data will
359 * extra_cred: Additional Credential attribute(s)
366 const u8 *extra_cred; member in struct:wps_registrar_config
369 * extra_cred_len: Length of extra_cred in octets
380 * 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
657 if (cfg->extra_cred) {
658 reg->extra_cred = wpabuf_alloc_copy(cfg->extra_cred,
660 if (reg->extra_cred == NULL) {
693 wpabuf_free(reg->extra_cred);
1681 if (wps->wps->registrar->extra_cred) {
1683 wpabuf_put_buf(msg, wps->wps->registrar->extra_cred);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h349 u8 *extra_cred; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h349 u8 *extra_cred; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h349 u8 *extra_cred; member in struct:hostapd_bss_config

Completed in 1511 milliseconds