/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | bss.h | 139 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);
|
D | scan.h | 31 u32 vendor_type); 33 u32 vendor_type); 35 u32 vendor_type);
|
D | bss.c | 1126 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) in wpa_bss_get_vendor_ie() argument 1137 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie() 1159 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() argument 1174 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_beacon() 1194 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() argument 1210 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi() 1238 u32 vendor_type) in wpa_bss_get_vendor_ie_multi_beacon() argument 1255 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi_beacon()
|
D | scan.c | 1867 u32 vendor_type) in wpa_scan_get_vendor_ie() argument 1878 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie() 1900 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() argument 1915 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_beacon() 1935 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() argument 1951 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_multi()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | bss.h | 160 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); 162 u32 vendor_type); 164 u32 vendor_type); 166 u32 vendor_type);
|
D | scan.h | 55 u32 vendor_type); 57 u32 vendor_type); 59 u32 vendor_type);
|
D | bss.c | 1157 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) in wpa_bss_get_vendor_ie() argument 1166 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie() 1187 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() argument 1201 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie_beacon() 1220 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() argument 1241 vendor_type == WPA_GET_BE32(pos)) in wpa_bss_get_vendor_ie_multi() 1269 u32 vendor_type) in wpa_bss_get_vendor_ie_multi_beacon() argument 1286 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi_beacon()
|
D | scan.c | 1981 u32 vendor_type) in wpa_scan_get_vendor_ie() argument 1990 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie() 2011 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() argument 2025 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie_beacon() 2044 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() argument 2065 vendor_type == WPA_GET_BE32(pos)) in wpa_scan_get_vendor_ie_multi()
|
/third_party/alsa-lib/src/topology/ |
D | builder.c | 35 unsigned int vendor_type, in write_block_header() argument 45 hdr.vendor_type = vendor_type; in write_block_header() 66 vendor_type, version); in write_block_header() 96 ret = write_block_header(tplg, tplg_type, elem->vendor_type, in write_elem_block()
|
D | decoder.c | 38 t->vendor_type = hdr->vendor_type; in tplg_decode_template() 40 hdr->index, hdr->version, hdr->vendor_type); in tplg_decode_template()
|
D | data.c | 1410 elem->vendor_type = ival; in tplg_parse_data() 1439 if (elem->vendor_type > 0) in tplg_save_data() 1486 if (err >= 0 && elem->vendor_type > 0) in tplg_save_data() 1488 elem->vendor_type); in tplg_save_data()
|
D | tplg_local.h | 162 int vendor_type; /* vendor type for private data */ member
|
/third_party/alsa-lib/include/ |
D | topology.h | 1091 int vendor_type; /*!< optional vendor specific type info */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius.h | 177 u8 vendor_type; member
|
D | radius.c | 961 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius.h | 177 u8 vendor_type; member
|
D | radius.c | 961 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.h | 208 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
D | ieee802_11_common.c | 1683 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument 1689 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asoc.h | 199 __le32 vendor_type; /* optional vendor specific type info */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 249 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
D | ieee802_11_common.c | 2018 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument 2024 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | beacon.c | 283 u32 vendor_type) in hostapd_vendor_wpa_ie() argument 292 return get_vendor_ie(ies, ies_len, vendor_type); in hostapd_vendor_wpa_ie()
|