Remove previous attempt at WiFi

BUG: 77809394
Test: Local build and boot
Change-Id: I75322431440463e076479eb0bd5f1d82e9efe654
diff --git a/shared/sepolicy/file_contexts b/shared/sepolicy/file_contexts
index fe69a3e..81e80a7 100644
--- a/shared/sepolicy/file_contexts
+++ b/shared/sepolicy/file_contexts
@@ -25,8 +25,6 @@
 /vendor/bin/socket_forward_proxy  u:object_r:socket_forward_proxy_exec:s0
 /vendor/bin/vsoc_input_service  u:object_r:vsoc_input_service_exec:s0
 /vendor/bin/vsoc_guest_region_e2e_test  u:object_r:vsoc_guest_region_e2e_test_exec:s0
-/vendor/bin/wificlient  u:object_r:wificlient_exec:s0
-/vendor/bin/wifirouter  u:object_r:wifirouter_exec:s0
 /vendor/bin/wifi_relay  u:object_r:wifi_relay_exec:s0
 /vendor/bin/vport_trigger  u:object_r:vport_trigger_exec:s0
 /vendor/bin/hw/android\.hardware\.bluetooth@1\.0-service\.sim             u:object_r:hal_bluetooth_sim_exec:s0
diff --git a/shared/sepolicy/wificlient.te b/shared/sepolicy/wificlient.te
deleted file mode 100644
index 45a0d60..0000000
--- a/shared/sepolicy/wificlient.te
+++ /dev/null
@@ -1,5 +0,0 @@
-type wificlient, domain;
-type wificlient_exec, exec_type, vendor_file_type, file_type;
-
-init_daemon_domain(wificlient)
-allow wificlient self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
diff --git a/shared/sepolicy/wifirouter.te b/shared/sepolicy/wifirouter.te
deleted file mode 100644
index d9881d5..0000000
--- a/shared/sepolicy/wifirouter.te
+++ /dev/null
@@ -1,5 +0,0 @@
-type wifirouter, domain;
-type wifirouter_exec, exec_type, vendor_file_type, file_type;
-
-init_daemon_domain(wifirouter)
-allow wifirouter self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;