modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / package / hostapd / Config.in
1 # wpa_supplicant config
2 config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK
3         bool "Disable timestamp check"
4         depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
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
10 choice
11         prompt "Choose TLS provider"
12         default WPA_SUPPLICANT_INTERNAL
13         depends PACKAGE_wpa-supplicant || PACKAGE_wpad
14
15 config WPA_SUPPLICANT_INTERNAL
16         bool "internal"
17
18 config WPA_SUPPLICANT_OPENSSL
19         bool "openssl"
20         select PACKAGE_libopenssl
21
22 endchoice
23
24 config WPA_RFKILL_SUPPORT
25         bool "Add rfkill support"
26         depends PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mini || PACKAGE_wpad || PACKAGE_wpad-mini
27         default n
28
29
30 config DRIVER_WEXT_SUPPORT
31         bool
32         default n
33
34 config DRIVER_11N_SUPPORT
35         bool
36         default n