/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.h | 53 u32 vendor_type); 55 u32 vendor_type); 57 u32 vendor_type);
|
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 | 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 | 1914 u32 vendor_type) in wpa_scan_get_vendor_ie() argument 1923 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie() 1944 u32 vendor_type) in wpa_scan_get_vendor_ie_beacon() argument 1958 vendor_type == WPA_GET_BE32(elem->data)) in wpa_scan_get_vendor_ie_beacon() 1977 u32 vendor_type) in wpa_scan_get_vendor_ie_multi() argument 1998 vendor_type == WPA_GET_BE32(pos)) in wpa_scan_get_vendor_ie_multi()
|
/external/tcpdump/ |
D | print-radius.c | 557 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/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABISysV_arm64.cpp | 48 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local 50 if (vendor_type != llvm::Triple::Apple) { in CreateInstance()
|
D | ABIMacOSX_arm64.cpp | 45 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local 47 if (vendor_type == llvm::Triple::Apple) { in CreateInstance()
|
/external/wpa_supplicant_8/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()
|
/external/kernel-headers/original/uapi/sound/ |
D | asoc.h | 200 __le32 vendor_type; /* optional vendor specific type info */ member
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 248 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type);
|
D | ieee802_11_common.c | 2015 const u8 * get_vendor_ie(const u8 *ies, size_t len, u32 vendor_type) in get_vendor_ie() argument 2021 vendor_type == WPA_GET_BE32(elem->data)) in get_vendor_ie()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABIMacOSX_arm.cpp | 1309 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local 1311 if (vendor_type == llvm::Triple::Apple) { in CreateInstance()
|
D | ABISysV_arm.cpp | 1312 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor(); in CreateInstance() local 1314 if (vendor_type != llvm::Triple::Apple) { in CreateInstance()
|
/external/wpa_supplicant_8/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()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-us.log | 952 <3>[ 1.595070] sdhci_msm_populate_pdata: before parsing vendor_type 961 <3>[ 1.605694] sdhci_msm_populate_pdata: before parsing vendor_type 962 <3>[ 1.605700] sdhci_msm_populate_pdata: vendor_type=4 969 <3>[ 1.616575] sdhci_msm_populate_pdata: before parsing vendor_type
|
/external/scapy/test/ |
D | regression.uts | 8115 assert(radius_packet.attributes[2].vendor_type == 1) 8191 assert(radius_packet.attributes[2].vendor_type == 1)
|