Home
last modified time | relevance | path

Searched refs:vendor_length (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c957 if (vhdr->vendor_length > left || in radius_msg_get_vendor_attr()
958 vhdr->vendor_length < sizeof(*vhdr)) { in radius_msg_get_vendor_attr()
962 pos += vhdr->vendor_length; in radius_msg_get_vendor_attr()
963 left -= vhdr->vendor_length; in radius_msg_get_vendor_attr()
967 len = vhdr->vendor_length - sizeof(*vhdr); in radius_msg_get_vendor_attr()
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
1248 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
H A Dradius.h178 u8 vendor_length; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c957 if (vhdr->vendor_length > left || in radius_msg_get_vendor_attr()
958 vhdr->vendor_length < sizeof(*vhdr)) { in radius_msg_get_vendor_attr()
962 pos += vhdr->vendor_length; in radius_msg_get_vendor_attr()
963 left -= vhdr->vendor_length; in radius_msg_get_vendor_attr()
967 len = vhdr->vendor_length - sizeof(*vhdr); in radius_msg_get_vendor_attr()
1223 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
1248 vhdr->vendor_length = hlen + elen - sizeof(vendor_id); in radius_msg_add_mppe_keys()
H A Dradius.h178 u8 vendor_length; member

Completed in 7 milliseconds