wifi: Add /dev/wlan as driver control interface for qcom
Bug: 209934729 Test: Basic functions tests, SSR tests Change-Id: I111852ca339dff6cee680b89ae199ce6a628577d
This commit is contained in:
parent
0e3a4edf87
commit
3a33edc542
2 changed files with 6 additions and 5 deletions
|
@ -202,3 +202,6 @@
|
|||
|
||||
# Direct Charging
|
||||
/dev/logbuffer_pca9468_tcpm 0600 system system
|
||||
|
||||
# Wlan
|
||||
/dev/wlan 0660 wifi wifi
|
||||
|
|
|
@ -38,13 +38,11 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
|||
# Avoid Wifi reset on MAC Address change
|
||||
# WIFI_AVOID_IFACE_RESET_MAC_CHANGE := true
|
||||
# WIFI_FEATURE_HOSTAPD_11AX := true
|
||||
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"
|
||||
WIFI_DRIVER_STATE_ON := "ON"
|
||||
WIFI_DRIVER_STATE_OFF := "OFF"
|
||||
|
||||
# WLAN driver configuration files
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_WIFI_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
$(LOCAL_WIFI_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue