Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.h46 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering() argument
47 if (SSID == SyncScope::SingleThread) in getSyncScopeInclusionOrdering()
49 else if (SSID == getWavefrontSSID()) in getSyncScopeInclusionOrdering()
51 else if (SSID == getWorkgroupSSID()) in getSyncScopeInclusionOrdering()
53 else if (SSID == getAgentSSID()) in getSyncScopeInclusionOrdering()
55 else if (SSID == SyncScope::System) in getSyncScopeInclusionOrdering()
DSIMemoryLegalizer.cpp218 toSIAtomicScope(SyncScope::ID SSID, SIAtomicAddrSpace InstrScope) const;
421 SIMemOpAccess::toSIAtomicScope(SyncScope::ID SSID, in toSIAtomicScope() argument
429 if (SSID == SyncScope::System) in toSIAtomicScope()
433 if (SSID == MMI->getAgentSSID()) in toSIAtomicScope()
437 if (SSID == MMI->getWorkgroupSSID()) in toSIAtomicScope()
441 if (SSID == MMI->getWavefrontSSID()) in toSIAtomicScope()
445 if (SSID == SyncScope::SingleThread) in toSIAtomicScope()
479 SyncScope::ID SSID = SyncScope::SingleThread; in constructFromMIWithMMO() local
494 MMI->isSyncScopeInclusion(SSID, MMO->getSyncScopeID()); in constructFromMIWithMMO()
501 SSID = IsSyncScopeInclusion.getValue() ? SSID : MMO->getSyncScopeID(); in constructFromMIWithMMO()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWifiConfigurationTest.java28 wifiConfiguration.SSID = "SSID"; in shouldCopy()
48 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy()
72 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk18()
81 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk18()
93 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk21()
99 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk21()
109 wifiConfiguration.SSID = "SSID"; in shouldCopy_sdk23()
116 assertThat(copy.SSID).isEqualTo("SSID"); in shouldCopy_sdk23()
126 wifiConfiguration.SSID = "SSID"; in toStringDoesntCrash()
DShadowWifiManagerTest.java409 wifiConfiguration.SSID = "SSID"; in reconnect_setsConnectionInfo()
424 config.SSID = "SSID"; in reconnect_shouldEnableDhcp()
439 config.SSID = "SSID"; in reconnect_updatesConnectivityManager()
471 wifiConfiguration.SSID = "foo"; in connect_setsConnectionInfo()
DShadowScanResultTest.java18 assertThat(scanResult.SSID).isEqualTo("SSID"); in shouldConstruct()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScanResult.java14 …public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int freque… in newInstance() argument
16 scanResult.SSID = SSID; in newInstance()
27 .append("SSID: ").append(valueOrNone(realObject.SSID)) in toString()
DShadowWifiManager.java212 String ssid = isQuoted(wifiConfiguration.SSID) in connect()
213 ? stripQuotes(wifiConfiguration.SSID) in connect()
214 : wifiConfiguration.SSID; in connect()
251 wifiConfiguration.SSID = ""; in connect()
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/
Dnetwork_RoamWifiEndToEnd.py36 if service['Name'] == self.SSID:
47 raise error.TestFail('Network with ssid=%s is not found', self.SSID)
63 raise error.TestFail('Network with ssid=%s is not found', self.SSID)
81 self.SSID = ssid
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkNonAsciiSSID14 type characters as the SSID
28 # Using valid Unicode characters only as SSID
30 # Using a single extended ASCII character (a-grave) as SSID
32 # Using mix of ASCII and Unicode characters as SSID
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt35 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=218, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2
36 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=219, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2
37 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=220, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2
38 … ff:ff:ff:ff:ff:ff 802.11 121 Probe Request, SN=225, FN=0, Flags=........C, SSID=wnr854t_g_ch5_wpa2
/external/wpa_supplicant_8/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>
/external/autotest/server/site_tests/apmanager_SimpleConnect/
Dcontrol.default13 apmanager with default configurations (SSID will be generated during test).
17 # Using default configuration provided by apmanager. SSID will be generated
/external/autotest/server/site_tests/network_WiFi_HiddenScan/
Dcontrol15 a) the specific hidden SSID, and b) the broadcast SSID.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h197 AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System,
200 NameStr, isVolatile, Align, Order, SSID, InsertBefore) {}
203 SyncScope::ID SSID = SyncScope::System,
206 unsigned Align, AtomicOrdering Order, SyncScope::ID SSID,
250 return SSID; in getSyncScopeID()
254 void setSyncScopeID(SyncScope::ID SSID) { in setSyncScopeID() argument
255 this->SSID = SSID; in setSyncScopeID()
261 SyncScope::ID SSID = SyncScope::System) {
263 setSyncScopeID(SSID);
302 SyncScope::ID SSID; variable
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h163 unsigned SSID : 8; // SyncScope::ID member
190 SyncScope::ID SSID = SyncScope::System,
242 return static_cast<SyncScope::ID>(AtomicInfo.SSID); in getSyncScopeID()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java413 networkSuggestion.wifiConfiguration.SSID); in onReceive()
464 config.SSID = "\"" + j.getString("SSID") + "\""; in genWifiConfig()
466 config.SSID = "\"" + j.getString("ssid") + "\""; in genWifiConfig()
607 config.SSID = "\"" + j.getString("SSID") + "\""; in genWifiConfigWithEnterpriseConfig()
609 config.SSID = "\"" + j.getString("ssid") + "\""; in genWifiConfigWithEnterpriseConfig()
742 if (result.BSSID.equals(id) || result.SSID.equals(id)) { in matchScanResult()
799 config.SSID = "\"" + result.SSID + "\""; in wifiConfigurationFromScanResult()
912 String ssid = WifiConfig.SSID; in wifigetRandomizedMacAddress()
1329 String ssid = config.SSID; in createSoftApWifiConfiguration()
1331 config.SSID = ssid.substring(1, ssid.length() - 1); in createSoftApWifiConfiguration()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp467 SyncScope::ID SSID, in printSyncScope() argument
469 switch (SSID) { in printSyncScope()
477 printEscapedString(SSNs[SSID], OS); in printSyncScope()
982 const MDNode *Ranges, SyncScope::ID SSID, in MachineMemOperand() argument
993 AtomicInfo.SSID = static_cast<unsigned>(SSID); in MachineMemOperand()
994 assert(getSyncScopeID() == SSID && "Value truncated"); in MachineMemOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp1118 SyncScope::ID SSID, Instruction *InsertBef) in LoadInst() argument
1123 setAtomic(Order, SSID); in LoadInst()
1130 SyncScope::ID SSID, in LoadInst() argument
1136 setAtomic(Order, SSID); in LoadInst()
1233 SyncScope::ID SSID, in StoreInst() argument
1243 setAtomic(Order, SSID); in StoreInst()
1249 SyncScope::ID SSID, in StoreInst() argument
1259 setAtomic(Order, SSID); in StoreInst()
1279 SyncScope::ID SSID) { in Init() argument
1285 setSyncScopeID(SSID); in Init()
[all …]
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/
Dcontrol11 to join a new AP (new frequency, new BSSID, but same SSID as previously
/external/autotest/server/site_tests/network_WiFi_RoamSuspendSSID/
Dcontrol.none12 SSID disappears during suspend.
Dcontrol.rsn12 SSID disappears during suspend.
Dcontrol.wpa12 SSID disappears during suspend.
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol16 appearance of a whitelisted SSID if it previously suspended disconnected.
/external/wpa_supplicant_8/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)

123