mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
flo: wpa_supplicant(hidl): Add support for starting HAL lazily
Bug: 72394251 Test: Able to start supplicant from framework using ISupplicant.getService() Change-Id: I19b8434e7241b9028e7dc86316ec9d5512affcca
This commit is contained in:
parent
47d1ae8481
commit
bdef362ec8
1 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,8 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
|||
-I/vendor/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 \
|
||||
-g@android:wpa_wlan0
|
||||
interface android.hardware.wifi.supplicant@1.0::ISupplicant default
|
||||
interface android.hardware.wifi.supplicant@1.1::ISupplicant default
|
||||
# we will start as root and wpa_supplicant will switch to user wifi
|
||||
# after setting up the capabilities required for WEXT
|
||||
# user wifi
|
||||
|
|
Loading…
Reference in a new issue