Searched refs:station_type (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_shill_wifi_client.cc | 20 StationType station_type) { in GetModeFromStationType() argument 21 switch (station_type) { in GetModeFromStationType() 27 CHECK(false) << "Invalid station type: " << station_type; in GetModeFromStationType()
|
D | proxy_rpc_in_data_types.cc | 35 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()
|
D | proxy_shill_wifi_client.h | 57 StationType station_type, 65 StationType station_type, 125 std::string GetModeFromStationType(StationType station_type);
|
D | proxy_dbus_shill_wifi_client.cc | 78 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()
|
D | proxy_dbus_shill_wifi_client.h | 38 StationType station_type, 46 StationType station_type,
|