aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/wpa_supplicant_template.conf
diff options
context:
space:
mode:
authorEyal Shapira <eyal@wizery.com>2012-08-08 20:38:35 +0300
committerArik Nemtsov <arik@wizery.com>2012-08-08 23:12:01 +0300
commitbac82c9a17973f97597dddef9f3840b350ca491c (patch)
tree50dad1f74da5a9c8b43c271de8cfa3514af5fde2 /wpa_supplicant/wpa_supplicant_template.conf
parent7b5660da67dd03f932f2de91d7ce7858ebe0bc6b (diff)
downloadexternal_wpa_supplicant_8_ti-bac82c9a17973f97597dddef9f3840b350ca491c.zip
external_wpa_supplicant_8_ti-bac82c9a17973f97597dddef9f3840b350ca491c.tar.gz
external_wpa_supplicant_8_ti-bac82c9a17973f97597dddef9f3840b350ca491c.tar.bz2
android: wpa_s template: set p2p_go_max_inactivity (ANDROID)
Set p2p_go_max_inactivity to 30 secs (instead of the default of 300 secs) to avoid creating a user of experience of a WiFi Direct connection which doesn't disconnect. This may happen if the P2P GO interface misses a deauth/disassoc frame and keeps on thinking the client is connected. Limit this time to 30 secs which creates a better user experience. Signed-off-by: Eyal Shapira <eyal@wizery.com>
Diffstat (limited to 'wpa_supplicant/wpa_supplicant_template.conf')
-rw-r--r--wpa_supplicant/wpa_supplicant_template.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf
index 1d70fc3..8203295 100644
--- a/wpa_supplicant/wpa_supplicant_template.conf
+++ b/wpa_supplicant/wpa_supplicant_template.conf
@@ -11,3 +11,4 @@ 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