Searched refs:vendor_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dscan.h30 u32 vendor_type);
32 u32 vendor_type);
H A Dbss.h115 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
117 u32 vendor_type);
119 u32 vendor_type);
H A Dbss.c898 * @vendor_type: Vendor type (four octets starting the IE payload)
904 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) argument
915 vendor_type == WPA_GET_BE32(&pos[2]))
927 * @vendor_type: Vendor type (four octets starting the IE payload)
935 u32 vendor_type)
951 vendor_type == WPA_GET_BE32(&pos[2]))
968 * @vendor_type: Vendor type (four octets starting the IE payload)
979 u32 vendor_type)
996 vendor_type == WPA_GET_BE32(&pos[2]))
934 wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss, u32 vendor_type) argument
978 wpa_bss_get_vendor_ie_multi_beacon(const struct wpa_bss *bss, u32 vendor_type) argument
H A Dscan.c1209 * @vendor_type: Vendor type (four octets starting the IE payload)
1216 u32 vendor_type)
1227 vendor_type == WPA_GET_BE32(&pos[2]))
1239 * @vendor_type: Vendor type (four octets starting the IE payload)
1247 u32 vendor_type)
1263 vendor_type == WPA_GET_BE32(&pos[2]))
1215 wpa_scan_get_vendor_ie(const struct wpa_scan_res *res, u32 vendor_type) argument
1246 wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, u32 vendor_type) argument
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-radius.c508 u_int vendor_type; local
525 vendor_type = *(data);
531 vendor_type,
538 vendor_type,
548 vendor_type,
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius.h152 u8 vendor_type; member in struct:radius_attr_vendor
H A Dradius.c924 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;

Completed in 121 milliseconds