This patch (wext-patch) is a proposal. It adds two new defines for the 
SIOCSIWMLME to cover all kinds MLMEs (well, except REASSOC) through a ioctl.
(it would be nice to have them, so that I can post the hostapd code for the 
prism54 card!)

I didn't update the changelog! but this should be done in a matter of seconds.

diffstat wext-patch
 wireless.h |    2 ++
 1 file changed, 2 insertions(+)

Signed-off-by: Christian Lamparter <[EMAIL PROTECTED]>

Regards,
        Chr. Lamparter
--- a/include/linux/wireless.h	2006-10-01 03:24:01.000000000 +0200
+++ b/include/linux/wireless.h	2006-10-01 03:24:38.000000000 +0200
@@ -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

Reply via email to