| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-DPP | 1 Device Provisioning Protocol (DPP) 4 This document describes how the Device Provisioning Protocol (DPP) 6 the STA device and AP can be configured to connect each other using DPP 9 Introduction to DPP 15 authentication (password with in-band provisioning), etc. In DPP a 33 Enable DPP in wpa_supplicant build config file 40 Enable DPP in hostapd build config file 72 wpa_key_mgmt=DPP 164 command to get DPP credentials. 180 wpa_key_mgmt=DPP [all …]
|
| H A D | defconfig | 606 # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) 608 # DPP version 2 support 610 # DPP version 3 support (experimental and still changing; do not enable for
|
| H A D | ChangeLog | 27 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 71 * fixed DPP bootstrapping URI parser of channel list 122 * fixed DPP network profile saving 165 * added support for DPP (Wi-Fi Device Provisioning Protocol)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 299 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction() 336 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan() 344 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan() 349 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan() 364 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() 373 {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan() 392 {Identity, V, B.getInt32(DPP::WAVE_SHR1), B.getInt32(0xf), in buildShiftRight() 404 {Identity, V, B.getInt32(DPP::ROW_SHR0 + 1), in buildShiftRight()
|
| H A D | VOPInstructions.td | 639 let DPP = 1; 654 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP, 658 let DecoderNamespace = "DPP"; 668 let DPP = 1; 708 let DPP = 1; 714 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP, 718 let DecoderNamespace = "DPP"; 740 let DPP = 1; 746 let AsmVariantName = !if(P.HasExt, AMDGPUAsmVariants.DPP,
|
| H A D | SIDefines.h | 42 DPP = 1 << 15, enumerator 250 DPP = 4 enumerator 672 namespace DPP {
|
| H A D | GCNHazardRecognizer.h | 77 int checkDPPHazards(MachineInstr *DPP);
|
| H A D | SIInstrFormats.td | 35 field bit DPP = 0; 162 let TSFlags{15} = DPP;
|
| H A D | AMDGPU.td | 416 "Support DPP (Data Parallel Primitives) extension" 429 "Support DPP (Data Parallel Primitives) extension" 1160 string DPP = "DPP"; 1189 let Name = AMDGPUAsmVariants.DPP;
|
| H A D | SIInstrInfo.h | 608 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP() 612 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
|
| H A D | SIInstrInfo.td | 1583 // Return type of input modifiers operand specified input operand for DPP 1816 // Outs for DPP 2032 0, // NumSrcArgs == 3 - No DPP for VOP3 2042 // Function that checks if instruction supports DPP and SDWA 2418 // Maps ordinary instructions to their DPP counterparts 2424 let ValueCols = [["DPP"]];
|
| H A D | GCNHazardRecognizer.cpp | 642 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument 654 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
|
| H A D | VOP1Instructions.td | 114 // We only want to set this on the basic, non-SDWA or DPP forms.
|
| H A D | VOP3Instructions.td | 931 // (they do not support SDWA or DPP).
|
| H A D | SIInstrInfo.cpp | 4302 using namespace AMDGPU::DPP; in verifyInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 900 return DC >= DPP::ROW_NEWBCAST_FIRST && DC <= DPP::ROW_NEWBCAST_LAST; in isLegal64BitDPPControl()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | defconfig | 406 # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect) 408 # DPP version 2 support 410 # DPP version 3 support (experimental and still changing; do not enable for
|
| H A D | ChangeLog | 25 * added support for DPP release 2 (Wi-Fi Device Provisioning Protocol) 58 * fixed DPP bootstrapping URI parser of channel list 119 * OWE: allow Diffie-Hellman Parameter element to be included with DPP 120 in preparation for DPP protocol extension 132 * added support for DPP (Wi-Fi Device Provisioning Protocol)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 374 } else if (Flags & SIInstrFlags::DPP) { in printVOPDst() 807 using namespace AMDGPU::DPP; in printDPPCtrl() 928 using namespace llvm::AMDGPU::DPP; in printFI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3062 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate() 3088 AMDGPUAsmVariants::SDWA, AMDGPUAsmVariants::SDWA9, AMDGPUAsmVariants::DPP in getAllVariants() 3113 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants() 7688 using namespace AMDGPU::DPP; in isDPPCtrl() 7887 using namespace AMDGPU::DPP; in parseDPPCtrlSel() 7935 using namespace AMDGPU::DPP; in parseDPPCtrl() 8049 using namespace llvm::AMDGPU::DPP; in cvtDPP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 405 using namespace llvm::AMDGPU::DPP; in isValidDPP8()
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.c | 3180 __AKM(DPP, DPP); in wpa_key_mgmt_to_suites()
|