linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Cc: linux-wireless@vger.kernel.org, geoffrey.levand@am.sony.com,
	Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Subject: Re: [PATCH 1/3] WEXT: Add support for passing PMK and capability flags to WEXT
Date: Fri, 30 May 2008 13:52:15 -0400	[thread overview]
Message-ID: <1212169935.8178.29.camel@localhost.localdomain> (raw)
In-Reply-To: <20080530164258.4744.40F06B3A@sm.sony.co.jp>

On Fri, 2008-05-30 at 16:52 +0900, Masakazu Mokuno wrote:
> This defines the flags for setting the PMK to the driver and the
> capability flag for this so that the user space program can figure out
> whether the target driver wants to do 4-way hand shake by itself and
> pass the PMK which is needed before 4-way handshake to the driver.
> 
> Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>

Acked-by: Dan Williams <dcbw@redhat.com>

> ---
>  include/linux/wireless.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- a/include/linux/wireless.h
> +++ b/include/linux/wireless.h
> @@ -611,6 +611,7 @@
>  #define IW_ENCODE_ALG_WEP	1
>  #define IW_ENCODE_ALG_TKIP	2
>  #define IW_ENCODE_ALG_CCMP	3
> +#define IW_ENCODE_ALG_PMK	4
>  /* struct iw_encode_ext ->ext_flags */
>  #define IW_ENCODE_EXT_TX_SEQ_VALID	0x00000001
>  #define IW_ENCODE_EXT_RX_SEQ_VALID	0x00000002
> @@ -630,6 +631,7 @@
>  #define IW_ENC_CAPA_WPA2	0x00000002
>  #define IW_ENC_CAPA_CIPHER_TKIP	0x00000004
>  #define IW_ENC_CAPA_CIPHER_CCMP	0x00000008
> +#define IW_ENC_CAPA_4WAY_HANDSHAKE	0x00000010
>  
>  /* Event capability macros - in (struct iw_range *)->event_capa
>   * Because we have more than 32 possible events, we use an array of
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  reply	other threads:[~2008-05-30 17:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-30  7:41 [PATCH 0/3] wireless: Add support for passing PMK to WEXT Masakazu Mokuno
2008-05-30  7:52 ` [PATCH 1/3] WEXT: Add support for passing PMK and capability flags " Masakazu Mokuno
2008-05-30 17:52   ` Dan Williams [this message]
2008-05-30  7:52 ` [PATCH 2/3] PS3: gelic: Use the new PMK interface in the gelic driver Masakazu Mokuno
2008-05-30 17:53   ` Dan Williams
2008-06-02  3:59     ` Masakazu Mokuno
2008-05-30  7:52 ` [PATCH 3/3] PS3: gelic: Deprecate the private ioctls " Masakazu Mokuno
2008-05-30 17:54   ` Dan Williams

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=1212169935.8178.29.camel@localhost.localdomain \
    --to=dcbw@redhat.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=geoffrey.levand@am.sony.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mokuno@sm.sony.co.jp \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).