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 |
Samuel Holland | 9c9bec0 | 2023-07-07 15:07:47 -0700 | [diff] [blame] | 11 | user root |
Gabriel Biren | 57ededa | 2021-09-03 16:08:50 +0000 | [diff] [blame] | 12 | disabled |
| 13 | oneshot |