summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.in
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-02-07 17:04:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-07 23:25:24 +0100
commit6c86d68c38ad0a27fd4456f9b5b6a651cc535599 (patch)
tree784c278cf5b712d90f55eb81700b3ba33229898d /rules/wpa_supplicant.in
parent6a4a17be3b7c2eca463b9104b2d944bb31207fb3 (diff)
downloadptxdist-6c86d68c38ad0a27fd4456f9b5b6a651cc535599.tar.gz
ptxdist-6c86d68c38ad0a27fd4456f9b5b6a651cc535599.tar.xz
wpa_supplicant: allow configuration of AP and P2P modes
Also enable WPS, WPS2 and 802.11n by default Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.in')
-rw-r--r--rules/wpa_supplicant.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index 292797c3c..ada95df62 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -25,6 +25,19 @@ config WPA_SUPPLICANT_CTRL_IFACE_DBUS_INTRO
bool
default WPA_SUPPLICANT_CTRL_IFACE_DBUS
+config WPA_SUPPLICANT_AP
+ bool
+ prompt "AP mode"
+ help
+ TBD
+
+config WPA_SUPPLICANT_P2P
+ bool
+ prompt "P2P (direct) mode"
+ select WPA_SUPPLICANT_AP
+ help
+ TBD
+
config WPA_SUPPLICANT_DRIVER_HOSTAP
bool
prompt "hostap"