HomeSort by: relevance | last modified time | path
    Searched refs:vendor_type (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.h 64 u32 vendor_type);
66 u32 vendor_type);
68 u32 vendor_type);
bss.h 180 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
182 u32 vendor_type);
184 u32 vendor_type);
186 u32 vendor_type);
bss.c 1271 * @vendor_type: Vendor type (four octets starting the IE payload)
1277 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type)
1286 vendor_type == WPA_GET_BE32(elem->data))
1297 * @vendor_type: Vendor type (four octets starting the IE payload)
1307 u32 vendor_type)
1321 vendor_type == WPA_GET_BE32(elem->data))
1332 * @vendor_type: Vendor type (four octets starting the IE payload)
1340 u32 vendor_type)
1361 vendor_type == WPA_GET_BE32(pos))
1378 * @vendor_type: Vendor type (four octets starting the IE payload
    [all...]
scan.c 2116 * @vendor_type: Vendor type (four octets starting the IE payload)
2123 u32 vendor_type)
2132 vendor_type == WPA_GET_BE32(elem->data))
2143 * @vendor_type: Vendor type (four octets starting the IE payload)
2153 u32 vendor_type)
2167 vendor_type == WPA_GET_BE32(elem->data))
2178 * @vendor_type: Vendor type (four octets starting the IE payload)
2186 u32 vendor_type)
2207 vendor_type == WPA_GET_BE32(pos))
  /src/external/bsd/wpa/dist/src/radius/
radius.h 198 u8 vendor_type; member in struct:radius_attr_vendor
317 u8 vendor_type, const u8 *data, size_t len);
radius.c 1118 if (vhdr->vendor_type != subtype) {
1369 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY;
1398 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
1446 u8 vendor_type, const u8 *data, size_t len)
1459 *pos++ = vendor_type;
  /src/external/bsd/tcpdump/dist/
print-radius.c 844 u_int vendor_type; local
858 vendor_type = GET_U_1(data);
863 vendor_type,
869 vendor_type,
879 vendor_type,
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 274 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
ieee802_11_common.c 2540 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type)
2546 vendor_type == WPA_GET_BE32(elem->data))
  /src/sbin/efi/
devpath3.c 509 static struct vendor_type { struct
516 static struct vendor_type tbl[] = {
571 struct vendor_type *vt;
  /src/external/bsd/wpa/dist/src/ap/
beacon.c 322 u32 vendor_type)
331 return get_vendor_ie(ies, ies_len, vendor_type);

Completed in 41 milliseconds