summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.in
diff options
context:
space:
mode:
authorMarkus Rathgeb <rathgeb.markus@googlemail.com>2009-11-26 14:47:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-11-26 16:30:25 +0100
commitee674e0cc7b683eae65d1518f5306e26821c4334 (patch)
tree834ded14d16fe38376bb84a6aeb139a144fcb28a /rules/wpa_supplicant.in
parent0a44cc59a6f296de5dca7eb81fe6c87da3dbf4a8 (diff)
downloadptxdist-ee674e0cc7b683eae65d1518f5306e26821c4334.tar.gz
ptxdist-ee674e0cc7b683eae65d1518f5306e26821c4334.tar.xz
new package: wpa_supplicant
This patch adds a new package names 'wpa_supplicant'. Official homepage of the package: http://hostap.epitest.fi/wpa_supplicant/ Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> [mol: fix clean stage & mark broken drivers as broken] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.in')
-rw-r--r--rules/wpa_supplicant.in88
1 files changed, 88 insertions, 0 deletions
diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
new file mode 100644
index 000000000..409a39a22
--- /dev/null
+++ b/rules/wpa_supplicant.in
@@ -0,0 +1,88 @@
+## SECTION=networking
+
+menuconfig WPA_SUPPLICANT
+ tristate
+ prompt "wpa_supplicant"
+ select OPENSSL
+ select LIBNL
+ help
+ IEEE 802.1X/WPA supplicant for secure wireless transfers
+
+if WPA_SUPPLICANT
+
+menu "wpa_supplicant drivers"
+
+config WPA_SUPPLICANT_DRIVER_HOSTAP
+ bool
+ prompt "HOSTAP"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_HERMES
+ bool
+ prompt "HERMES"
+ depends on BROKEN
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_MADWIFI
+ bool
+ prompt "MADWIFI"
+ depends on BROKEN
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_ATMEL
+ bool
+ prompt "ATMEL"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_WEXT
+ bool
+ prompt "WEXT"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_RALINK
+ bool
+ prompt "RALINK"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_NDISWRAPPER
+ bool
+ prompt "NDISWRAPPER"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_BROADCOM
+ bool
+ prompt "BROADCOM"
+ depends on BROKEN
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_IPW
+ bool
+ prompt "IPW"
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_BSD
+ bool
+ prompt "BSD"
+ depends on BROKEN
+ help
+ TBD
+
+config WPA_SUPPLICANT_DRIVER_NDIS
+ bool
+ prompt "NDIS"
+ depends on BROKEN
+ help
+ TBD
+
+endmenu
+
+endif