diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-08-30 22:08:43 +0300 |
---|---|---|
committer | Arik Nemtsov <arik@wizery.com> | 2012-09-04 20:46:20 +0300 |
commit | 886a5892958070e5f34aa37dae8d9afe79758c5e (patch) | |
tree | 635b0140279bca6d72d635eeb7092c9e208bdc86 | |
parent | 0e1be19fca6749a3da319d0d6eec876f88b121c8 (diff) | |
download | external_wpa_supplicant_8_ti-886a5892958070e5f34aa37dae8d9afe79758c5e.zip external_wpa_supplicant_8_ti-886a5892958070e5f34aa37dae8d9afe79758c5e.tar.gz external_wpa_supplicant_8_ti-886a5892958070e5f34aa37dae8d9afe79758c5e.tar.bz2 |
android: wpa_s template: allow HT40 GO by default (ANDROID)
Signed-off-by: Arik Nemtsov <arik@wizery.com>
-rw-r--r-- | wpa_supplicant/wpa_supplicant_template.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index 8203295..917ade4 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -11,4 +11,5 @@ model_number=wl18xx serial_number=12345 p2p_conc_mode=2 driver_param=use_p2p_group_interface=1 -p2p_go_max_inactivity=30
\ No newline at end of file +p2p_go_max_inactivity=30 +p2p_go_ht40=1 |