diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-25 14:34:23 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-27 12:05:49 +0000 |
commit | f14bcaaf9ec9273fef91221c338e5bbecca43953 (patch) | |
tree | f33f41ff55678e5b31d7d0c284d7bf6049233ad4 /main/wpa_supplicant/config | |
parent | 1d6beb103e8b5bb9f3a9390b0c61c466ad75755b (diff) | |
download | aports-f14bcaaf9ec9273fef91221c338e5bbecca43953.tar.bz2 aports-f14bcaaf9ec9273fef91221c338e5bbecca43953.tar.xz |
main/wpa_supplicant: upgrade to 2.5
Diffstat (limited to 'main/wpa_supplicant/config')
-rw-r--r-- | main/wpa_supplicant/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/wpa_supplicant/config b/main/wpa_supplicant/config index 701c073f8c..eb40831d10 100644 --- a/main/wpa_supplicant/config +++ b/main/wpa_supplicant/config @@ -495,3 +495,12 @@ CONFIG_P2P=y # # External password backend for testing purposes (developer use) #CONFIG_EXT_PASSWORD_TEST=y + +# Enable Fast Session Transfer (FST) +#CONFIG_FST=y + +# Enable CLI commands for FST testing +#CONFIG_FST_TEST=y + +# OS X builds. This is only for building eapol_test. +#CONFIG_OSX=y |