mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Move supplicant service init to wpa_supplicant
Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
cc0fbca0d7
commit
b4d44ad7d7
3 changed files with 3 additions and 12 deletions
|
|
@ -87,3 +87,4 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
|||
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
p2p_disabled=1
|
||||
update_config=1
|
||||
update_config=1
|
||||
driver_param=use_p2p_group_interface=1
|
||||
|
|
|
|||
|
|
@ -37,17 +37,6 @@ on post-fs-data
|
|||
on boot
|
||||
setprop wifi.interface wlan0
|
||||
|
||||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 \
|
||||
-g@android:wpa_wlan0
|
||||
class main
|
||||
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
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
# start for WiFi MFG (TestMode)
|
||||
service macloader /system/vendor/bin/hw/macloader
|
||||
class main
|
||||
|
|
|
|||
Loading…
Reference in a new issue