All of lore.kernel.org
 help / color / mirror / Atom feed
From: chunkeey@web.de
To: netdev@vger.kernel.org
Subject: [PATCH] wext
Date: Mon, 2 Oct 2006 19:55:22 +0200	[thread overview]
Message-ID: <200610021955.23112.chunkeey@web.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

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 <chunkeey@web.de>

Regards,
        Chr. Lamparter

[-- Attachment #2: wext-patch --]
[-- Type: text/x-diff, Size: 398 bytes --]

--- 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	other threads:[~2006-10-02 17:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-02 17:55 chunkeey [this message]
2006-10-04  8:37 ` [PATCH] wext Johannes Berg
2006-10-04 10:56   ` chunkeey
2006-10-04 11:06     ` Johannes Berg
2006-10-04 21:45   ` Jouni Malinen
2006-10-05  8:15     ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610021955.23112.chunkeey@web.de \
    --to=chunkeey@web.de \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.