Searched refs:avp_length (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_ttls.h | 14 be32 avp_length; /* 8-bit flags, 24-bit length; member 22 be32 avp_length; /* 8-bit flags, 24-bit length; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_ttls.h | 14 be32 avp_length; /* 8-bit flags, 24-bit length; member 22 be32 avp_length; /* 8-bit flags, 24-bit length; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ttls.c | 125 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 189 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_avp_parse() local 194 avp_length = be_to_host32(avp->avp_length); in eap_ttls_avp_parse() 195 avp_flags = (avp_length >> 24) & 0xff; in eap_ttls_avp_parse() 196 avp_length &= 0xffffff; in eap_ttls_avp_parse() 199 (int) avp_length); in eap_ttls_avp_parse() 200 if ((int) avp_length > left) { in eap_ttls_avp_parse() 203 (int) avp_length, left); in eap_ttls_avp_parse() 206 if (avp_length < sizeo in eap_ttls_avp_parse() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 125 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 189 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_avp_parse() local 194 avp_length = be_to_host32(avp->avp_length); in eap_ttls_avp_parse() 195 avp_flags = (avp_length >> 24) & 0xff; in eap_ttls_avp_parse() 196 avp_length &= 0xffffff; in eap_ttls_avp_parse() 199 (int) avp_length); in eap_ttls_avp_parse() 200 if ((int) avp_length > left) { in eap_ttls_avp_parse() 203 (int) avp_length, left); in eap_ttls_avp_parse() 206 if (avp_length < sizeo in eap_ttls_avp_parse() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_ttls.c | 223 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 918 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local 924 avp_length = be_to_host32(avp->avp_length); in eap_ttls_parse_avp() 925 avp_flags = (avp_length >> 24) & 0xff; in eap_ttls_parse_avp() 926 avp_length &= 0xffffff; in eap_ttls_parse_avp() 929 (int) avp_length); in eap_ttls_parse_avp() 931 if (avp_length > left) { in eap_ttls_parse_avp() 934 (int) avp_length, (unsigned long) left); in eap_ttls_parse_avp() 938 if (avp_length < sizeo in eap_ttls_parse_avp() 1006 int avp_length; eap_ttls_parse_avps() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_ttls.c | 223 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 947 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local 953 avp_length = be_to_host32(avp->avp_length); in eap_ttls_parse_avp() 954 avp_flags = (avp_length >> 24) & 0xff; in eap_ttls_parse_avp() 955 avp_length &= 0xffffff; in eap_ttls_parse_avp() 958 (int) avp_length); in eap_ttls_parse_avp() 960 if (avp_length > left) { in eap_ttls_parse_avp() 963 (int) avp_length, (unsigned long) left); in eap_ttls_parse_avp() 967 if (avp_length < sizeo in eap_ttls_parse_avp() 1035 int avp_length; eap_ttls_parse_avps() local [all...] |
Completed in 6 milliseconds