diff options
| author | Jimmy Chen <jimmycmchen@google.com> | 2019-10-03 11:24:23 +0800 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-11-08 22:59:56 +0000 |
| commit | 06b5f58f4e4bfb8b46206695cbfe43c083f5cad8 (patch) | |
| tree | 5b3dc96470372d347c24fc5dc104f4ecc6a47bb6 /rootdir | |
| parent | f944010b1dde6dcf475e799a7bf7090a10e2862a (diff) | |
pro1: Move supplicant service init to wpa_supplicant
Bug: 138790309
Test: boot and wifi function is ok
Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 089bd25..1e65515 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -664,19 +664,3 @@ service vendor.power_off_alarm /vendor/bin/power_off_alarm group system disabled oneshot - -service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ - -O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 \ - -g@android:vendor_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 android.hardware.wifi.supplicant@1.0::ISupplicant default - interface android.hardware.wifi.supplicant@1.1::ISupplicant default - interface android.hardware.wifi.supplicant@1.2::ISupplicant default - class main - socket vendor_wpa_wlan0 dgram 660 wifi wifi - writepid /dev/cpuset/system-background/tasks - disabled - oneshot |
