diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-27 01:38:54 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-27 01:38:54 +0200 |
commit | d6bd6c019d4978c6f03acc4c46b6b5951e9c7730 (patch) | |
tree | 079cdb388640ff1da2c8adab0d24124618403b8c /BoardConfigCommon.mk | |
parent | 907357db5e19ac02c724a2ab91703b469b6f00aa (diff) |
Enable Wi-Fi Aware feature.
* https://source.android.com/devices/tech/connect/wifi-aware
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9d0c4f1..0ab87b2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -205,3 +205,4 @@ WIFI_DRIVER_FW_PATH_AP := "ap" WIFI_DRIVER_FW_PATH_STA := "sta" WIFI_DRIVER_FW_PATH_P2P := "p2p" WPA_SUPPLICANT_VERSION := VER_0_8_X +WIFI_HIDL_FEATURE_AWARE := true |