wifi: update interface combination.
In this commit, we update the interface combination for P21. Bug: 191020902 Test: local test on PP23935602 build. Check STA+STA, STA+SAP, STA+P2P and STA+NAN are workable. Change-Id: I424c4ea854f3a4f7b615038db8d63729fd32adda
This commit is contained in:
parent
b9d3e85359
commit
2b65b15e7c
1 changed files with 3 additions and 2 deletions
|
@ -337,8 +337,9 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd
|
|||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
||||
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
||||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
# Wifi interface combination - {1 STA + 1 AP (bridged or single)} or {2 STA + 1 of (P2P or NAN)}
|
||||
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{AP}, 1}}, {{{STA}, 2}, {{P2P, NAN}, 1}}
|
||||
# Wifi interface combination - {1 STA + 1 AP (bridged or single)} or {1 STA + 1 P2P}
|
||||
# or {1 STA + 1 NAN} or {2 STA}
|
||||
WIFI_HAL_INTERFACE_COMBINATIONS := {{{STA}, 1}, {{P2P, NAN, AP}, 1}}, {{{STA}, 2}}
|
||||
WIFI_FEATURE_WIFI_EXT_HAL := true
|
||||
WIFI_FEATURE_IMU_DETECTION := true
|
||||
# Avoid Wifi reset on MAC Address change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue