summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorRoger Wang <wangroger@google.com>2021-11-12 13:35:44 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-11-15 09:20:32 +0000
commit197e2a096bbd30e9c85ebc98d8b56599f3181d3b (patch)
treee1ca41480193e1ae8c0f95f0b06147725a42f0c4 /wifi
parent49425acfb80432f142169c3a8438b70bf0c66a04 (diff)
downloadgs201-197e2a096bbd30e9c85ebc98d8b56599f3181d3b.tar.gz
wifi: move configuration to project specific
In this commit, I remove project specific content. For example, I remove p2p interface property, supplicant service definition and board configurations. Bug: 203635329 Test: check functionality and output as follows $ adb shell ifconfig Output: p2p-wlan0-0 Link encap:Ethernet $ adb shell getprop wifi.direct.interface p2p-dev-wlan0 Log output: wl_cfgvendor_set_hal_started, HAL version: BCMDHD vendor HAL wpa_supplicant: Configuration file '/data/vendor/wifi/wpa/wpa_supplicant.conf' -> '/data/vendor/wifi/wpa/wpa_supplicant.conf' wpa_supplicant: Reading configuration file '/data/vendor/wifi/wpa/wpa_supplicant.conf' wpa_supplicant: update_config=1 wpa_supplicant: eapol_version=1 wpa_supplicant: ap_scan=1 wpa_supplicant: fast_reauth=1 wpa_supplicant: pmf=1 wpa_supplicant: p2p_add_cli_chan=1 wpa_supplicant: oce=1 wpa_supplicant: sae_pwe=2 wpa_supplicant: Reading configuration file '/vendor/etc/wifi/wpa_supplicant_overlay.conf' wpa_supplicant: sae_pwe=2 wpa_supplicant: driver_param='use_p2p_group_interface=1p2p_device=1' wpa_supplicant: disable_scan_offload=1 wpa_supplicant: wowlan_triggers='any' Change-Id: If18f13e7c4c8fc13fb68e50145cc407c91d3fa60
Diffstat (limited to 'wifi')
-rw-r--r--wifi/p2p_supplicant.conf9
-rw-r--r--wifi/wpa_supplicant_overlay.conf10
2 files changed, 0 insertions, 19 deletions
diff --git a/wifi/p2p_supplicant.conf b/wifi/p2p_supplicant.conf
deleted file mode 100644
index 2f0bc1b..0000000
--- a/wifi/p2p_supplicant.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-driver_param=use_p2p_group_interface=1p2p_device=1
-update_config=1
-eapol_version=1
-ap_scan=1
-fast_reauth=1
-pmf=1
-p2p_add_cli_chan=1
-disable_scan_offload=1
-p2p_go_vht=1
diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf
deleted file mode 100644
index 6f274c1..0000000
--- a/wifi/wpa_supplicant_overlay.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-sae_pwe=2
-driver_param=use_p2p_group_interface=1p2p_device=1
-disable_scan_offload=1
-wowlan_triggers=any
-bss_max_count=512
-interworking=1
-hs20=1
-auto_interworking=0
-bss_no_flush_when_down=1
-btm_offload=1