OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shill
(Results
151 - 175
of
434
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py
95
shill
= wifi_proxy.WifiProxy.get_proxy()
96
shill
.remove_all_wifi_entries()
/external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py
19
Runs hostapd on one side of an ethernet pair, and
shill
on the other.
21
that when
shill
detects an EAP authenticator, it is successful in
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
network_Ipv6SimpleNegotiation.py
133
"""Verify that
shill
has an IPConfig entry with the specified address.
155
"""Verify that
shill
has an IPConfig entry with the specified name
/external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py
11
by the
shill
init scripts. It could be used as a kernel for
12
a test of other facilities that use the
shill
/flimflam DBus
/external/autotest/client/site_tests/security_ProfilePermissions/
security_ProfilePermissions.py
80
' -path "%s/
shill
" -prune -o '
98
'find -L "%s/
shill
" \\( -perm /077 -o \\! -user root \\) -ls' %
/external/autotest/server/site_tests/network_WiFi_IPv6RA/
network_WiFi_IPv6RA.py
30
self.context.client.
shill
.disconnect(client_conf.ssid)
31
self.context.client.
shill
.delete_entries_for_ssid(client_conf.ssid)
/external/autotest/server/site_tests/network_WiFi_VerifyRouter/
network_WiFi_VerifyRouter.py
23
self.context.client.
shill
.connect_wifi(wifi_params))
93
self.context.client.
shill
.disconnect(
/external/autotest/client/cros/networking/
wifi_proxy.py
14
"""Wrapper around
shill
dbus interface used by wifi tests."""
18
"""Set the logging in
shill
for a test of wifi technology.
66
#
shill
connection mode.
141
#
shill
connection mode.
181
# This is spammy, but
shill
handles that for us.
/external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py
31
AssociationParameters so that both
shill
and hostapd can set up and connect
49
"""@return dict of
shill
service properties."""
160
"""@return dict of
shill
service properties."""
271
"""@return dict of
shill
service properties."""
413
"""@return dict of
shill
service properties."""
496
"""@return dict of
shill
service properties."""
600
"""@return dict of
shill
service properties."""
/external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py
21
ethernet pair and attempts a VPN association using
shill
.
247
# When
shill
finds this ethernet interface, it will reset
249
# the static IP address through
shill
.
/external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py
124
wifi_context.client.
shill
.delete_entries_for_ssid(router_ssid)
172
client.claim_wifi_if() # Stop
shill
/supplicant scans.
200
client.claim_wifi_if() # Stop
shill
/supplicant scans.
/external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
network_WiFi_VerifyAttenuator.py
152
# Remove knowledge of previous networks from
shill
.
153
self.context.client.
shill
.init_test_network_state()
169
self.context.client.
shill
.connect_wifi(client_conf))
/external/autotest/client/cros/cellular/pseudomodem/
bearer.py
86
a real connection with the outside world. Since
shill
does not specify
/external/autotest/client/cros/scripts/
reorder-services-moblab.sh
68
echo "Tells
shill
to prioritize ethernet or wifi, and adds a route"
/external/autotest/client/site_tests/cellular_ActivateLTE/files/
modems.py
89
#
Shill
's activating ICCID store tracks which SIM identifiers are in
/external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py
24
'/usr/bin/
shill
' : ['.core', '.dmp', '.meta'],
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py
40
raise error.TestFail('
Shill
gateway %s does '
/external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py
42
raise error.TestFail('
Shill
MTU %d does not match expected %d.' %
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py
41
raise error.TestFail('
Shill
vendor encapsulated options %s does '
/external/autotest/server/site_tests/network_WiFi_ConnectionIdentifier/
network_WiFi_ConnectionIdentifier.py
33
properties = self.context.client.
shill
.get_service_properties(ssid)
/external/autotest/server/site_tests/network_WiFi_GTK/
network_WiFi_GTK.py
56
self.context.client.
shill
.disconnect(client_conf.ssid)
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py
105
self.context.client.
shill
.disconnect(assoc_params.ssid)
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
network_WiFi_MalformedProbeResp.py
88
self.context.client.
shill
.disconnect(assoc_params.ssid)
/external/autotest/server/site_tests/network_WiFi_Perf/
network_WiFi_Perf.py
101
self.context.client.
shill
.disconnect(self.context.router.get_ssid())
/external/autotest/server/site_tests/network_WiFi_Reset/
network_WiFi_Reset.py
72
# event, but
shill
will at least notice the adapter went away.
Completed in 400 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>