Home | History | Annotate | Download | only in wifi

Lines Matching refs:Error

35 class Error;
66 void Connect(Error* error, const char* reason) override;
67 void Disconnect(Error* error, const char* reason) override;
193 std::string GetTethering(Error* error) const override;
243 std::string(WiFiService::*get)(Error* error));
246 std::string(WiFiService::*get)(Error* error),
247 bool(WiFiService::*set)(const std::string& value, Error* error));
250 bool(WiFiService::*set)(const std::string& value, Error* error),
251 void(WiFiService::*clear)(Error* error),
255 uint16_t(WiFiService::*get)(Error* error),
256 bool(WiFiService::*set)(const uint16_t& value, Error* error),
257 void(WiFiService::*clear)(Error* error));
259 std::string GetDeviceRpcId(Error* error) const override;
261 void ClearPassphrase(Error* error);
269 Error* error);
271 Error* error);
275 Error* error);
276 static bool CheckWEPIsHex(const std::string& passphrase, Error* error);
277 static bool CheckWEPKeyIndex(const std::string& passphrase, Error* error);
278 static bool CheckWEPPrefix(const std::string& passphrase, Error* error);
290 std::string GetSecurity(Error* error);
298 std::string GetSecurityClass(Error* error);
311 // return false. If it is due to an error, |error| will be populated with the
313 bool SetPassphrase(const std::string& passphrase, Error* error);
329 std::string GetPreferredDevice(Error* error);
332 bool SetPreferredDevice(const std::string& device_name, Error* error);
338 uint16_t GetRoamThreshold(Error* error) /*const*/;
339 bool SetRoamThreshold(const uint16_t& threshold, Error* error);
340 void ClearRoamThreshold(Error* error);