aboutsummaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorJongrak Kwon <jongrak.kwon@lge.com>2014-06-16 17:35:15 +0530
committerdd3boh <dade.garberi@gmail.com>2017-09-07 13:41:55 +0200
commit7ad95600dd087f04940b9605e6c7cbef5b04013c (patch)
tree3c85ac53933e37d0d6fa8d003139deeceaaad437 /wifi
parent045e89c95135f2404bc7d1d3afb459e281de7377 (diff)
wifi: Configure the p2p_search_delay to 100 msec
This commit configurs the p2p_search_delay to 100 msec to avoid more default delay (500msec, configued in the supplicant) during the p2p_find operations. Change-Id: Ibb384b31cd1b46dd669483a0d14a3215c0113b7b CRs-Fixed: 680606
Diffstat (limited to 'wifi')
-rw-r--r--wifi/p2p_supplicant_overlay.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf
index 71f2e4f..9fe0327 100644
--- a/wifi/p2p_supplicant_overlay.conf
+++ b/wifi/p2p_supplicant_overlay.conf
@@ -1,3 +1,4 @@
disable_scan_offload=1
p2p_search_delay=100
p2p_no_group_iface=1
+p2p_search_delay=100