blob: 3275e3664b9cf566b0c12b392e9a8ae378153262 [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
11 disabled
12 oneshot