Bladeren bron

sm8450-common: Switch to unified supplicant service rc entry

Change-Id: I6cc5a1d062c19be570d5631cb7ea9c760a992aef
Arian 2 jaren geleden
bovenliggende
commit
761e3fe5cb
2 gewijzigde bestanden met toevoegingen van 1 en 15 verwijderingen
  1. 1 0
      BoardConfigCommon.mk
  2. 0 15
      rootdir/etc/init.qcom.rc

+ 1 - 0
BoardConfigCommon.mk

@@ -255,4 +255,5 @@ WIFI_DRIVER_STATE_OFF := "OFF"
 WIFI_DRIVER_STATE_ON := "ON"
 WIFI_HIDL_FEATURE_AWARE := true
 WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
+WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
 WPA_SUPPLICANT_VERSION := VER_0_8_X

+ 0 - 15
rootdir/etc/init.qcom.rc

@@ -514,21 +514,6 @@ service qmiproxy /system/bin/qmiproxy
     group radio diag
     disabled
 
-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
-#   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 aidl android.hardware.wifi.supplicant.ISupplicant/default
-    interface [email protected]::ISupplicant default
-    interface [email protected]::ISupplicant default
-    class main
-    socket vendor_wpa_wlan0 dgram 660 wifi wifi
-    disabled
-    oneshot
-
 service vendor.wigig_supplicant /vendor/bin/hw/wpa_supplicant \
     -iwigig0 -Dnl80211 -c/data/vendor/wifi/wigig_supplicant.conf \
     -m/data/vendor/wifi/wigig_p2p_supplicant.conf \