/external/python/setuptools/pkg_resources/_vendor/ |
D | appdirs.py | 45 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/ |
D | policy.py | 36 new_users=None, roaming=None): argument 68 if roaming: ownership.assert_roaming(settings, roaming)
|
/external/autotest/test_suites/ |
D | control.wifi_atten_roam_perf | 7 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/ |
D | SubscriptionManagerFacade.java | 116 @RpcParameter(name = "roaming") Integer roaming, in subscriptionSetDataRoaming() 118 if (roaming != SubscriptionManager.DATA_ROAMING_DISABLE) { in subscriptionSetDataRoaming()
|
/external/autotest/server/site_tests/tast/ |
D | control.wificell-atten-roam-perf | 13 Run Tast test which check WiFi roaming performance/correctness.
|
/external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/ |
D | control | 15 WiFi roaming between two Open Networks.
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendEndToEnd/ |
D | control | 15 WiFi roaming between two Open Networks after a Suspend/Resume.
|
/external/autotest/client/cros/ |
D | ownership.py | 187 def assert_roaming(settings, roaming): argument 198 if settings.data_roaming_enabled.data_roaming_enabled != roaming:
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
D | control.PSK | 16 procedure for fast roaming from one AP to another within an SSID.
|
D | control.EAP | 16 procedure for fast roaming from one AP to another within an SSID.
|
D | control.mixedPSK | 17 roaming from one AP to another within an SSID.
|
D | control.mixedEAP | 17 roaming from one AP to another within an SSID.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 23 * 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 …]
|
D | README-HS20 | 207 # 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
|
D | android.config | 27 # 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
|
D | driver_i.h | 735 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()
|
D | defconfig | 27 # 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
|
D | README | 260 Authentication Server. In addition, it controls the roaming and IEEE
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ConnectivityManagerFacade.java | 736 @RpcParameter(name = "roaming") Integer roaming) { in connectivitySetDataRoaming() 739 Settings.Global.DATA_ROAMING, roaming); in connectivitySetDataRoaming()
|
/external/cpuinfo/test/build.prop/ |
D | huawei-p9-lite.log | 162 ro.config.linkplus.roaming=true
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.2 | 225 # 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/ |
D | README | 343 # roaming be pre-authenticating IEEE 802.1X/EAP part of the full RSN
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4087 int (*roaming)(void *priv, int allowed, const u8 *bssid); member
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 60 Server. In addition, it controls the roaming and IEEE 802.11
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 1426 // Either local or roaming appdata may be suitable in some cases, depending
|