aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2012-08-02 11:35:04 +0300
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:04:02 +0300
commitadc2670ced918251a534d1ed8d158f0d3f450dad (patch)
tree805843549d5a496fc3b29ccab577fadc3feb0bd2
parenta888e95ffa9686ee6a505d1e918e301e9f7f0c52 (diff)
downloadexternal_wpa_supplicant_8_ti-adc2670ced918251a534d1ed8d158f0d3f450dad.zip
external_wpa_supplicant_8_ti-adc2670ced918251a534d1ed8d158f0d3f450dad.tar.gz
external_wpa_supplicant_8_ti-adc2670ced918251a534d1ed8d158f0d3f450dad.tar.bz2
android: wpa_s template: use group interface and set conc mode
Make sure we operate the same way as BRCM, with a separate group interface, by incorporating a driver param. Also set a default p2p_conc_mode (set to 2), to fit WL6/7 cards. Note this will have to be changed to p2p_conc_mode=1 for WL8 cards. Signed-off-by: Arik Nemtsov <arik@wizery.com>
-rw-r--r--wpa_supplicant/wpa_supplicant_template.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf
index 3d3ff74..1d70fc3 100644
--- a/wpa_supplicant/wpa_supplicant_template.conf
+++ b/wpa_supplicant/wpa_supplicant_template.conf
@@ -9,3 +9,5 @@ manufacturer=TI
model_name=Wilink
model_number=wl18xx
serial_number=12345
+p2p_conc_mode=2
+driver_param=use_p2p_group_interface=1