diff options
author | Vishal Mahaveer <vishalm@ti.com> | 2012-09-17 21:57:16 -0500 |
---|---|---|
committer | Vishal Mahaveer <vishalm@ti.com> | 2012-09-17 22:03:05 -0500 |
commit | 846a11d74da8cb7b8c6c470a8c1f35e4429d6156 (patch) | |
tree | 8e59c55d4c71fdaf1fb031eedc27a1934cfc0699 /wpa_supplicant | |
parent | 38c89c99dd5b2d3e16b564c5437cc69ad021f91a (diff) | |
download | external_wpa_supplicant_8_ti-846a11d74da8cb7b8c6c470a8c1f35e4429d6156.zip external_wpa_supplicant_8_ti-846a11d74da8cb7b8c6c470a8c1f35e4429d6156.tar.gz external_wpa_supplicant_8_ti-846a11d74da8cb7b8c6c470a8c1f35e4429d6156.tar.bz2 |
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 <vishalm@ti.com>
Diffstat (limited to 'wpa_supplicant')
-rw-r--r-- | wpa_supplicant/wpa_supplicant_template.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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 |