From 7b2121a7d004d5859a8e37e107338279db042fe5 Mon Sep 17 00:00:00 2001 From: Arik Nemtsov Date: Wed, 3 Oct 2012 11:39:34 +0200 Subject: android: wpa_s template: disassoc on low ack by default (ANDROID) When operating as a GO, disassoc the peer station on aging/Tx failure Signed-off-by: Arik Nemtsov --- wpa_supplicant/wpa_supplicant_template.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index 9a1ace7..ac1a663 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -14,3 +14,4 @@ driver_param=use_p2p_group_interface=1 p2p_go_max_inactivity=30 p2p_go_ht40=1 p2p_multi_chan=1 +disassoc_low_ack=1 -- cgit v1.1