From a2147a976e8c9b6f0c32486309258eb215a12b8d Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Sun, 12 Feb 2017 13:15:25 +0800 Subject: [PATCH] land: Reduce WPA and P2P debugging Change-Id: I8bfc377497a9d244cbcd973221cfc4c81ecd1cf1 --- rootdir/init.qcom.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 7b52616..ece4324 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -584,7 +584,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \ -I/system/etc/wifi/p2p_supplicant_overlay.conf -N \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf \ - -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 -dd \ + -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT @@ -598,7 +598,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \ service wpa_supplicant /system/bin/wpa_supplicant \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf \ - -O/data/misc/wifi/sockets -dd \ + -O/data/misc/wifi/sockets \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT