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

/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_enrollee.c755 wps->cred.cred_attr = cred - 4;
758 wps->cred.cred_attr = NULL;
884 cred.cred_attr = wpabuf_head(attrs);
H A Dwps_er.c1058 sta->cred->cred_attr = NULL;
1616 ap->ap_settings->cred_attr = NULL;
1963 ap->ap_settings->cred_attr = NULL;
2022 ap->ap_settings->cred_attr = NULL;
H A Dwps.h43 * @cred_attr: Unparsed Credential attribute data (used only in cred_cb());
45 * @cred_attr_len: Length of cred_attr in octets
56 const u8 *cred_attr; member in struct:wps_credential
H A Dwps_registrar.c2954 wps->cred.cred_attr = wpabuf_head(msg);
2965 wps->cred.cred_attr = NULL;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c373 wpa_s->conf->wps_cred_processing == 2) && cred->cred_attr) {
378 cred->cred_attr, cred->cred_attr_len);
389 cred->cred_attr, cred->cred_attr_len);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c422 cred->cred_attr, cred->cred_attr_len);
436 hapd->conf->wps_cred_processing == 2) && cred->cred_attr) {
437 hapd_new_ap_event(hapd, cred->cred_attr, cred->cred_attr_len);

Completed in 152 milliseconds