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

  /external/wpa_supplicant/
radius.c 730 struct radius_attr_vendor *vhdr; local
748 while (left >= sizeof(*vhdr)) {
749 vhdr = (struct radius_attr_vendor *) pos;
750 if (vhdr->vendor_length > left ||
751 vhdr->vendor_length < sizeof(*vhdr)) {
755 if (vhdr->vendor_type != subtype) {
756 pos += vhdr->vendor_length;
757 left -= vhdr->vendor_length;
761 len = vhdr->vendor_length - sizeof(*vhdr)
977 struct radius_attr_vendor *vhdr; local
    [all...]
  /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...]

Completed in 85 milliseconds