summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-11-12 08:20:29 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 10:15:59 +0100
commit4c6f8388c6dbc804e1bc94c0462cb1b636ab6b91 (patch)
treee0e94c9ce3113b376cb352b68bcc678941184815 /rules/wpa_supplicant.in
parentc6468545e75962c2fc9a74342dfc2901947e00e0 (diff)
downloadptxdist-4c6f8388c6dbc804e1bc94c0462cb1b636ab6b91.tar.gz
ptxdist-4c6f8388c6dbc804e1bc94c0462cb1b636ab6b91.tar.xz
wpa_supplicant: version bump 2.0 -> 2.3
Use a defconfig file and drop most options. There is little gain in making these things optional and to choises only confuse the user. If necessary the defconfig file can be overwritten to change the defaults. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.in')
-rw-r--r--rules/wpa_supplicant.in120
1 files changed, 2 insertions, 118 deletions
diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index 62b9b0804..783fa90ce 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -4,7 +4,7 @@ menuconfig WPA_SUPPLICANT
tristate
prompt "wpa_supplicant "
select OPENSSL
- select LIBNL
+ select LIBNL3
select DBUS if WPA_SUPPLICANT_CTRL_IFACE_DBUS
help
IEEE 802.1X/WPA supplicant for secure wireless transfers
@@ -15,122 +15,6 @@ config WPA_SUPPLICANT_CTRL_IFACE_DBUS
bool
prompt "dbus control interface"
help
- TBD
-
-config WPA_SUPPLICANT_CTRL_IFACE_DBUS_NEW
- bool
- default WPA_SUPPLICANT_CTRL_IFACE_DBUS
-
-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"
- help
- TBD
-
-config WPA_SUPPLICANT_DRIVER_MADWIFI
- bool
- prompt "madwifi"
- depends on BROKEN
- help
- TBD
-
-config WPA_SUPPLICANT_DRIVER_WEXT
- bool
- prompt "wext"
- help
- Driver interface for generic Linux wireless extensions
- Note: WEXT is deprecated in the current Linux kernel version and no new
- functionality is added to it. nl80211-based interface is the new
- replacement for WEXT and its use allows wpa_supplicant to properly control
- the driver to improve existing functionality like roaming and to support new
- functionality.
-
-config WPA_SUPPLICANT_DRIVER_RALINK
- bool
- prompt "ralink"
- help
- TBD
-
-config WPA_SUPPLICANT_DRIVER_BROADCOM
- bool
- prompt "broadcom"
- depends on BROKEN
- 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
-
-config WPA_SUPPLICANT_DRIVER_NL80211
- bool
- prompt "nl80211"
- help
- Driver interface for Linux drivers using the nl80211 kernel interface
-
-config WPA_SUPPLICANT_DRIVER_WIRED
- bool
- prompt "wired"
- help
- Driver interface for wired Ethernet drivers
- untested
-
-config WPA_SUPPLICANT_DRIVER_ROBOSWITCH
- bool
- prompt "roboswitch"
- help
- Driver interface for the Broadcom RoboSwitch family
- untested
-
-config WPA_SUPPLICANT_INSTALL_CLI
- bool
- prompt "Install wpa_cli"
- default y
- help
- This option enables or disables installation of the wpa_cli tool in
- the root file system. The tool allows controlling wpa_supplicant
- if used in daemon mode.
-
- You need something like
-
- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=network
- update_config=1
-
- in your /etc/wpa_supplicant.conf to make wpa_cli working. Often
- it's not necessary to have wpa_cli in the final (non-development)
- version of an Embedded System.
-
-config WPA_SUPPLICANT_DEBUG_FILE
- bool
- prompt "log file support"
- help
- Add support for writing debug log to a file
+ Add support for (old and new) DBus control interface
endif