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.c219 hdrlen = sizeof(struct ttls_avp); in eap_ttls_avp_hdr()
249 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); in eap_ttls_avp_encapsulate()
900 struct ttls_avp *avp; in eap_ttls_parse_avp()
905 avp = (struct ttls_avp *) pos; in eap_ttls_parse_avp()
994 if (left < sizeof(struct ttls_avp)) { in eap_ttls_parse_avps()
998 (unsigned long) sizeof(struct ttls_avp)); in eap_ttls_parse_avps()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c121 hdrlen = sizeof(struct ttls_avp); in eap_ttls_avp_hdr()
138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4); in eap_ttls_avp_encapsulate()
180 struct ttls_avp *avp; in eap_ttls_avp_parse()
192 avp = (struct ttls_avp *) pos; in eap_ttls_avp_parse()