Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_ttls.h12 struct ttls_avp { struct
Deap_ttls.c158 hdrlen = sizeof(struct ttls_avp); in eap_ttls_avp_hdr()
187 msg = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(*resp) + 4); in eap_ttls_avp_encapsulate()
845 struct ttls_avp *avp; in eap_ttls_parse_avp()
850 avp = (struct ttls_avp *) pos; in eap_ttls_parse_avp()
938 if (left < sizeof(struct ttls_avp)) { in eap_ttls_parse_avps()
942 (unsigned long) sizeof(struct ttls_avp)); in eap_ttls_parse_avps()