Home
last modified time | relevance | path

Searched refs:ttls_avp (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_ttls.h12 struct ttls_avp { struct
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c174 hdrlen = sizeof(struct ttls_avp); in eap_ttls_avp_hdr()
203 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); in eap_ttls_avp_encapsulate()
837 struct ttls_avp *avp; in eap_ttls_parse_avp()
842 avp = (struct ttls_avp *) pos; in eap_ttls_parse_avp()
931 if (left < sizeof(struct ttls_avp)) { in eap_ttls_parse_avps()
935 (unsigned long) sizeof(struct ttls_avp)); in eap_ttls_parse_avps()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c91 hdrlen = sizeof(struct ttls_avp); in eap_ttls_avp_hdr()
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4); in eap_ttls_avp_encapsulate()
150 struct ttls_avp *avp; in eap_ttls_avp_parse()
162 avp = (struct ttls_avp *) pos; in eap_ttls_avp_parse()