diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-10-03 11:39:34 +0200 |
---|---|---|
committer | Arik Nemtsov <arik@wizery.com> | 2012-10-03 17:34:24 +0200 |
commit | 7b2121a7d004d5859a8e37e107338279db042fe5 (patch) | |
tree | 4ffab17ccf1e83e5c9b8c09ebd0be306fef8065f | |
parent | a9c73cbf768e920f4adc9573577efbcbe39ed721 (diff) | |
download | external_wpa_supplicant_8_ti-7b2121a7d004d5859a8e37e107338279db042fe5.zip external_wpa_supplicant_8_ti-7b2121a7d004d5859a8e37e107338279db042fe5.tar.gz external_wpa_supplicant_8_ti-7b2121a7d004d5859a8e37e107338279db042fe5.tar.bz2 |
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 <arik@wizery.com>
-rw-r--r-- | wpa_supplicant/wpa_supplicant_template.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |