Index: load.cc |
diff --git a/load.cc b/load.cc |
index 73adb43f1377cf0a291345e6e4e4b444af4325ef..1230158b99edf9e93e07db002e65c97b23f7b5ba 100644 |
--- a/load.cc |
+++ b/load.cc |
@@ -208,6 +208,9 @@ DECL_FUNC_2(ConnectToNetwork, bool, const char*, const char*); |
DECL_FUNC_3(SetNetworkServiceProperty, void, const char*, const char*, |
const ::Value *); |
DECL_FUNC_2(ClearNetworkServiceProperty, void, const char*, const char*); |
+DECL_FUNC_3(SetNetworkDeviceProperty, void, const char*, const char*, |
+ const ::Value *); |
+DECL_FUNC_2(ClearNetworkDeviceProperty, void, const char*, const char*); |
DECL_FUNC_4(ConnectToNetworkWithCertInfo, bool, const char*, const char*, |
const char*, const char*); |
DECL_FUNC_1(DisconnectFromNetwork, bool, const char*); |
@@ -557,6 +560,8 @@ bool LoadLibcros(const char* path_to_libcros, std::string& error_string) { |
INIT_FUNC(ConfigureWifiService); |
INIT_FUNC(SetNetworkServiceProperty); |
INIT_FUNC(ClearNetworkServiceProperty); |
+ INIT_FUNC(SetNetworkDeviceProperty); |
+ INIT_FUNC(ClearNetworkDeviceProperty); |
INIT_FUNC(ConnectToNetwork); |
INIT_FUNC(ConnectToNetworkWithCertInfo); |
INIT_FUNC(DisconnectFromNetwork); |