sync vendor

This commit is contained in:
Vincent Vidal 2025-04-20 22:25:33 +02:00
commit fe7cf66a53
1217 changed files with 65569 additions and 0 deletions

View 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