blob: 807d2d3933c2fd18da884731b3f84c601e3d4937 [file] [log] [blame]
Gabriel Biren57ededa2021-09-03 16:08:50 +00001service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
2 -O/data/vendor/wifi/wpa/sockets -dd \
3 -g@android:wpa_wlan0
4 # we will start as root and wpa_supplicant will switch to user wifi
5 # after setting up the capabilities required for WEXT
6 # user wifi
7 # group wifi inet keystore
8 interface aidl android.hardware.wifi.supplicant.ISupplicant/default
9 class main
10 socket wpa_wlan0 dgram 660 wifi wifi
Samuel Holland9c9bec02023-07-07 15:07:47 -070011 user root
Gabriel Biren57ededa2021-09-03 16:08:50 +000012 disabled
13 oneshot