Searched refs:dpos (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_ttls.c | 813 static int eap_ttls_parse_attr_eap(const u8 *dpos, size_t dlen, in eap_ttls_parse_attr_eap() argument 824 os_memcpy(parse->eapdata, dpos, dlen); in eap_ttls_parse_attr_eap() 833 os_memcpy(neweap + parse->eap_len, dpos, dlen); in eap_ttls_parse_attr_eap() 847 u8 avp_flags, *dpos; in eap_ttls_parse_avp() local 872 dpos = (u8 *) (avp + 1); in eap_ttls_parse_avp() 879 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp() 882 dpos += 4; in eap_ttls_parse_avp() 886 wpa_hexdump(MSG_DEBUG, "EAP-TTLS: AVP data", dpos, dlen); in eap_ttls_parse_avp() 889 if (eap_ttls_parse_attr_eap(dpos, dlen, parse) < 0) in eap_ttls_parse_avp() 895 dpos, dlen); in eap_ttls_parse_avp() [all …]
|