Home
last modified time | relevance | path

Searched refs:vendor_type (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dbss.h139 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type);
141 u32 vendor_type);
143 u32 vendor_type);
145 u32 vendor_type);
Dscan.h31 u32 vendor_type);
33 u32 vendor_type);
35 u32 vendor_type);
Dbss.c1120 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) in wpa_bss_get_vendor_ie() argument
1131 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie()
1153 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() argument
1168 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_beacon()
1188 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() argument
1204 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi()
1232 u32 vendor_type) in wpa_bss_get_vendor_ie_multi_beacon() argument
1249 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi_beacon()
Dscan.c1838 u32 vendor_type) in wpa_scan_get_vendor_ie() argument
1849 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie()
1871 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() argument
1886 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_beacon()
1906 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() argument
1922 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_multi()
/external/tcpdump/
Dprint-radius.c557 u_int vendor_type; in print_vendor_attr() local
574 vendor_type = *(data); in print_vendor_attr()
580 vendor_type, in print_vendor_attr()
587 vendor_type, in print_vendor_attr()
597 vendor_type, in print_vendor_attr()
/external/wpa_supplicant_8/src/radius/
Dradius.h177 u8 vendor_type; member
Dradius.c961 if (vhdr->vendor_type != subtype) { in radius_msg_get_vendor_attr()
1212 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY; in radius_msg_add_mppe_keys()
1241 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY; in radius_msg_add_mppe_keys()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h204 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
Dieee802_11_common.c1502 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument
1508 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
/external/kernel-headers/original/uapi/sound/
Dasoc.h194 __le32 vendor_type; /* optional vendor specific type info */ member
/external/scapy/test/
Dregression.uts8115 assert(radius_packet.attributes[2].vendor_type == 1)
8191 assert(radius_packet.attributes[2].vendor_type == 1)