From 846a11d74da8cb7b8c6c470a8c1f35e4429d6156 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Mon, 17 Sep 2012 21:57:16 -0500 Subject: wpa_supplicant: template conf file update In Android we don't have to hardcode device related parameters in wpa_supplicant.conf file. It comes from Android properties as shown below, device_name --> ro.product.name manufacturer --> ro.product.manufacturer model_name --> ro.product.model model_number --> ro.product.model serial_number --> ro.serialno Also use_p2p_group_interface=1 part is defined in service defenition Change-Id: Ifd6c60c3c493a52c8a4dd45ab9cfcb244e1b7c71 Signed-off-by: Vishal Mahaveer --- wpa_supplicant/wpa_supplicant_template.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wpa_supplicant') diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index 917ade4..b9f902b 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -4,12 +4,6 @@ ctrl_interface=wlan0 eapol_version=1 ap_scan=1 fast_reauth=1 -device_name=Blaze -manufacturer=TI -model_name=Wilink -model_number=wl18xx -serial_number=12345 p2p_conc_mode=2 -driver_param=use_p2p_group_interface=1 p2p_go_max_inactivity=30 p2p_go_ht40=1 -- cgit v1.1