The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wpa_supplicant / Config.in
1 config BR2_PACKAGE_WPA_SUPPLICANT
2         bool "wpa_supplicant"
3         depends on BR2_USE_MMU # fork()
4         help
5           WPA supplicant for secure wireless networks
6
7           http://hostap.epitest.fi/wpa_supplicant/
8
9 if BR2_PACKAGE_WPA_SUPPLICANT
10
11 config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
12         bool "Enable AP mode"
13         help
14           With this option enabled, wpa_supplicant can act as an
15           access point much like hostapd does with a limited feature set.
16           This links in parts of hostapd functionality into wpa_supplicant,
17           making it bigger but dispensing the need for a separate hostapd
18           binary in some applications hence being smaller overall.
19
20 config BR2_PACKAGE_WPA_SUPPLICANT_EAP
21         bool "Enable EAP"
22         help
23           Enable support for EAP.
24
25 config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
26         bool "Enable HS20"
27         help
28           Enable Hotspot 2.0 and IEEE 802.11u interworking functionality.
29
30 config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
31         bool "Enable syslog support"
32         help
33           Enable support for sending debug messages to syslog.
34
35 config BR2_PACKAGE_WPA_SUPPLICANT_WPS
36         bool "Enable WPS"
37         help
38           Enable support for Wi-Fi Protected Setup (WPS).
39
40 config BR2_PACKAGE_WPA_SUPPLICANT_CLI
41         bool "Install wpa_cli binary"
42         help
43           Install wpa_cli command line utility
44
45 config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
46         bool "Install wpa_passphrase binary"
47         help
48           Install wpa_passphrase command line utility.
49
50 config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
51         bool "Enable support for old DBus control interface"
52         depends on BR2_PACKAGE_DBUS
53         help
54           Enable support for old DBus control interface
55           (fi.epitest.hostap.WPASupplicant).
56
57 config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
58         bool "Enable support for new DBus control interface"
59         depends on BR2_PACKAGE_DBUS
60         help
61           Enable support for new DBus control interface (fi.w1.wpa_supplicant1).
62
63 config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
64         bool "Introspection support"
65         depends on BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
66         help
67           Add introspection support for new DBus control interface.
68
69 endif