mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: wpa_supplicat: Enable automatic channel selection
* Automatic Channel Selection algorithms and implementations are used to enable interfaces to automatically figure out which channel configuration to use for initiating communication, for any mode of operation which initiates radiation (AP, Mesh, IBSS, P2P). https://wireless.wiki.kernel.org/en/users/documentation/acs Change-Id: Id108f427a1c5732f7ea173437dac9f681a1678f0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
201a33cc31
commit
9d986dced8
1 changed files with 1 additions and 0 deletions
|
|
@ -115,3 +115,4 @@ BOARD_HOSTAPD_DRIVER := NL80211
|
||||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||||
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
|
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
|
||||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||||
|
CONFIG_ACS := true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue