Refactored WiFi LAN implementation based on new WiFi LAN API

PiperOrigin-RevId: 407453537
This commit is contained in:
guogang
2021-11-03 16:32:17 -07:00
committed by Copybara-Service
parent 21a379d242
commit ebfaba3e22
7 changed files with 664 additions and 938 deletions
+4
View File
@@ -64,6 +64,7 @@ cc_library(
"thread_pool.h",
"webrtc.h",
"wifi.h",
"wifi_lan.h",
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = ["//visibility:private"],
@@ -104,6 +105,9 @@ cc_library(
"system_clock.cc",
"thread_pool.cc",
"utils.cc",
"wifi_lan_medium.cc",
"wifi_lan_server_socket.cc",
"wifi_lan_socket.cc",
],
compatible_with = ["//buildenv/target:non_prod"],
copts = ["-Ithird_party/nearby_connections/cpp/platform/impl/windows/generated"],