Skip to content
Snippets Groups Projects
Commit 14221ddd authored by Jimmy Chen's avatar Jimmy Chen Committed by Dhina17
Browse files

onclite: wifi: Move supplicant service init to wpa_supplicant

Bug: 138790309
Test: boot and wifi function is ok
Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
parent 18b4ce4a
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_qcwcn
WIFI_DRIVER_FW_PATH_AP := "ap"
WIFI_DRIVER_FW_PATH_STA := "sta"
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
WPA_SUPPLICANT_VERSION := VER_0_8_X
# Inherit from the proprietary version
......
......@@ -481,21 +481,6 @@ service vendor.sensors.qti /vendor/bin/sensors.qti
on property:sys.sysctl.tcp_adv_win_scale=*
write /proc/sys/net/ipv4/tcp_adv_win_scale ${sys.sysctl.tcp_adv_win_scale}
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 -dd \
-g@android:vendor_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.2::ISupplicant default
interface android.hardware.wifi.supplicant@1.3::ISupplicant default
interface vendor.qti.hardware.wifi.supplicant@2.0::ISupplicantVendor default
interface vendor.qti.hardware.wifi.supplicant@2.1::ISupplicantVendor default
interface vendor.qti.hardware.wifi.supplicant@2.2::ISupplicantVendor default
class main
socket vendor_wpa_wlan0 dgram 660 wifi wifi
disabled
oneshot
service loc_launcher /system/vendor/bin/loc_launcher
class late_start
user gps
......
......@@ -7,3 +7,4 @@ interworking=1
hs20=1
auto_interworking=0
bss_no_flush_when_down=1
driver_param=use_p2p_group_interface=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment