diff options
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 |