mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Uprev wifi supplicant to 1.2 in init.qcom.rc
Update manifest with hidl 1.2 required for WPA3 and OWE. Bug: 112195778 Test: Functional tests
This commit is contained in:
parent
1fd4b63df2
commit
7e57ce4586
1 changed files with 2 additions and 1 deletions
|
@ -667,7 +667,8 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
|||
-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
|
||||
interface android.hardware.wifi.supplicant@1.1::ISupplicant default
|
||||
interface android.hardware.wifi.supplicant@1.2::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