From c35ef2e7c15e2d42b38347d2be96cc7e4846a4a5 Mon Sep 17 00:00:00 2001 From: Igal Chernobelsky Date: Thu, 1 Nov 2012 11:23:17 +0200 Subject: 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 --- wpa_supplicant/wpa_supplicant_template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1