Home
last modified time | relevance | path

Searched refs:roaming (Results 1 – 25 of 32) sorted by relevance

12

/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py45 def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): argument
80 const = roaming and "CSIDL_APPDATA" or "CSIDL_LOCAL_APPDATA"
166 def user_config_dir(appname=None, appauthor=None, version=None, roaming=False): argument
196 path = user_data_dir(appname, appauthor, None, roaming)
367 def __init__(self, appname, appauthor=None, version=None, roaming=False, argument
372 self.roaming = roaming
378 version=self.version, roaming=self.roaming)
388 version=self.version, roaming=self.roaming)
/external/autotest/client/common_lib/cros/
Dpolicy.py36 new_users=None, roaming=None): argument
68 if roaming: ownership.assert_roaming(settings, roaming)
/external/autotest/test_suites/
Dcontrol.wifi_atten_roam_perf7 PURPOSE = "Measure WiFi roaming performance/correctness in simulated DUT movement scenarios."
15 This suite is for WiFi roaming tests that provide data set for analysis rather than clear pass/fail…
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSubscriptionManagerFacade.java116 @RpcParameter(name = "roaming") Integer roaming, in subscriptionSetDataRoaming()
118 if (roaming != SubscriptionManager.DATA_ROAMING_DISABLE) { in subscriptionSetDataRoaming()
/external/autotest/server/site_tests/tast/
Dcontrol.wificell-atten-roam-perf13 Run Tast test which check WiFi roaming performance/correctness.
/external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
Dcontrol15 WiFi roaming between two Open Networks.
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/
Dcontrol15 WiFi roaming between two Open Networks after a Suspend/Resume.
/external/autotest/client/cros/
Downership.py187 def assert_roaming(settings, roaming): argument
198 if settings.data_roaming_enabled.data_roaming_enabled != roaming:
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dcontrol.PSK16 procedure for fast roaming from one AP to another within an SSID.
Dcontrol.EAP16 procedure for fast roaming from one AP to another within an SSID.
Dcontrol.mixedPSK17 roaming from one AP to another within an SSID.
Dcontrol.mixedEAP17 roaming from one AP to another within an SSID.
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog23 * fixed Hotspot 2.0 credential selection based on roaming consortium
120 strength based roaming decision
330 - allow driver-based roaming to change ESS
564 - roaming partner configuration (roaming_partner within a cred block)
571 * min_{dl,ul}_bandwidth_{home,roaming} cred parameters
680 without executing roaming/network re-selection on scan results
729 - do not use results for internal roaming decision
835 * fixed issues in WPA/RSN element validation when roaming with ap_scan=1
976 * extend EAPOL frames processing workaround for roaming cases
1004 roaming internally.
[all …]
DREADME-HS20207 # identifying the roaming consortiums of which the provider is a member.
231 # This optional field can be used to configure preferences between roaming
270 # a roaming network shall support (include explicitly in Connection
Dandroid.config27 # the driver to improve existing functionality like roaming and to support new
457 # Disable roaming in wpa_supplicant
525 # operations for roaming within an ESS (same SSID). See the bgscan parameter in
Ddriver_i.h735 if (!wpa_s->driver->roaming) in wpa_drv_roaming()
737 return wpa_s->driver->roaming(wpa_s->drv_priv, allowed, bssid); in wpa_drv_roaming()
Ddefconfig27 # the driver to improve existing functionality like roaming and to support new
493 # Disable roaming in wpa_supplicant
594 # operations for roaming within an ESS (same SSID). See the bgscan parameter in
DREADME260 Authentication Server. In addition, it controls the roaming and IEEE
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java736 @RpcParameter(name = "roaming") Integer roaming) { in connectivitySetDataRoaming()
739 Settings.Global.DATA_ROAMING, roaming); in connectivitySetDataRoaming()
/external/cpuinfo/test/build.prop/
Dhuawei-p9-lite.log162 ro.config.linkplus.roaming=true
/external/python/cpython3/Lib/test/
Dcfgparser.2225 # Where to store roaming profiles for WinNT and Win2k
230 # Where to store roaming profiles for Win9x. Be careful with this as it
/external/wpa_supplicant_8/hostapd/
DREADME343 # roaming be pre-authenticating IEEE 802.1X/EAP part of the full RSN
/external/wpa_supplicant_8/src/drivers/
Ddriver.h4087 int (*roaming)(void *priv, int allowed, const u8 *bssid); member
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml60 Server. In addition, it controls the roaming and IEEE 802.11
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc1426 // Either local or roaming appdata may be suitable in some cases, depending

12