From b4b7a2abf8e263c59995f3393c79c39be341c7ce Mon Sep 17 00:00:00 2001 From: Jongrak Kwon Date: Mon, 16 Jun 2014 17:35:15 +0530 Subject: [PATCH] msm8976-common: 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 --- wifi/p2p_supplicant_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index b5e89e0..4e53977 100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -1,2 +1,3 @@ disable_scan_offload=1 p2p_no_group_iface=1 +p2p_search_delay=100