HomeSort by relevance Sort by last modified time
    Searched full:station_type (Results 1 - 10 of 10) sorted by null

  /system/connectivity/shill/test-rpc-proxy/
proxy_shill_wifi_client.cc 20 StationType station_type) {
21 switch (station_type) {
27 CHECK(false) << "Invalid station type: " << station_type;
proxy_rpc_in_data_types.cc 35 ProxyShillWifiClient::StationType station_type; local
38 xml_rpc_value_in, "station_type", "managed", &station_type_as_string);
40 station_type = ProxyShillWifiClient::kStationTypeManaged;
42 station_type = ProxyShillWifiClient::kStationTypeIBSS;
44 station_type = ProxyShillWifiClient::kStationTypeUnknown;
46 return station_type;
proxy_shill_wifi_client.h 57 StationType station_type,
65 StationType station_type,
125 std::string GetModeFromStationType(StationType station_type);
proxy_dbus_shill_wifi_client.h 38 StationType station_type,
46 StationType station_type,
proxy_dbus_shill_wifi_client.cc 78 StationType station_type,
93 shill::kModeProperty, brillo::Any(GetModeFromStationType(station_type))));
114 StationType station_type,
128 if (station_type != kStationTypeManaged &&
129 station_type != kStationTypeIBSS) {
134 ssid, security, security_params, save_credentials, station_type,
147 shill::kModeProperty, brillo::Any(GetModeFromStationType(station_type))));
  /external/autotest/client/cros/networking/
wifi_proxy.py 45 save_credentials=True, station_type=None,
56 @param station_type string one of SUPPORTED_WIFI_STATION_TYPES.
67 mode = self.SUPPORTED_WIFI_STATION_TYPES[station_type]
94 station_type=None,
110 @param station_type string one of SUPPORTED_WIFI_STATION_TYPES.
134 if station_type not in self.SUPPORTED_WIFI_STATION_TYPES:
142 mode = self.SUPPORTED_WIFI_STATION_TYPES[station_type]
148 station_type=station_type, hidden_network=True,
shill_xmlrpc_server.py 156 station_type=params.station_type,
197 station_type=params.station_type,
  /external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py 39 station_type=xmlrpc_datatypes.
  /external/autotest/client/common_lib/cros/network/
xmlrpc_datatypes.py 51 is_hidden=False, save_credentials=False, station_type=None,
64 @param station_type string station type to connect with. Usually
100 self.station_type = station_type
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 138 station_type=wifi_config.station_type,

Completed in 4894 milliseconds