linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [RFC v2 3/5] cfg80211: add WoW support
Date: Wed, 13 May 2009 11:14:58 -0700	[thread overview]
Message-ID: <20090513181458.GB19693@tesla> (raw)
In-Reply-To: <1242208515.29288.0.camel@johannes.local>

On Wed, May 13, 2009 at 02:55:15AM -0700, Johannes Berg wrote:
> On Wed, 2009-05-13 at 05:20 -0400, Luis R. Rodriguez wrote:
> 
> > +/**
> > + * enum nl80211_wow_triggers - Wake-on-Wireless-LAN triggers
> > + *
> > + * NL80211_WOW_TRIGGER_MAGIC_PACKET: a wake signal will be sent to the
> > + *     devices if a magic packet is received.
> > + * NL80211_WOW_TRIGGER_BMISS: WoW signal will be sent to the device when
> > + *     a beacon has been missed by the associated AP.
> > + * NL80211_WOW_TRIGGER_LINK_CHANGE: a wake signal will be sent to
> > + *     the device if a link change is detected on the device.
> > + * NL80211_WOW_TRIGGER_USER_PATTERN: a wake sigal will be sent to the
> > + *     device if a user configurable pattern is received by
> > + *     the device.
> > + */
> > +enum nl80211_wow_triggers {
> > +	NL80211_WOW_TRIGGER_MAGIC_PACKET	= 1 << 0,
> > +	NL80211_WOW_TRIGGER_BMISS		= 1 << 1,
> > +	NL80211_WOW_TRIGGER_LINK_CHANGE		= 1 << 2,
> > +	NL80211_WOW_TRIGGER_PATTERN		= 1 << 3,
> > +};
> 
> Seems like you need to have a way to set the pattern and magic packet?

Yeah TDB -- the code for that is a bit complex and I don't understand how
things are being broken down yet. We could just not have the cabability
present until that's properly figured out.

  Luis

  reply	other threads:[~2009-05-13 18:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-13  9:20 [RFC v2 0/5] WoW suport Luis R. Rodriguez
2009-05-13  9:20 ` [RFC v2 1/5] mac80211: fix idle trigger upon resume Luis R. Rodriguez
2009-05-13  9:20 ` [RFC v2 2/5] mac80211: inform devices when we are suspending on the stop callback Luis R. Rodriguez
2009-05-13  9:53   ` Johannes Berg
2009-05-13 17:20     ` Luis R. Rodriguez
2009-05-13 18:00       ` Bob Copeland
2009-05-13 18:13         ` Luis R. Rodriguez
2009-05-13 21:09           ` Bob Copeland
2009-05-13 21:30             ` Luis R. Rodriguez
2009-05-13 22:27         ` Johannes Berg
2009-05-13 23:08           ` Luis R. Rodriguez
2009-05-13 23:13             ` Johannes Berg
2009-05-13 23:25               ` Luis R. Rodriguez
2009-05-14 22:01                 ` Luis R. Rodriguez
2009-05-13 22:21       ` Johannes Berg
2009-05-13  9:20 ` [RFC v2 3/5] cfg80211: add WoW support Luis R. Rodriguez
2009-05-13  9:55   ` Johannes Berg
2009-05-13 18:14     ` Luis R. Rodriguez [this message]
2009-05-13 22:22       ` Johannes Berg
2009-05-13 22:30         ` Luis R. Rodriguez
2009-05-13  9:58   ` Johannes Berg
2009-05-13 17:27     ` Luis R. Rodriguez
2009-05-13  9:21 ` [RFC v2 4/5] mac80211: " Luis R. Rodriguez
2009-05-13  9:21 ` [RFC v2 5/5] ath9k: Add Wake-on-Wireless-LAN support Luis R. Rodriguez

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=20090513181458.GB19693@tesla \
    --to=lrodriguez@atheros.com \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=johannes@sipsolutions.net \
    --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).