mac80211: improve wifi interface cleanup
[openwrt.git] / package / wpa_supplicant / Config.in
1 # wpa_supplicant config
2 config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
3         bool "Disable timestamp check"
4         depends PACKAGE_wpa-supplicant
5         default n
6         help
7           This disables the timestamp check for certificates in wpa_supplicant
8           Useful for devices without RTC that cannot reliably get the real date/time
9 choice
10         prompt "Choose TLS provider"
11         default WPA_SUPPLICANT_INTERNAL
12         depends PACKAGE_wpa-supplicant
13
14 config WPA_SUPPLICANT_INTERNAL
15         bool "internal"
16
17 config WPA_SUPPLICANT_OPENSSL
18         bool "openssl"
19         select PACKAGE_libopenssl
20
21 endchoice