HomeSort by relevance Sort by last modified time
    Searched defs:vhdr (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c 735 struct radius_attr_vendor *vhdr; local
753 while (left >= sizeof(*vhdr)) {
754 vhdr = (struct radius_attr_vendor *) pos;
755 if (vhdr->vendor_length > left ||
756 vhdr->vendor_length < sizeof(*vhdr)) {
760 if (vhdr->vendor_type != subtype) {
761 pos += vhdr->vendor_length;
762 left -= vhdr->vendor_length;
766 len = vhdr->vendor_length - sizeof(*vhdr)
981 struct radius_attr_vendor *vhdr; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 773 struct radius_attr_vendor *vhdr; local
791 while (left >= sizeof(*vhdr)) {
792 vhdr = (struct radius_attr_vendor *) pos;
793 if (vhdr->vendor_length > left ||
794 vhdr->vendor_length < sizeof(*vhdr)) {
798 if (vhdr->vendor_type != subtype) {
799 pos += vhdr->vendor_length;
800 left -= vhdr->vendor_length;
804 len = vhdr->vendor_length - sizeof(*vhdr)
1019 struct radius_attr_vendor *vhdr; local
    [all...]

Completed in 32 milliseconds