Searched refs:vendor_type (Results 1 - 12 of 12) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | scan.h | 31 u32 vendor_type); 33 u32 vendor_type); 35 u32 vendor_type);
|
H A D | bss.h | 134 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); 136 u32 vendor_type); 138 u32 vendor_type); 140 u32 vendor_type);
|
H A D | bss.c | 1029 * @vendor_type: Vendor type (four octets starting the IE payload) 1035 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) argument 1046 vendor_type == WPA_GET_BE32(&pos[2])) 1058 * @vendor_type: Vendor type (four octets starting the IE payload) 1068 u32 vendor_type) 1083 vendor_type == WPA_GET_BE32(&pos[2])) 1095 * @vendor_type: Vendor type (four octets starting the IE payload) 1103 u32 vendor_type) 1119 vendor_type == WPA_GET_BE32(&pos[2])) 1136 * @vendor_type 1067 wpa_bss_get_vendor_ie_beacon(const struct wpa_bss *bss, u32 vendor_type) argument 1102 wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss, u32 vendor_type) argument 1146 wpa_bss_get_vendor_ie_multi_beacon(const struct wpa_bss *bss, u32 vendor_type) argument [all...] |
H A D | scan.c | 1579 * @vendor_type: Vendor type (four octets starting the IE payload) 1586 u32 vendor_type) 1597 vendor_type == WPA_GET_BE32(&pos[2])) 1609 * @vendor_type: Vendor type (four octets starting the IE payload) 1619 u32 vendor_type) 1634 vendor_type == WPA_GET_BE32(&pos[2])) 1646 * @vendor_type: Vendor type (four octets starting the IE payload) 1654 u32 vendor_type) 1670 vendor_type == WPA_GET_BE32(&pos[2])) 1585 wpa_scan_get_vendor_ie(const struct wpa_scan_res *res, u32 vendor_type) argument 1618 wpa_scan_get_vendor_ie_beacon(const struct wpa_scan_res *res, u32 vendor_type) argument 1653 wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, u32 vendor_type) argument
|
/external/tcpdump/ |
H A D | print-radius.c | 553 u_int vendor_type; local 570 vendor_type = *(data); 576 vendor_type, 583 vendor_type, 593 vendor_type,
|
/external/kernel-headers/original/uapi/sound/ |
H A D | asoc.h | 129 __le32 vendor_type; /* optional vendor specific type info */ member in struct:snd_soc_tplg_hdr
|
/external/wpa_supplicant_8/hostapd/src/radius/ |
H A D | radius.h | 172 u8 vendor_type; member in struct:radius_attr_vendor
|
H A D | radius.c | 950 if (vhdr->vendor_type != subtype) { 1200 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY; 1227 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
|
/external/wpa_supplicant_8/src/radius/ |
H A D | radius.h | 172 u8 vendor_type; member in struct:radius_attr_vendor
|
H A D | radius.c | 950 if (vhdr->vendor_type != subtype) { 1200 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY; 1227 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
|
/external/wpa_supplicant_8/wpa_supplicant/src/radius/ |
H A D | radius.h | 172 u8 vendor_type; member in struct:radius_attr_vendor
|
H A D | radius.c | 950 if (vhdr->vendor_type != subtype) { 1200 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_SEND_KEY; 1227 vhdr->vendor_type = RADIUS_VENDOR_ATTR_MS_MPPE_RECV_KEY;
|
Completed in 163 milliseconds