diff options
author | Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be> | 2018-08-06 19:46:25 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-16 18:31:21 (GMT) |
commit | 138205d6007b8b55b12bf96e8793ebd4c25462db (patch) | |
tree | cdded508081af05f8ea4646717b611139868af14 /wpa_supplicant/defconfig | |
parent | b1d05aee8b3380b00ee3e25f0a99687ea120bc9b (diff) | |
download | hostap-138205d6007b8b55b12bf96e8793ebd4c25462db.zip hostap-138205d6007b8b55b12bf96e8793ebd4c25462db.tar.gz hostap-138205d6007b8b55b12bf96e8793ebd4c25462db.tar.bz2 |
OCV: Add build configuration for channel validation support
Add compilation flags for Operating Channel Verification (OCV) support.
Signed-off-by: Mathy Vanhoef <Mathy.Vanhoef@cs.kuleuven.be>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index af281e5..da0b3f1 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -301,6 +301,9 @@ CONFIG_BACKEND=file # Driver support is also needed for IEEE 802.11w. #CONFIG_IEEE80211W=y +# Support Operating Channel Validation +#CONFIG_OCV=y + # Select TLS implementation # openssl = OpenSSL (default) # gnutls = GnuTLS |