linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-wireless <linux-wireless@vger.kernel.org>
Cc: Jouni Malinen <j@w1.fi>, Andy Green <andy@warmcat.com>,
	Michael Wu <flamingice@sourmilk.net>
Subject: Re: [PATCH] hostapd: also get outgoing EAPOL frames from monitor  iface
Date: Tue, 14 Aug 2007 14:01:41 +0200	[thread overview]
Message-ID: <1187092901.4069.14.camel@johannes.berg> (raw)
In-Reply-To: <1187088787.4069.1.camel@johannes.berg>

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

On Tue, 2007-08-14 at 12:53 +0200, Johannes Berg wrote:

> +	/*
> +	 * Accept EAPOL frames
> +	 */
> +	BPF_STMT(BPF_LD  | BPF_W | BPF_IND, 0),
> +	BPF_JUMP(BPF_JMP | BPF_JEQ, 0xAAAA0300, 0, FAIL),
> +	BPF_STMT(BPF_LD  | BPF_W | BPF_IND, 4),
> +	BPF_JUMP(BPF_JMP | BPF_JEQ, 0x0000888E, PASS, FAIL),

Hmm... This isn't going to work without hardware crypto. Ideas anyone?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

      reply	other threads:[~2007-08-14 11:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-13  8:00 [PATCH] hostapd: work with monitor interface Johannes Berg
2007-08-13  9:23 ` Andy Green
2007-08-13 11:19   ` Johannes Berg
2007-08-13 11:28 ` Johannes Berg
2007-08-13 11:31   ` Johannes Berg
2007-08-13 23:14 ` [PATCH v2] " Johannes Berg
2007-08-14 10:53   ` [PATCH] hostapd: also get outgoing EAPOL frames from monitor iface Johannes Berg
2007-08-14 12:01     ` Johannes Berg [this message]

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=1187092901.4069.14.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=andy@warmcat.com \
    --cc=flamingice@sourmilk.net \
    --cc=j@w1.fi \
    --cc=linux-wireless@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 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).