Integrate wifi configuraions for tangorpro
1. Add supplicant service init 2. Add p2p and aware interface property 3. Force softap use wlan1 interface 4. verbose logging always on for userdebug build Bug: 235906179 Test: 1. check supplicant can be started 2. check property ro.vendor.wifi.sap.interface 3. check property wifi.direct.interface 4. check property wifi.aware.interface Change-Id: I92d83db81e5260b8bb781e9263c0bef62fbf8d7a
This commit is contained in:
parent
78cb84cd1b
commit
ae0e8ef2fb
6 changed files with 46 additions and 2 deletions
|
@ -155,5 +155,9 @@ endif
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.gms.dck.eligible_wcc=2
|
||||
|
||||
# Wifi SAP Interface Name
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.wifi.sap.interface=wlan1
|
||||
|
||||
# Set ro.crypto.metadata_init_delete_all_keys.enabled to false to unblock boot
|
||||
PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue