diff options
author | Anton Nayshtut <qca_antonn@qca.qualcomm.com> | 2015-01-21 13:30:48 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-07-16 15:26:15 (GMT) |
commit | 8cf53ec9f76d9700d515b1edba960f8c637cf7e7 (patch) | |
tree | 18f3c48f40acbb685a5e2568088d23f452aafe5a /hostapd/android.config | |
parent | 347827ff6eac5879476573e9bc876ddc31ae966b (diff) | |
download | hostap-8cf53ec9f76d9700d515b1edba960f8c637cf7e7.zip hostap-8cf53ec9f76d9700d515b1edba960f8c637cf7e7.tar.gz hostap-8cf53ec9f76d9700d515b1edba960f8c637cf7e7.tar.bz2 |
FST: Add build rules for hostapd
This patch integrates the FST into the hostapd.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 938aa54..106e979 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -182,3 +182,6 @@ CONFIG_OS=unix # Enable AP CONFIG_AP=y + +# Enable Fast Session Transfer (FST) +#CONFIG_FST=y |