Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c1126 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()
Dscan.c1867 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/
Dbss.h160 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);
Dscan.h55 u32 vendor_type);
57 u32 vendor_type);
59 u32 vendor_type);
Dbss.c1157 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()
Dscan.c1981 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/
Dbuilder.c35 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()
Ddecoder.c38 t->vendor_type = hdr->vendor_type; in tplg_decode_template()
40 hdr->index, hdr->version, hdr->vendor_type); in tplg_decode_template()
Ddata.c1410 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()
Dtplg_local.h162 int vendor_type; /* vendor type for private data */ member
/third_party/alsa-lib/include/
Dtopology.h1091 int vendor_type; /*!< optional vendor specific type info */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h208 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
Dieee802_11_common.c1683 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/
Dasoc.h199 __le32 vendor_type; /* optional vendor specific type info */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h249 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
Dieee802_11_common.c2018 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/
Dbeacon.c283 u32 vendor_type) in hostapd_vendor_wpa_ie() argument
292 return get_vendor_ie(ies, ies_len, vendor_type); in hostapd_vendor_wpa_ie()