WIFI Hotspot implementation (1)

Part 1: Internal common code

PiperOrigin-RevId: 440437253
This commit is contained in:
hai007
2022-04-08 13:18:47 -07:00
committed by Copybara-Service
parent 59ea8e8005
commit 43a165e418
11 changed files with 539 additions and 0 deletions
@@ -232,6 +232,11 @@ std::unique_ptr<WifiLanMedium> ImplementationPlatform::CreateWifiLanMedium() {
return absl::make_unique<windows::WifiLanMedium>();
}
std::unique_ptr<WifiHotspotMedium>
ImplementationPlatform::CreateWifiHotspotMedium() {
return nullptr;
}
// TODO(b/184975123): replace with real implementation.
std::unique_ptr<WebRtcMedium> ImplementationPlatform::CreateWebRtcMedium() {
return absl::make_unique<windows::WebRtcMedium>();