Gabriel Biren | 57ededa | 2021-09-03 16:08:50 +0000 | [diff] [blame] | 1 | service 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 |