blob: a40caf2c7bbdff0ccb8961b1acb58e0368369a9c [file] [log] [blame]
Paul Stewart75897df2011-04-27 09:05:53 -07001// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Chris Masone2b105542011-06-22 10:58:09 -07005#include "shill/device.h"
6
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -07007#include <netinet/in.h>
8#include <linux/if.h> // Needs definitions from netinet/in.h
Paul Stewart75897df2011-04-27 09:05:53 -07009#include <stdio.h>
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -070010#include <time.h>
Chris Masoneee929b72011-05-10 10:02:18 -070011
Paul Stewart75897df2011-04-27 09:05:53 -070012#include <string>
Chris Masone8fe2c7e2011-06-09 15:51:19 -070013#include <vector>
Paul Stewart75897df2011-04-27 09:05:53 -070014
Chris Masoneee929b72011-05-10 10:02:18 -070015#include <base/logging.h>
Chris Masone487b8bf2011-05-13 16:27:57 -070016#include <base/memory/ref_counted.h>
Chris Masone5dec5f42011-07-22 14:07:55 -070017#include <base/stringprintf.h>
Chris Masone3bd3c8c2011-06-13 08:20:26 -070018#include <chromeos/dbus/service_constants.h>
Chris Masoneee929b72011-05-10 10:02:18 -070019
Paul Stewarte6132022011-08-16 09:11:02 -070020#include "shill/connection.h"
Paul Stewart75897df2011-04-27 09:05:53 -070021#include "shill/control_interface.h"
Chris Masoned7732e42011-05-20 11:08:56 -070022#include "shill/device_dbus_adaptor.h"
Chris Masone2b105542011-06-22 10:58:09 -070023#include "shill/dhcp_config.h"
Darin Petkovafa6fc42011-06-21 16:21:08 -070024#include "shill/dhcp_provider.h"
Chris Masone8fe2c7e2011-06-09 15:51:19 -070025#include "shill/error.h"
Paul Stewart26b327e2011-10-19 11:38:09 -070026#include "shill/event_dispatcher.h"
Paul Stewartf65320c2011-10-13 14:34:52 -070027#include "shill/http_proxy.h"
Chris Masone8fe2c7e2011-06-09 15:51:19 -070028#include "shill/manager.h"
Chris Masone95207da2011-06-29 16:50:49 -070029#include "shill/property_accessor.h"
Chris Masone2b105542011-06-22 10:58:09 -070030#include "shill/refptr_types.h"
Paul Stewartc39f1132011-06-22 12:02:28 -070031#include "shill/rtnl_handler.h"
Chris Masone2b105542011-06-22 10:58:09 -070032#include "shill/service.h"
Chris Masone5dec5f42011-07-22 14:07:55 -070033#include "shill/store_interface.h"
Gaurav Shah435de2c2011-11-17 19:01:07 -080034#include "shill/technology.h"
Paul Stewart75897df2011-04-27 09:05:53 -070035
Chris Masone5dec5f42011-07-22 14:07:55 -070036using base::StringPrintf;
Chris Masone8fe2c7e2011-06-09 15:51:19 -070037using std::string;
38using std::vector;
39
Paul Stewart75897df2011-04-27 09:05:53 -070040namespace shill {
Chris Masone5dec5f42011-07-22 14:07:55 -070041
42// static
43const char Device::kStoragePowered[] = "Powered";
44
45// static
46const char Device::kStorageIPConfigs[] = "IPConfigs";
47
Paul Stewart75897df2011-04-27 09:05:53 -070048Device::Device(ControlInterface *control_interface,
Paul Stewartb50f0b92011-05-16 16:31:42 -070049 EventDispatcher *dispatcher,
Paul Stewartf1ce5d22011-05-19 13:10:20 -070050 Manager *manager,
Darin Petkovafa6fc42011-06-21 16:21:08 -070051 const string &link_name,
Chris Masone626719f2011-08-18 16:58:48 -070052 const string &address,
Gaurav Shah435de2c2011-11-17 19:01:07 -080053 int interface_index,
54 Technology::Identifier technology)
Chris Masone853b81b2011-06-24 14:11:41 -070055 : powered_(true),
Chris Masoneb925cc82011-06-22 15:39:57 -070056 reconnect_(true),
Chris Masone626719f2011-08-18 16:58:48 -070057 hardware_address_(address),
mukesh agrawalf60e4062011-05-27 13:13:41 -070058 interface_index_(interface_index),
59 running_(false),
Darin Petkovafa6fc42011-06-21 16:21:08 -070060 link_name_(link_name),
Chris Masone19e30402011-07-19 15:48:47 -070061 unique_id_(link_name),
Darin Petkovd9661952011-08-03 16:25:42 -070062 control_interface_(control_interface),
63 dispatcher_(dispatcher),
Chris Masone7df0c672011-07-15 10:24:54 -070064 manager_(manager),
Darin Petkov77cb6812011-08-15 16:19:41 -070065 adaptor_(control_interface->CreateDeviceAdaptor(this)),
Gaurav Shah435de2c2011-11-17 19:01:07 -080066 technology_(technology),
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -070067 dhcp_provider_(DHCPProvider::GetInstance()),
68 rtnl_handler_(RTNLHandler::GetInstance()) {
Chris Masone27c4aa52011-07-02 13:10:14 -070069 store_.RegisterConstString(flimflam::kAddressProperty, &hardware_address_);
Chris Masone4d42df82011-07-02 17:09:39 -070070
71 // flimflam::kBgscanMethodProperty: Registered in WiFi
72 // flimflam::kBgscanShortIntervalProperty: Registered in WiFi
73 // flimflam::kBgscanSignalThresholdProperty: Registered in WiFi
74
75 // flimflam::kCellularAllowRoamingProperty: Registered in Cellular
76 // flimflam::kCarrierProperty: Registered in Cellular
77 // flimflam::kEsnProperty: Registered in Cellular
Darin Petkov3335b372011-08-22 11:05:32 -070078 // flimflam::kHomeProviderProperty: Registered in Cellular
Chris Masone4d42df82011-07-02 17:09:39 -070079 // flimflam::kImeiProperty: Registered in Cellular
80 // flimflam::kImsiProperty: Registered in Cellular
81 // flimflam::kManufacturerProperty: Registered in Cellular
82 // flimflam::kMdnProperty: Registered in Cellular
83 // flimflam::kMeidProperty: Registered in Cellular
84 // flimflam::kMinProperty: Registered in Cellular
85 // flimflam::kModelIDProperty: Registered in Cellular
86 // flimflam::kFirmwareRevisionProperty: Registered in Cellular
87 // flimflam::kHardwareRevisionProperty: Registered in Cellular
88 // flimflam::kPRLVersionProperty: Registered in Cellular
89 // flimflam::kSIMLockStatusProperty: Registered in Cellular
90 // flimflam::kFoundNetworksProperty: Registered in Cellular
Darin Petkove9d12e02011-07-27 15:09:37 -070091 // flimflam::kDBusConnectionProperty: Registered in Cellular
92 // flimflam::kDBusObjectProperty: Register in Cellular
Chris Masone4d42df82011-07-02 17:09:39 -070093
Chris Masoneb925cc82011-06-22 15:39:57 -070094 // TODO(cmasone): Chrome doesn't use this...does anyone?
Chris Masone27c4aa52011-07-02 13:10:14 -070095 // store_.RegisterConstString(flimflam::kInterfaceProperty, &link_name_);
96 HelpRegisterDerivedStrings(flimflam::kIPConfigsProperty,
97 &Device::AvailableIPConfigs,
98 NULL);
99 store_.RegisterConstString(flimflam::kNameProperty, &link_name_);
100 store_.RegisterBool(flimflam::kPoweredProperty, &powered_);
Chris Masoneb925cc82011-06-22 15:39:57 -0700101 // TODO(cmasone): Chrome doesn't use this...does anyone?
Chris Masone27c4aa52011-07-02 13:10:14 -0700102 // store_.RegisterConstBool(flimflam::kReconnectProperty, &reconnect_);
Chris Masoneb925cc82011-06-22 15:39:57 -0700103
Chris Masone4e851612011-07-01 10:46:53 -0700104 // TODO(cmasone): Figure out what shill concept maps to flimflam's "Network".
Chris Masoneb925cc82011-06-22 15:39:57 -0700105 // known_properties_.push_back(flimflam::kNetworksProperty);
106
Chris Masone4d42df82011-07-02 17:09:39 -0700107 // flimflam::kScanningProperty: Registered in WiFi, Cellular
108 // flimflam::kScanIntervalProperty: Registered in WiFi, Cellular
109
110 // TODO(pstew): Initialize Interface monitor, so we can detect new interfaces
Paul Stewartb50f0b92011-05-16 16:31:42 -0700111 VLOG(2) << "Device " << link_name_ << " index " << interface_index;
Paul Stewart75897df2011-04-27 09:05:53 -0700112}
113
114Device::~Device() {
Paul Stewartb50f0b92011-05-16 16:31:42 -0700115 VLOG(2) << "Device " << link_name_ << " destroyed.";
Paul Stewart75897df2011-04-27 09:05:53 -0700116}
117
118void Device::Start() {
119 running_ = true;
Paul Stewartf1ce5d22011-05-19 13:10:20 -0700120 VLOG(2) << "Device " << link_name_ << " starting.";
Chris Masone413a3192011-05-09 17:10:05 -0700121 adaptor_->UpdateEnabled();
Paul Stewart75897df2011-04-27 09:05:53 -0700122}
123
124void Device::Stop() {
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -0700125 VLOG(2) << "Device " << link_name_ << " stopping.";
Paul Stewart75897df2011-04-27 09:05:53 -0700126 running_ = false;
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -0700127 DestroyIPConfig(); // breaks a reference cycle
128 SelectService(NULL); // breaks a reference cycle
Chris Masone413a3192011-05-09 17:10:05 -0700129 adaptor_->UpdateEnabled();
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -0700130 rtnl_handler_->SetInterfaceFlags(interface_index(), 0, IFF_UP);
131
mukesh agrawal5c4dd0b2011-09-14 13:53:14 -0700132 VLOG(3) << "Device " << link_name_ << " ipconfig_ "
133 << (ipconfig_.get() ? "is set." : "is not set.");
134 VLOG(3) << "Device " << link_name_ << " connection_ "
135 << (connection_.get() ? "is set." : "is not set.");
136 VLOG(3) << "Device " << link_name_ << " selected_service_ "
137 << (selected_service_.get() ? "is set." : "is not set.");
Paul Stewart75897df2011-04-27 09:05:53 -0700138}
139
mukesh agrawal1830fa12011-09-26 14:31:40 -0700140bool Device::TechnologyIs(const Technology::Identifier /*type*/) const {
Darin Petkovafa6fc42011-06-21 16:21:08 -0700141 return false;
142}
143
Paul Stewartf1ce5d22011-05-19 13:10:20 -0700144void Device::LinkEvent(unsigned flags, unsigned change) {
mukesh agrawal47009f82011-08-25 14:07:35 -0700145 VLOG(2) << "Device " << link_name_
146 << std::showbase << std::hex
147 << " flags " << flags << " changed " << change
148 << std::dec << std::noshowbase;
Paul Stewartf1ce5d22011-05-19 13:10:20 -0700149}
150
Darin Petkovc0865312011-09-16 15:31:20 -0700151void Device::Scan(Error *error) {
Paul Stewartf1ce5d22011-05-19 13:10:20 -0700152 VLOG(2) << "Device " << link_name_ << " scan requested.";
Paul Stewartbe005172011-11-02 18:10:29 -0700153 Error::PopulateAndLog(error, Error::kNotSupported,
154 "Device doesn't support scan.");
Paul Stewartf1ce5d22011-05-19 13:10:20 -0700155}
156
mukesh agrawal1830fa12011-09-26 14:31:40 -0700157void Device::RegisterOnNetwork(const std::string &/*network_id*/,
158 Error *error) {
Paul Stewartbe005172011-11-02 18:10:29 -0700159 Error::PopulateAndLog(error, Error::kNotSupported,
160 "Device doesn't support network registration.");
Darin Petkov9ae310f2011-08-30 15:41:13 -0700161}
162
mukesh agrawal1830fa12011-09-26 14:31:40 -0700163void Device::RequirePIN(const string &/*pin*/, bool /*require*/, Error *error) {
Paul Stewartbe005172011-11-02 18:10:29 -0700164 Error::PopulateAndLog(error, Error::kNotSupported,
165 "Device doesn't support RequirePIN.");
Darin Petkove42e1012011-08-31 12:35:04 -0700166}
167
mukesh agrawal1830fa12011-09-26 14:31:40 -0700168void Device::EnterPIN(const string &/*pin*/, Error *error) {
Paul Stewartbe005172011-11-02 18:10:29 -0700169 Error::PopulateAndLog(error, Error::kNotSupported,
170 "Device doesn't support EnterPIN.");
Darin Petkove42e1012011-08-31 12:35:04 -0700171}
172
mukesh agrawal1830fa12011-09-26 14:31:40 -0700173void Device::UnblockPIN(const string &/*unblock_code*/,
174 const string &/*pin*/,
Darin Petkove42e1012011-08-31 12:35:04 -0700175 Error *error) {
Paul Stewartbe005172011-11-02 18:10:29 -0700176 Error::PopulateAndLog(error, Error::kNotSupported,
177 "Device doesn't support UnblockPIN.");
Darin Petkove42e1012011-08-31 12:35:04 -0700178}
179
mukesh agrawal1830fa12011-09-26 14:31:40 -0700180void Device::ChangePIN(const string &/*old_pin*/,
181 const string &/*new_pin*/,
Darin Petkove42e1012011-08-31 12:35:04 -0700182 Error *error) {
Paul Stewartbe005172011-11-02 18:10:29 -0700183 Error::PopulateAndLog(error, Error::kNotSupported,
184 "Device doesn't support ChangePIN.");
Darin Petkove42e1012011-08-31 12:35:04 -0700185}
186
Gaurav Shah435de2c2011-11-17 19:01:07 -0800187bool Device::IsConnected() const {
188 if (selected_service_)
189 return selected_service_->IsConnected();
190 return false;
191}
192
Chris Masone27c4aa52011-07-02 13:10:14 -0700193string Device::GetRpcIdentifier() {
194 return adaptor_->GetRpcIdentifier();
Chris Masone8fe2c7e2011-06-09 15:51:19 -0700195}
196
Chris Masone5dec5f42011-07-22 14:07:55 -0700197string Device::GetStorageIdentifier() {
198 string id = GetRpcIdentifier();
199 ControlInterface::RpcIdToStorageId(&id);
Chris Masone626719f2011-08-18 16:58:48 -0700200 size_t needle = id.find('_');
Chris Masone34af2182011-08-22 11:59:36 -0700201 DLOG_IF(ERROR, needle == string::npos) << "No _ in storage id?!?!";
Chris Masone626719f2011-08-18 16:58:48 -0700202 id.replace(id.begin() + needle + 1, id.end(), hardware_address_);
Chris Masone5dec5f42011-07-22 14:07:55 -0700203 return id;
204}
205
Chris Masone19e30402011-07-19 15:48:47 -0700206const string& Device::FriendlyName() const {
Chris Masone7df0c672011-07-15 10:24:54 -0700207 return link_name_;
Darin Petkovafa6fc42011-06-21 16:21:08 -0700208}
209
Chris Masone19e30402011-07-19 15:48:47 -0700210const string& Device::UniqueName() const {
211 return unique_id_;
212}
213
Chris Masone5dec5f42011-07-22 14:07:55 -0700214bool Device::Load(StoreInterface *storage) {
215 const string id = GetStorageIdentifier();
216 if (!storage->ContainsGroup(id)) {
217 LOG(WARNING) << "Device is not available in the persistent store: " << id;
218 return false;
219 }
220 storage->GetBool(id, kStoragePowered, &powered_);
221 // TODO(cmasone): What does it mean to load an IPConfig identifier??
222 return true;
223}
224
225bool Device::Save(StoreInterface *storage) {
226 const string id = GetStorageIdentifier();
227 storage->SetBool(id, kStoragePowered, powered_);
Chris Masone34af2182011-08-22 11:59:36 -0700228 if (ipconfig_.get()) {
229 // The _0 is an index into the list of IPConfigs that this device might
230 // have. We only have one IPConfig right now, and I hope to never have
231 // to support more, as sleffler indicates that associating IPConfigs
232 // with devices is wrong and due to be changed in flimflam anyhow.
233 string suffix = hardware_address_ + "_0";
234 ipconfig_->Save(storage, suffix);
235 storage->SetString(id, kStorageIPConfigs, SerializeIPConfigs(suffix));
236 }
Chris Masone5dec5f42011-07-22 14:07:55 -0700237 return true;
238}
239
Darin Petkovafa6fc42011-06-21 16:21:08 -0700240void Device::DestroyIPConfig() {
241 if (ipconfig_.get()) {
242 ipconfig_->ReleaseIP();
243 ipconfig_ = NULL;
244 }
Paul Stewarte6132022011-08-16 09:11:02 -0700245 DestroyConnection();
Darin Petkovafa6fc42011-06-21 16:21:08 -0700246}
247
248bool Device::AcquireDHCPConfig() {
249 DestroyIPConfig();
Darin Petkov77cb6812011-08-15 16:19:41 -0700250 ipconfig_ = dhcp_provider_->CreateConfig(link_name_);
Darin Petkovafa6fc42011-06-21 16:21:08 -0700251 ipconfig_->RegisterUpdateCallback(
252 NewCallback(this, &Device::IPConfigUpdatedCallback));
253 return ipconfig_->RequestIP();
254}
255
mukesh agrawalffa3d042011-10-06 15:26:10 -0700256void Device::HelpRegisterDerivedStrings(
257 const string &name,
Gaurav Shah1b7a6162011-11-09 11:41:01 -0800258 Strings(Device::*get)(Error *),
mukesh agrawalffa3d042011-10-06 15:26:10 -0700259 void(Device::*set)(const Strings&, Error *)) {
Chris Masone27c4aa52011-07-02 13:10:14 -0700260 store_.RegisterDerivedStrings(
261 name,
262 StringsAccessor(new CustomAccessor<Device, Strings>(this, get, set)));
Chris Masone4e851612011-07-01 10:46:53 -0700263}
264
Chris Masone2b105542011-06-22 10:58:09 -0700265void Device::IPConfigUpdatedCallback(const IPConfigRefPtr &ipconfig,
266 bool success) {
Paul Stewarte6132022011-08-16 09:11:02 -0700267 VLOG(2) << __func__ << " " << " success: " << success;
Paul Stewartc39f1132011-06-22 12:02:28 -0700268 if (success) {
Paul Stewarte6132022011-08-16 09:11:02 -0700269 CreateConnection();
270 connection_->UpdateFromIPConfig(ipconfig);
Paul Stewart03dba0b2011-08-22 16:32:45 -0700271 SetServiceState(Service::kStateConnected);
Paul Stewarte6132022011-08-16 09:11:02 -0700272 } else {
273 // TODO(pstew): This logic gets more complex when multiple IPConfig types
274 // are run in parallel (e.g. DHCP and DHCP6)
Paul Stewart03dba0b2011-08-22 16:32:45 -0700275 SetServiceState(Service::kStateDisconnected);
Paul Stewarte6132022011-08-16 09:11:02 -0700276 DestroyConnection();
Paul Stewartc39f1132011-06-22 12:02:28 -0700277 }
Chris Masone8fe2c7e2011-06-09 15:51:19 -0700278}
279
Paul Stewarte6132022011-08-16 09:11:02 -0700280void Device::CreateConnection() {
281 VLOG(2) << __func__;
282 if (!connection_.get()) {
Paul Stewart9a908082011-08-31 12:18:48 -0700283 connection_ = new Connection(interface_index_,
284 link_name_,
285 manager_->device_info());
Paul Stewarte6132022011-08-16 09:11:02 -0700286 }
287}
288
289void Device::DestroyConnection() {
290 VLOG(2) << __func__;
291 connection_ = NULL;
292}
293
Paul Stewart03dba0b2011-08-22 16:32:45 -0700294void Device::SelectService(const ServiceRefPtr &service) {
Paul Stewarta2b8cd12011-08-25 14:55:32 -0700295 VLOG(2) << __func__ << ": "
mukesh agrawal15908392011-11-16 18:29:25 +0000296 << (service.get() ?
297 StringPrintf("%s (%s)",
298 service->UniqueName().c_str(),
299 service->friendly_name().c_str()) :
300 "*reset*");
Paul Stewart03dba0b2011-08-22 16:32:45 -0700301 if (selected_service_.get() &&
302 selected_service_->state() != Service::kStateFailure) {
303 selected_service_->SetState(Service::kStateIdle);
304 }
305 selected_service_ = service;
306}
307
308void Device::SetServiceState(Service::ConnectState state) {
309 if (selected_service_.get()) {
310 selected_service_->SetState(state);
311 }
312}
313
314void Device::SetServiceFailure(Service::ConnectFailure failure_state) {
315 if (selected_service_.get()) {
316 selected_service_->SetFailure(failure_state);
317 }
318}
319
Chris Masone34af2182011-08-22 11:59:36 -0700320string Device::SerializeIPConfigs(const string &suffix) {
321 return StringPrintf("%s:%s", suffix.c_str(), ipconfig_->type().c_str());
Chris Masone5dec5f42011-07-22 14:07:55 -0700322}
323
Gaurav Shah1b7a6162011-11-09 11:41:01 -0800324vector<string> Device::AvailableIPConfigs(Error */*error*/) {
Chris Masone4e851612011-07-01 10:46:53 -0700325 string id = (ipconfig_.get() ? ipconfig_->GetRpcIdentifier() : string());
326 return vector<string>(1, id);
327}
328
329string Device::GetRpcConnectionIdentifier() {
330 return adaptor_->GetRpcConnectionIdentifier();
331}
332
Paul Stewart75897df2011-04-27 09:05:53 -0700333} // namespace shill