Home
last modified time | relevance | path

Searched refs:station_type (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_shill_wifi_client.cc20 StationType station_type) { in GetModeFromStationType() argument
21 switch (station_type) { in GetModeFromStationType()
27 CHECK(false) << "Invalid station type: " << station_type; in GetModeFromStationType()
Dproxy_rpc_in_data_types.cc35 ProxyShillWifiClient::StationType station_type; in ParseStationTypeFromXmlRpcValue() local
40 station_type = ProxyShillWifiClient::kStationTypeManaged; in ParseStationTypeFromXmlRpcValue()
42 station_type = ProxyShillWifiClient::kStationTypeIBSS; in ParseStationTypeFromXmlRpcValue()
44 station_type = ProxyShillWifiClient::kStationTypeUnknown; in ParseStationTypeFromXmlRpcValue()
46 return station_type; in ParseStationTypeFromXmlRpcValue()
Dproxy_shill_wifi_client.h57 StationType station_type,
65 StationType station_type,
125 std::string GetModeFromStationType(StationType station_type);
Dproxy_dbus_shill_wifi_client.cc78 StationType station_type, in ConfigureWifiService() argument
93 shill::kModeProperty, brillo::Any(GetModeFromStationType(station_type)))); in ConfigureWifiService()
114 StationType station_type, in ConnectToWifiNetwork() argument
128 if (station_type != kStationTypeManaged && in ConnectToWifiNetwork()
129 station_type != kStationTypeIBSS) { in ConnectToWifiNetwork()
134 ssid, security, security_params, save_credentials, station_type, in ConnectToWifiNetwork()
147 shill::kModeProperty, brillo::Any(GetModeFromStationType(station_type)))); in ConnectToWifiNetwork()
Dproxy_dbus_shill_wifi_client.h38 StationType station_type,
46 StationType station_type,