wolfssl: fix options and add support for wpa_supplicant features
[openwrt/openwrt.git] / package / libs / wolfssl / Config.in
index 7e8a4b6cee62d10ddb6c3c2684bb811db1b29743..9b88914516a428ee8af147bbb61c5258534deaf2 100644 (file)
@@ -32,10 +32,22 @@ config WOLFSSL_HAS_PSK
        bool "Include PKS (Pre Share Key) support"
        default n
 
+config WOLFSSL_HAS_SESSION_TICKET
+       bool "Include session ticket support"
+       default n
+
 config WOLFSSL_HAS_DTLS
        bool "Include DTLS support"
        default n
 
+config WOLFSSL_HAS_OCSP
+       bool "Include OSCP support"
+       default n
+
+config WOLFSSL_HAS_WPAS
+       bool "Include wpa_supplicant support"
+       default n
+
 config WOLFSSL_HAS_ECC25519
        bool "Include ECC Curve 22519 support"
        depends on WOLFSSL_HAS_ECC