Home
last modified time | relevance | path

Searched refs:SSID (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.h55 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering() argument
56 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
57 SSID == getSingleThreadOneAddressSpaceSSID()) in getSyncScopeInclusionOrdering()
59 else if (SSID == getWavefrontSSID() || in getSyncScopeInclusionOrdering()
60 SSID == getWavefrontOneAddressSpaceSSID()) in getSyncScopeInclusionOrdering()
62 else if (SSID == getWorkgroupSSID() || in getSyncScopeInclusionOrdering()
63 SSID == getWorkgroupOneAddressSpaceSSID()) in getSyncScopeInclusionOrdering()
65 else if (SSID == getAgentSSID() || in getSyncScopeInclusionOrdering()
66 SSID == getAgentOneAddressSpaceSSID()) in getSyncScopeInclusionOrdering()
68 else if (SSID == SyncScope::System || in getSyncScopeInclusionOrdering()
[all …]
DSIMemoryLegalizer.cpp215 toSIAtomicScope(SyncScope::ID SSID, SIAtomicAddrSpace InstrScope) const;
452 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope() argument
454 if (SSID == SyncScope::System) in toSIAtomicScope()
458 if (SSID == MMI->getAgentSSID()) in toSIAtomicScope()
462 if (SSID == MMI->getWorkgroupSSID()) in toSIAtomicScope()
466 if (SSID == MMI->getWavefrontSSID()) in toSIAtomicScope()
470 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()
474 if (SSID == MMI->getSystemOneAddressSpaceSSID()) in toSIAtomicScope()
478 if (SSID == MMI->getAgentOneAddressSpaceSSID()) in toSIAtomicScope()
482 if (SSID == MMI->getWorkgroupOneAddressSpaceSSID()) in toSIAtomicScope()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose>
26 and SSID are used to generate a 256-bit PSK.</para>
35 <para>The SSID whose passphrase should be derived.</para>
Dwpa_cli.sgml93 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
100 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
285 <para>configure identity for an SSID</para>
292 <para>configure password for an SSID</para>
299 <para>configure pin for an SSID</para>
306 <para>configure one-time-password for an SSID</para>
313 <para>set preferred BSSID for an SSID</para>
Dwpa_supplicant.conf.sgml32 e.g., one for each used SSID. wpa_supplicant will automatically
146 on what security policy is used in the selected SSID. This is
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml14 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose>
30 and SSID are used to generate a 256-bit PSK.</para>
39 <para>The SSID whose passphrase should be derived.</para>
Dwpa_cli.sgml97 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
289 <para>configure identity for an SSID</para>
296 <para>configure password for an SSID</para>
303 <para>configure pin for an SSID</para>
310 <para>configure one-time-password for an SSID</para>
317 <para>set preferred BSSID for an SSID</para>
Dwpa_supplicant.conf.sgml36 e.g., one for each used SSID. wpa_supplicant will automatically
150 on what security policy is used in the selected SSID. This is
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h192 SyncScope::ID SSID = SyncScope::System,
195 MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID,
223 AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System,
226 isVolatile, Align, Order, SSID, InsertBefore) {}
228 AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAtEnd) in LoadInst() argument
230 isVolatile, Align, Order, SSID, InsertAtEnd) {} in LoadInst()
271 return SSID; in getSyncScopeID()
275 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID() argument
276 this->SSID = SSID; in setSyncScopeID()
282 SyncScope::ID SSID = SyncScope::System) {
[all …]
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp309 unsigned SSID = llvm::unwrap(ctx->context)->getOrInsertSyncScopeID(sync_scope); in ac_build_atomic_rmw() local
315 llvm::AtomicOrdering::SequentiallyConsistent, SSID)); in ac_build_atomic_rmw()
321 unsigned SSID = llvm::unwrap(ctx->context)->getOrInsertSyncScopeID(sync_scope); in ac_build_atomic_cmp_xchg() local
329 llvm::AtomicOrdering::SequentiallyConsistent, SSID)); in ac_build_atomic_cmp_xchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h160 unsigned SSID : 8; // SyncScope::ID member
187 SyncScope::ID SSID = SyncScope::System,
242 return static_cast<SyncScope::ID>(AtomicInfo.SSID); in getSyncScopeID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp463 SyncScope::ID SSID, in printSyncScope() argument
465 switch (SSID) { in printSyncScope()
473 printEscapedString(SSNs[SSID], OS); in printSyncScope()
1009 const MDNode *Ranges, SyncScope::ID SSID, in MachineMemOperand() argument
1020 AtomicInfo.SSID = static_cast<unsigned>(SSID); in MachineMemOperand()
1021 assert(getSyncScopeID() == SSID && "Value truncated"); in MachineMemOperand()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-DPP130 > dpp_auth_init peer=<qr-code-id> conf=<ap-dpp|sta-dpp> ssid=<SSID hexdump> configurator=<configura…
132 > dpp_auth_init peer=<qr-code-id> conf=sta-psk ssid=<SSID hexdump> pass=<passphrase hexdump>
168 > dpp_configurator_sign conf=<ap-dpp|sta-dpp> configurator=<configurator-id> ssid=<SSID hexdump>
DREADME-HS2032 network blocks (e.g., per-SSID parameters). When requested to perform
225 # excluded_ssid: Excluded SSID
226 # This optional field can be used to excluded specific SSID(s) from
228 # than one SSID.
447 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
448 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
488 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
489 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
DREADME516 for each used SSID. wpa_supplicant will automatically select the best
611 selected SSID. This is mostly for testing and is not recommended for normal
737 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
742 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
761 identity <network id> <identity> = configure identity for an SSID
762 password <network id> <password> = configure password for an SSID
763 pin <network id> <pin> = configure pin for an SSID
764 otp <network id> <password> = configure one-time-password for an SSID
766 for an SSID
767 bssid <network id> <BSSID> = set preferred BSSID for an SSID
[all …]
DREADME-P2P169 SSID/passphrase configuration based on a previously used persistent
199 "ssid=<hexdump>" can be used to specify the Group SSID for join
201 based on SSID to avoid selecting an incorrect BSS entry in case the same
656 Set postfix string to be added to the automatically generated P2P SSID
658 could result in the SSID becoming DIRECT-ab-testing.
728 set p2p_ssid_postfix <P2P SSID postfix>
730 Set P2P SSID postfix.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1317 MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, in LoadInst() argument
1323 setAtomic(Order, SSID); in LoadInst()
1329 MaybeAlign Align, AtomicOrdering Order, SyncScope::ID SSID, in LoadInst() argument
1335 setAtomic(Order, SSID); in LoadInst()
1388 AtomicOrdering Order, SyncScope::ID SSID, in StoreInst() argument
1397 setAtomic(Order, SSID); in StoreInst()
1402 AtomicOrdering Order, SyncScope::ID SSID, in StoreInst() argument
1411 setAtomic(Order, SSID); in StoreInst()
1430 SyncScope::ID SSID) { in Init() argument
1436 setSyncScopeID(SSID); in Init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-HS2032 network blocks (e.g., per-SSID parameters). When requested to perform
225 # excluded_ssid: Excluded SSID
226 # This optional field can be used to excluded specific SSID(s) from
228 # than one SSID.
441 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
442 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
482 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
483 <3>Trying to associate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
DREADME516 for each used SSID. wpa_supplicant will automatically select the best
611 selected SSID. This is mostly for testing and is not recommended for normal
737 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
742 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
761 identity <network id> <identity> = configure identity for an SSID
762 password <network id> <password> = configure password for an SSID
763 pin <network id> <pin> = configure pin for an SSID
764 otp <network id> <password> = configure one-time-password for an SSID
766 for an SSID
767 bssid <network id> <BSSID> = set preferred BSSID for an SSID
[all …]
DREADME-P2P169 SSID/passphrase configuration based on a previously used persistent
199 "ssid=<hexdump>" can be used to specify the Group SSID for join
201 based on SSID to avoid selecting an incorrect BSS entry in case the same
656 Set postfix string to be added to the automatically generated P2P SSID
658 could result in the SSID becoming DIRECT-ab-testing.
728 set p2p_ssid_postfix <P2P SSID postfix>
730 Set P2P SSID postfix.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dscanresults.ui32 <string>SSID</string>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dscanresults.ui32 <string>SSID</string>
/third_party/libwebsockets/READMEs/
DREADME.esp32.md20 State|Image|AP SSID|Port|URL|Mode
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts90 <source>SSID</source>
91 <translation>SSID</translation>
466 <source>SSID: </source>
584 <source>SSID</source>
701 <source>SSID:</source>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts90 <source>SSID</source>
91 <translation>SSID</translation>
466 <source>SSID: </source>
584 <source>SSID</source>
701 <source>SSID:</source>

123