shill: wimax: Connect to a specific WiMAX network with EAP credentials.

BUG=chrome-os-partner:9830
TEST=Build and run unit tests.

Change-Id: I429aff11a610bff93f7debc3f9bdc156fe83a15a
Reviewed-on: https://gerrit.chromium.org/gerrit/23096
Tested-by: Ben Chan <benchan@chromium.org>
Reviewed-by: Darin Petkov <petkov@chromium.org>
Commit-Ready: Ben Chan <benchan@chromium.org>
diff --git a/wimax_device_proxy.h b/wimax_device_proxy.h
index 8977ee0..d829227 100644
--- a/wimax_device_proxy.h
+++ b/wimax_device_proxy.h
@@ -29,7 +29,9 @@
   virtual void ScanNetworks(Error *error,
                             const ResultCallback &callback,
                             int timeout);
-  virtual void Connect(Error *error,
+  virtual void Connect(const DBus::Path &network,
+                       const DBusPropertiesMap &parameters,
+                       Error *error,
                        const ResultCallback &callback,
                        int timeout);
   virtual void Disconnect(Error *error,