Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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
14 authentication( detailed below ), PKEX based authentication etc. In DPP
16 The three phases of DPP connection are authentication, configuration and
28 Enable DPP and protected management frame in wpa_supplicant build config
37 Enable DPP and protected management frame in hostapd build config file
45 Any STA or AP device can act as a Configurator. Enable DPP and protected
70 wpa_key_mgmt=DPP
[all …]
D.config609 # Device Provisioning Protocol (DPP)
611 # wpa_supplicant/README-DPP for details)
Ddefconfig612 # Device Provisioning Protocol (DPP)
614 # wpa_supplicant/README-DPP for details)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
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
17 three phases of DPP connection are authentication, configuration and
33 Enable DPP in wpa_supplicant build config file
40 Enable DPP in hostapd build config file
47 Any STA or AP device can act as a Configurator. Enable DPP in build
72 wpa_key_mgmt=DPP
[all …]
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
D.config609 # Device Provisioning Protocol (DPP)
611 # wpa_supplicant/README-DPP for details)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp298 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
306 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan()
311 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan()
325 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
333 {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
356 {Identity, V, B.getInt32(DPP::WAVE_SHR1), B.getInt32(0xf), in buildShiftRight()
363 {Identity, V, B.getInt32(DPP::ROW_SHR0 + 1), in buildShiftRight()
DSIDefines.h42 DPP = 1 << 15, enumerator
232 DPP = 4 enumerator
446 namespace DPP {
DVOPInstructions.td608 let DPP = 1;
619 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP,
623 let DecoderNamespace = "DPP";
668 let DPP = 1;
674 let AsmVariantName = !if(P.HasExtDPP, AMDGPUAsmVariants.DPP,
678 let DecoderNamespace = "DPP";
700 let DPP = 1;
706 let AsmVariantName = !if(P.HasExt, AMDGPUAsmVariants.DPP,
DGCNHazardRecognizer.h76 int checkDPPHazards(MachineInstr *DPP);
DAMDGPU.td350 "Support DPP (Data Parallel Primitives) extension"
921 string DPP = "DPP";
950 let Name = AMDGPUAsmVariants.DPP;
DSIInstrFormats.td35 field bit DPP = 0;
148 let TSFlags{15} = DPP;
DSIInstrInfo.td1578 // Return type of input modifiers operand specified input operand for DPP
1861 // Outs for DPP and SDWA
2050 // Function that checks if instruction supports DPP and SDWA
2054 0, // NumSrcArgs == 3 - No DPP or SDWA for VOP3
2056 0, // 64-bit dst - No DPP or SDWA for 64-bit operands
2128 // HasModifiers affects the normal and DPP encodings. We take note of EnableF32SrcMods, which
2415 // Maps ordinary instructions to their DPP counterparts
2421 let ValueCols = [["DPP"]];
DSIInstrInfo.h559 return MI.getDesc().TSFlags & SIInstrFlags::DPP; in isDPP()
563 return get(Opcode).TSFlags & SIInstrFlags::DPP; in isDPP()
DGCNHazardRecognizer.cpp603 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() argument
613 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards()
/third_party/mesa3d/docs/relnotes/
D21.3.3.rst103 - aco/optimizer_postRA: Fix combining DPP into VALU.
D21.3.1.rst113 - aco: don't create DPP instructions with SGPR operands
D21.1.2.rst155 - aco: disallow SGPRs on DPP instructions
D21.2.2.rst241 - aco: don't constant propagate to DPP instructions
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
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
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)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp308 else if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::DPP) in printVOPDst()
699 using namespace AMDGPU::DPP; in printDPPCtrl()
807 using namespace llvm::AMDGPU::DPP; in printFI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2664 (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) || in checkTargetMatchPredicate()
2706 static const unsigned Variants[] = {AMDGPUAsmVariants::DPP}; in getMatchedVariants()
2712 AMDGPUAsmVariants::SDWA, AMDGPUAsmVariants::SDWA9, AMDGPUAsmVariants::DPP in getMatchedVariants()
6433 using namespace AMDGPU::DPP; in isDPPCtrl()
6584 using namespace AMDGPU::DPP; in parseDPPCtrl()
6771 using namespace llvm::AMDGPU::DPP; in cvtDPP()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog15 * fixed DPP bootstrapping URI parser of channel list
76 * OWE: allow Diffie-Hellman Parameter element to be included with DPP
77 in preparation for DPP protocol extension
89 * added support for DPP (Wi-Fi Device Provisioning Protocol)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp259 using namespace llvm::AMDGPU::DPP; in isValidDPP8()

12