Home
last modified time | relevance | path

Searched refs:DPP (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A DREADME-DPP1 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 Ddefconfig606 # 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 DChangeLog27 * 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 DAMDGPUAtomicOptimizer.cpp299 {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 DVOPInstructions.td639 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 DSIDefines.h42 DPP = 1 << 15, enumerator
250 DPP = 4 enumerator
672 namespace DPP {
H A DGCNHazardRecognizer.h77 int checkDPPHazards(MachineInstr *DPP);
H A DSIInstrFormats.td35 field bit DPP = 0;
162 let TSFlags{15} = DPP;
H A DAMDGPU.td416 "Support DPP (Data Parallel Primitives) extension"
429 "Support DPP (Data Parallel Primitives) extension"
1160 string DPP = "DPP";
1189 let Name = AMDGPUAsmVariants.DPP;
H A DSIInstrInfo.h608 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP()
612 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
H A DSIInstrInfo.td1583 // 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 DGCNHazardRecognizer.cpp642 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument
654 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
H A DVOP1Instructions.td114 // We only want to set this on the basic, non-SDWA or DPP forms.
H A DVOP3Instructions.td931 // (they do not support SDWA or DPP).
H A DSIInstrInfo.cpp4302 using namespace AMDGPU::DPP; in verifyInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h900 return DC >= DPP::ROW_NEWBCAST_FIRST && DC <= DPP::ROW_NEWBCAST_LAST; in isLegal64BitDPPControl()
/freebsd-13.1/contrib/wpa/hostapd/
H A Ddefconfig406 # 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 DChangeLog25 * 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 DAMDGPUInstPrinter.cpp374 } 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 DAMDGPUAsmParser.cpp3062 (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 DAMDGPUDisassembler.cpp405 using namespace llvm::AMDGPU::DPP; in isValidDPP8()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c3180 __AKM(DPP, DPP); in wpa_key_mgmt_to_suites()