aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2006-10-02 19:55:22 +0200
committerJeff Garzik <jeff@garzik.org>2006-12-02 00:11:58 -0500
commitfe75f7471ba5604fe65435f717e3612a482c28cb (patch)
treebcec6b8e5e082f7040eae4619c879eb38db7cd2b /include
parentAdd NetXen 1G/10G ethernet driver. (diff)
downloadlinux-dev-fe75f7471ba5604fe65435f717e3612a482c28cb.tar.xz
linux-dev-fe75f7471ba5604fe65435f717e3612a482c28cb.zip
[PATCH] wext: extend MLME support
This patch adds two new defines for the SIOCSIWMLME to cover all kinds MLMEs (well, except REASSOC) through a ioctl. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/wireless.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/wireless.h b/include/linux/wireless.h
index a50a0130fd9e..7c269f4992eb 100644
--- a/include/linux/wireless.h
+++ b/include/linux/wireless.h
@@ -546,6 +546,8 @@
/* MLME requests (SIOCSIWMLME / struct iw_mlme) */
#define IW_MLME_DEAUTH 0
#define IW_MLME_DISASSOC 1
+#define IW_MLME_AUTH 2
+#define IW_MLME_ASSOC 3
/* SIOCSIWAUTH/SIOCGIWAUTH struct iw_param flags */
#define IW_AUTH_INDEX 0x0FFF