sync vendor
This commit is contained in:
commit
fe7cf66a53
1217 changed files with 65569 additions and 0 deletions
12
proprietary/vendor/etc/init/android.hardware.wifi.supplicant-service.rc
vendored
Normal file
12
proprietary/vendor/etc/init/android.hardware.wifi.supplicant-service.rc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-O/data/vendor/wifi/wpa/sockets -dd \
|
||||
-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
|
||||
# user wifi
|
||||
# group wifi inet keystore
|
||||
interface aidl android.hardware.wifi.supplicant.ISupplicant/default
|
||||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
oneshot
|
Loading…
Add table
Add a link
Reference in a new issue