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

  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 31 u32 vendor_type);
33 u32 vendor_type);
bss.h 120 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
122 u32 vendor_type);
124 u32 vendor_type);
bss.c 978 * @vendor_type: Vendor type (four octets starting the IE payload)
984 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type)
995 vendor_type == WPA_GET_BE32(&pos[2]))
1007 * @vendor_type: Vendor type (four octets starting the IE payload)
1015 u32 vendor_type)
1031 vendor_type == WPA_GET_BE32(&pos[2]))
1048 * @vendor_type: Vendor type (four octets starting the IE payload)
1059 u32 vendor_type)
1076 vendor_type == WPA_GET_BE32(&pos[2]))
scan.c     [all...]
  /external/tcpdump/
print-radius.c 508 u_int vendor_type; local
525 vendor_type = *(data);
531 vendor_type,
538 vendor_type,
548 vendor_type,
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 152 u8 vendor_type; member in struct:radius_attr_vendor
radius.c 924 if (vhdr->vendor_type != subtype) {
1162 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY;
1187 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
    [all...]

Completed in 116 milliseconds