b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batctl: detect clients connected through a 802.11 device
@ 2011-07-25 22:39 Antonio Quartull
  2011-07-25 22:58 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartull @ 2011-07-25 22:39 UTC (permalink / raw)
  To: b.a.t.m.a.n

From: Antonio Quartulli <ordex@autistici.org>

Clients connected through a 802.11 device are now marked with the
TT_CLIENT_WIFI flag. This flag is also advertised with the tt
announcement.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
 packet.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packet.h b/packet.h
index b76b4be..8802eab 100644
--- a/packet.h
+++ b/packet.h
@@ -84,6 +84,7 @@ enum tt_query_flags {
 enum tt_client_flags {
 	TT_CLIENT_DEL     = 1 << 0,
 	TT_CLIENT_ROAM    = 1 << 1,
+	TT_CLIENT_WIFI    = 1 << 2,
 	TT_CLIENT_NOPURGE = 1 << 8,
 	TT_CLIENT_NEW     = 1 << 9,
 	TT_CLIENT_PENDING = 1 << 10
-- 
1.7.3.4


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

* Re: [B.A.T.M.A.N.] [PATCH] batctl: detect clients connected through a 802.11 device
  2011-07-25 22:39 [B.A.T.M.A.N.] [PATCH] batctl: detect clients connected through a 802.11 device Antonio Quartull
@ 2011-07-25 22:58 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2011-07-25 22:58 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Tuesday, July 26, 2011 00:39:08 Antonio Quartull wrote:
> From: Antonio Quartulli <ordex@autistici.org>
> 
> Clients connected through a 802.11 device are now marked with the
> TT_CLIENT_WIFI flag. This flag is also advertised with the tt
> announcement.

Applied in revision 610d2ad.

Thanks,
Marek

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

end of thread, other threads:[~2011-07-25 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-25 22:39 [B.A.T.M.A.N.] [PATCH] batctl: detect clients connected through a 802.11 device Antonio Quartull
2011-07-25 22:58 ` Marek Lindner

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).