aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgal Chernobelsky <igalc@ti.com>2012-11-01 11:23:17 +0200
committerIgal Chernobelsky <igalc@ti.com>2012-11-01 11:33:05 +0200
commitc35ef2e7c15e2d42b38347d2be96cc7e4846a4a5 (patch)
tree236696568012c844726ce9c27aed280d5f6b2237
parent80a505accfd177de92259660b3e619822664263f (diff)
downloadexternal_wpa_supplicant_8_ti-c35ef2e7c15e2d42b38347d2be96cc7e4846a4a5.zip
external_wpa_supplicant_8_ti-c35ef2e7c15e2d42b38347d2be96cc7e4846a4a5.tar.gz
external_wpa_supplicant_8_ti-c35ef2e7c15e2d42b38347d2be96cc7e4846a4a5.tar.bz2
P2P: set P2P_GO_MAX_INACTIVITY to 100s
WiFi Direct certification test 6.1.12 expects GO to be active during 50 sec, so changing P2P_GO_MAX_INACTIVITY from 30 sec to 100 sec to pass the test. Signed-off-by: Igal Chernobelsky <igalc@ti.com>
-rw-r--r--wpa_supplicant/wpa_supplicant_template.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf
index 917ff0a..e577fb9 100644
--- a/wpa_supplicant/wpa_supplicant_template.conf
+++ b/wpa_supplicant/wpa_supplicant_template.conf
@@ -11,7 +11,7 @@ model_number=wl18xx
serial_number=12345
p2p_conc_mode=2
driver_param=use_p2p_group_interface=1
-p2p_go_max_inactivity=30
+p2p_go_max_inactivity=100
p2p_go_ht40=1
p2p_multi_chan=1
disassoc_low_ack=1