From 9d986dced85268d6ff6fe8b2dab878c8a4383e47 Mon Sep 17 00:00:00 2001 From: Kumar Anand Date: Mon, 22 Jan 2018 15:02:54 -0800 Subject: [PATCH] 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 --- universal7885-common/BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 34f9f6f..21b8a59 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -115,3 +115,4 @@ BOARD_HOSTAPD_DRIVER := NL80211 BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) WIFI_HIDL_FEATURE_DUAL_INTERFACE := true WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true +CONFIG_ACS := true