land: Reduce WPA and P2P debugging
Change-Id: I8bfc377497a9d244cbcd973221cfc4c81ecd1cf1
This commit is contained in:
parent
8aceaa92ed
commit
a2147a976e
1 changed files with 2 additions and 2 deletions
|
@ -584,7 +584,7 @@ service p2p_supplicant /system/bin/wpa_supplicant \
|
||||||
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
|
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
|
||||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||||
-I/system/etc/wifi/wpa_supplicant_overlay.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
|
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
# we will start as root and wpa_supplicant will switch to user wifi
|
||||||
# after setting up the capabilities required for WEXT
|
# 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 \
|
service wpa_supplicant /system/bin/wpa_supplicant \
|
||||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||||
-I/system/etc/wifi/wpa_supplicant_overlay.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
|
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
# we will start as root and wpa_supplicant will switch to user wifi
|
||||||
# after setting up the capabilities required for WEXT
|
# after setting up the capabilities required for WEXT
|
||||||
|
|
Loading…
Reference in a new issue