am 737287b5: deb: wifi: Override control iface to leave it to global

* commit '737287b512bcaf23bbf6856ebe3256be739dadaa':
  deb: wifi: Override control iface to leave it to global
This commit is contained in:
Dmitry Shmidt 2013-08-27 10:29:34 -07:00 committed by Android Git Automerger
commit ce74bdfb7d

View file

@ -350,6 +350,7 @@ service sensors /system/bin/sensors.qcom
service wpa_supplicant /system/bin/logwrapper /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 \
-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
@ -365,7 +366,7 @@ service p2p_supplicant /system/bin/logwrapper /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 \
-puse_p2p_group_interface=1 \
-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