WIFI Direct implementation (2)

Part 2: Connection common code for WIFI Direct

PiperOrigin-RevId: 493153750
This commit is contained in:
hai007
2022-12-05 17:14:26 -08:00
committed by Copybara-Service
parent 87c57534a4
commit fa7c8a2ec8
7 changed files with 609 additions and 0 deletions
@@ -32,6 +32,8 @@ WifiLan& Mediums::GetWifiLan() { return wifi_lan_; }
WifiHotspot& Mediums::GetWifiHotspot() { return wifi_hotspot_; }
WifiDirect& Mediums::GetWifiDirect() { return wifi_direct_; }
mediums::WebRtc& Mediums::GetWebRtc() { return webrtc_; }
} // namespace connections