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);
35 u32 vendor_type);
bss.h 121 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
123 u32 vendor_type);
125 u32 vendor_type);
127 u32 vendor_type);
bss.c 1021 * @vendor_type: Vendor type (four octets starting the IE payload)
1027 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type)
1038 vendor_type == WPA_GET_BE32(&pos[2]))
1050 * @vendor_type: Vendor type (four octets starting the IE payload)
1060 u32 vendor_type)
1075 vendor_type == WPA_GET_BE32(&pos[2]))
1087 * @vendor_type: Vendor type (four octets starting the IE payload)
1095 u32 vendor_type)
1111 vendor_type == WPA_GET_BE32(&pos[2]))
1128 * @vendor_type: Vendor type (four octets starting the IE payload
    [all...]
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 159 u8 vendor_type; member in struct:radius_attr_vendor
radius.c 951 if (vhdr->vendor_type != subtype) {
1190 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY;
1215 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
    [all...]

Completed in 1305 milliseconds