All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] implement active mesh scanning
@ 2013-02-03  1:02 Thomas Pedersen
  2013-02-03  1:02 ` [PATCH 1/3] mac80211: cache mesh beacon Thomas Pedersen
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Thomas Pedersen @ 2013-02-03  1:02 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, devel, Thomas Pedersen

This set improves the mesh scanning functionality by:

	- responding to broadcast or directed probe requests
	- allowing the user to generate a directed mesh probe request, ie:
		iw mesh0 scan ssid foo
	  on a mesh interface will send probe requests where the ssid "foo" has
	  been filled into the mesh ID IE.

Also patch 1 caches the mesh beacon in a struct beacon_data each time it
changes so probe responses can be quickly built. This is also convenient when
the TIM IE becomes needed for PS.

Applies on mac80211-next/master

Thomas Pedersen (3):
  mac80211: cache mesh beacon
  mac80211: generate mesh probe requests
  mac80211: generate mesh probe responses

 net/mac80211/cfg.c         |    2 +
 net/mac80211/ieee80211_i.h |    1 +
 net/mac80211/mesh.c        |  199 +++++++++++++++++++++++++++++++++++++++++++-
 net/mac80211/mesh.h        |    3 +
 net/mac80211/mesh_plink.c  |    6 +-
 net/mac80211/rx.c          |    5 +-
 net/mac80211/tx.c          |   72 +++++-----------
 net/mac80211/util.c        |    1 +
 8 files changed, 229 insertions(+), 60 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-02-04 18:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03  1:02 [PATCH 0/3] implement active mesh scanning Thomas Pedersen
2013-02-03  1:02 ` [PATCH 1/3] mac80211: cache mesh beacon Thomas Pedersen
2013-02-04 17:37   ` Johannes Berg
2013-02-04 18:09     ` Thomas Pedersen
2013-02-04 18:13       ` Johannes Berg
2013-02-03  1:02 ` [PATCH 2/3] mac80211: generate mesh probe requests Thomas Pedersen
2013-02-04 17:38   ` Johannes Berg
2013-02-04 17:57     ` Thomas Pedersen
2013-02-04 17:58     ` Thomas Pedersen
2013-02-04 18:03       ` Johannes Berg
2013-02-04 18:16         ` Thomas Pedersen
2013-02-03  1:02 ` [PATCH 3/3] mac80211: generate mesh probe responses Thomas Pedersen

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.