diff --git a/internal/platform/implementation/linux/BUILD b/internal/platform/implementation/linux/BUILD index 4ec12fb9..7e583e14 100644 --- a/internal/platform/implementation/linux/BUILD +++ b/internal/platform/implementation/linux/BUILD @@ -91,9 +91,9 @@ cc_library( "wifi_hotspot.h", "wifi_hotspot_server_socket.h", "wifi_hotspot_socket.h", -# "wifi_lan.h", -# "wifi_lan_server_socket.h", -# "wifi_lan_socket.h", + "wifi_lan.h", + "wifi_lan_server_socket.h", + "wifi_lan_socket.h", "wifi_medium.h", "wifi_socket.h", ], @@ -174,8 +174,8 @@ cc_library( "wifi_direct_server_socket.cc", "wifi_hotspot.cc", "wifi_hotspot_server_socket.cc", -# "wifi_lan.cc", -# "wifi_lan_server_socket.cc", + "wifi_lan.cc", + "wifi_lan_server_socket.cc", "wifi_medium.cc", ], linkopts = ["-lcurl"],