Searched refs:vhdr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c925 struct radius_attr_vendor *vhdr; local
944 while (left >= sizeof(*vhdr)) {
945 vhdr = (struct radius_attr_vendor *) pos;
946 if (vhdr->vendor_length > left ||
947 vhdr->vendor_length < sizeof(*vhdr)) {
951 if (vhdr->vendor_type != subtype) {
952 pos += vhdr->vendor_length;
953 left -= vhdr->vendor_length;
957 len = vhdr
1173 struct radius_attr_vendor *vhdr; local
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c925 struct radius_attr_vendor *vhdr; local
944 while (left >= sizeof(*vhdr)) {
945 vhdr = (struct radius_attr_vendor *) pos;
946 if (vhdr->vendor_length > left ||
947 vhdr->vendor_length < sizeof(*vhdr)) {
951 if (vhdr->vendor_type != subtype) {
952 pos += vhdr->vendor_length;
953 left -= vhdr->vendor_length;
957 len = vhdr
1173 struct radius_attr_vendor *vhdr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c925 struct radius_attr_vendor *vhdr; local
944 while (left >= sizeof(*vhdr)) {
945 vhdr = (struct radius_attr_vendor *) pos;
946 if (vhdr->vendor_length > left ||
947 vhdr->vendor_length < sizeof(*vhdr)) {
951 if (vhdr->vendor_type != subtype) {
952 pos += vhdr->vendor_length;
953 left -= vhdr->vendor_length;
957 len = vhdr
1173 struct radius_attr_vendor *vhdr; local
[all...]

Completed in 168 milliseconds