Remove unused methods.

PiperOrigin-RevId: 823958211
This commit is contained in:
Francis Tsui
2025-10-25 12:52:27 -07:00
committed by Copybara-Service
parent 452e9f546c
commit be3e658d75
7 changed files with 0 additions and 74 deletions
@@ -84,17 +84,6 @@ class WifiMedium : public api::WifiMedium {
return api::WifiConnectionStatus::kUnknown;
}
/**
* @brief Verifies if the device has internet connectivity through the WiFi
* network.
*/
bool VerifyInternetConnectivity() override { return false; }
/**
* @brief Returns the IP address of the device on the WiFi network.
*/
std::string GetIpAddress() override { return ""; }
private:
api::WifiCapability capability_ = {};
api::WifiInformation information_ = {};