Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_ttls.h13 be32 avp_code; member
21 be32 avp_code; member
Deap_ttls.c144 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
161 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr()
168 static u8 * eap_ttls_avp_add(u8 *start, u8 *avphdr, u32 avp_code, in eap_ttls_avp_add() argument
173 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add()
181 static int eap_ttls_avp_encapsulate(struct wpabuf **resp, u32 avp_code, in eap_ttls_avp_encapsulate() argument
195 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); in eap_ttls_avp_encapsulate()
846 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local
851 avp_code = be_to_host32(avp->avp_code); in eap_ttls_parse_avp()
856 "length=%d", (int) avp_code, avp_flags, in eap_ttls_parse_avp()
888 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp()
[all …]