/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.h | 31 u32 vendor_type); 33 u32 vendor_type); 35 u32 vendor_type);
|
H A 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);
|
H A D | bss.c | 1120 * @vendor_type: Vendor type (four octets starting the IE payload) 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() 1149 * @vendor_type: Vendor type (four octets starting the IE payload) 1159 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() 1174 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_beacon() 1186 * @vendor_type: Vendor type (four octets starting the IE payload) 1194 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() 1210 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_bss_get_vendor_ie_multi() 1227 * @vendor_type 1158 wpa_bss_get_vendor_ie_beacon(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_beacon() argument 1193 wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_multi() argument 1237 wpa_bss_get_vendor_ie_multi_beacon(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_multi_beacon() argument [all...] |
H A D | scan.c | 1860 * @vendor_type: Vendor type (four octets starting the IE payload) 1867 u32 vendor_type) in wpa_scan_get_vendor_ie() 1878 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie() 1890 * @vendor_type: Vendor type (four octets starting the IE payload) 1900 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() 1915 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_beacon() 1927 * @vendor_type: Vendor type (four octets starting the IE payload) 1935 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() 1951 vendor_type == WPA_GET_BE32(&pos[2])) in wpa_scan_get_vendor_ie_multi() 1866 wpa_scan_get_vendor_ie(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie() argument 1899 wpa_scan_get_vendor_ie_beacon(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie_beacon() argument 1934 wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie_multi() argument
|
/third_party/alsa-lib/src/topology/ |
H A D | decoder.c | 37 t->vendor_type = hdr->vendor_type; in tplg_decode_template() 38 tplg_log(tplg, 'D', pos, "template: index %d version %d vendor_type %d", in tplg_decode_template() 39 hdr->index, hdr->version, hdr->vendor_type); in tplg_decode_template()
|
H A D | builder.c | 34 unsigned int vendor_type, in write_block_header() 44 hdr.vendor_type = vendor_type; in write_block_header() 65 vendor_type, version); in write_block_header() 95 ret = write_block_header(tplg, tplg_type, elem->vendor_type, in write_elem_block() 33 write_block_header(snd_tplg_t *tplg, unsigned int type, unsigned int vendor_type, unsigned int version, unsigned int index, size_t payload_size, int count) write_block_header() argument
|
H A D | data.c | 1411 elem->vendor_type = ival; in tplg_parse_data() 1440 if (elem->vendor_type > 0) in tplg_save_data() 1487 if (err >= 0 && elem->vendor_type > 0) in tplg_save_data() 1489 elem->vendor_type); in tplg_save_data()
|
H A D | tplg_local.h | 163 int vendor_type; /* vendor type for private data */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.h | 58 u32 vendor_type); 60 u32 vendor_type); 62 u32 vendor_type);
|
H A D | bss.h | 174 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); 176 u32 vendor_type); 178 u32 vendor_type); 180 u32 vendor_type);
|
H A D | bss.c | 1256 * @vendor_type: Vendor type (four octets starting the IE payload) 1262 const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type) in wpa_bss_get_vendor_ie() argument 1271 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie() 1282 * @vendor_type: Vendor type (four octets starting the IE payload) 1292 u32 vendor_type) in wpa_bss_get_vendor_ie_beacon() 1306 vendor_type == WPA_GET_BE32(elem->data)) in wpa_bss_get_vendor_ie_beacon() 1317 * @vendor_type: Vendor type (four octets starting the IE payload) 1325 u32 vendor_type) in wpa_bss_get_vendor_ie_multi() 1346 vendor_type == WPA_GET_BE32(pos)) in wpa_bss_get_vendor_ie_multi() 1363 * @vendor_type 1291 wpa_bss_get_vendor_ie_beacon(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_beacon() argument 1324 wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_multi() argument 1373 wpa_bss_get_vendor_ie_multi_beacon(const struct wpa_bss *bss, u32 vendor_type) wpa_bss_get_vendor_ie_multi_beacon() argument [all...] |
H A D | scan.c | 2026 * @vendor_type: Vendor type (four octets starting the IE payload) 2033 u32 vendor_type) in wpa_scan_get_vendor_ie() 2042 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie() 2053 * @vendor_type: Vendor type (four octets starting the IE payload) 2063 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() 2077 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie_beacon() 2088 * @vendor_type: Vendor type (four octets starting the IE payload) 2096 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() 2117 vendor_type == WPA_GET_BE32(pos)) in wpa_scan_get_vendor_ie_multi() 2032 wpa_scan_get_vendor_ie(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie() argument 2062 wpa_scan_get_vendor_ie_beacon(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie_beacon() argument 2095 wpa_scan_get_vendor_ie_multi(const struct wpa_scan_res *res, u32 vendor_type) wpa_scan_get_vendor_ie_multi() argument
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 1089 int vendor_type; /*!< optional vendor specific type info */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 201 __le32 vendor_type; /* optional vendor specific type info */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.h | 177 u8 vendor_type; member
|
H A 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_standard/src/radius/ |
H A D | radius.h | 177 u8 vendor_type; member
|
H A 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/ |
H A D | ieee802_11_common.h | 208 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
H A 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 305 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
H A D | ieee802_11_common.c | 2207 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument 2213 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 283 u32 vendor_type) in hostapd_vendor_wpa_ie() 292 return get_vendor_ie(ies, ies_len, vendor_type); in hostapd_vendor_wpa_ie() 282 hostapd_vendor_wpa_ie(struct hostapd_data *hapd, u32 vendor_type) hostapd_vendor_wpa_ie() argument
|