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:
Kumar Anand 2018-01-22 15:02:54 -08:00 committed by roynatech2544
commit 9d986dced8
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -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