public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: cmsv <cmsv@wirelesspt.net>
To: jonsmirl@gmail.com
Cc: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] single radio routers and ap/adhoc interfaces
Date: Wed, 26 Jun 2013 17:45:20 -0400	[thread overview]
Message-ID: <51CB60F0.6090604@wirelesspt.net> (raw)
In-Reply-To: <CAKON4Ox2+uFUWR5ZBQ8yHdWZWW0zrxAgkd8iv-QG3DtTnVKJWQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3241 bytes --]

I am not sure what are you trying to do with the info yuo have showed...
but it kind looks that someone is not reading important documentation.

AR72* should not cause you any problems.
You need to consult openwrt wiki for driver support and not batman-adv
wiki. Driver support is openwrt business.


The are the routers i currently use :

 D-Link DIR-615  C1 Atheros AR9130 rev 2
 D-Link DIR-615   E1 Atheros AR7240 rev 2
 D-Link DIR-600   A1 Atheros AR7240 rev 2
 D-Link DIR-601   A1 Atheros AR7240 rev 2
 TP-Link WR740N  1:10 Atheros AR7240 rev 2
 TP-Link WR841N  8.3 Atheros AR7240 rev 2
 TP-Link WR841ND  5.4 Atheros AR7240 rev 2
 TP-Link WR741ND  1.5 Atheros AR7240 rev 2
 TP-Link WR1043ND  1.5 Atheros AR9132 rev 2

They all allow a few virtual interfaces.
I have use them with 3 interfaces:
The only thing i am not able to do is to have 2 adhoc interfaces.

Example:
config wifi-device      radio0
        option type     mac80211
        option channel  6
        option phy      phy0
        option hwmode   11ng
        option country  PT
        option noscan    1
        option disabled  0
        option diversity 0
        option rxantenna 2
        option txantenna 2
        option txpower   20
        option beacon_int 1000
        option distance   2000
        option htmode  HT20

# Wireless AP

# Wireless Mesh
config wifi-iface
        option device   radio0
        option ifname   adhoc0
        option network  mesh
        option mode     adhoc
        option bssid    (your bssid)
        option ssid     mesh.wirelesspt.net
        option hidden   0
        option 'macfilter' 'allow'
        option encryption none

config wifi-iface
        option device   radio0
        option ifname   wlan0
        option network  lan
        option mode     ap
        option ssid     moitasvenda.wirelesspt.net
        option hidden   0
        option encryption none

# Wireless WDS

        config wifi-iface
        option device   radio0
        option ifname   wds0
        option network  lan
        option mode     ap
        option wds      0
        option ssid     wds.wirelesspt.net
        option hidden   0

There is a translation bar on my wiki.
Choose your language and browse batman-adv.

http://wirelesspt.net/wiki




On 06/26/2013 01:30 PM, jonsmirl@gmail.com wrote:
> I'd like to setup batman up on single radio routers. I've installed
> openwrt on three different chipsets now (RT3050, RT5350, AR9331) and
> none of these wireless drivers implements support for simultaneous
> adhoc and ap mode on virtual interfaces.
> 
> Yet when I google around I see lots of examples of people using single
> radio routers with dual adhoc and ap mode virtual interfaces.  So
> which radios support simultaneous adhoc/ap mode?
> 
>>From AR9331...
> valid interface combinations:
> * #{ managed, WDS, P2P-client } <= 2048, #{ AP, mesh point, P2P-GO }
> <= 8, #{ IBSS } <= 1,
>   total <= 2048, #channels <= 1, STA/AP BI must match
> * #{ AP } <= 1,
>   total <= 1, #channels <= 1, STA/AP BI must match, radar detect
> widths: { 20 MHz (no HT), 20 MHz }
> 
> 
> --
> Jon Smirl
> jonsmirl@gmail.com
> .
> 

[-- Attachment #1.2: 0x782BF73E.asc --]
[-- Type: application/pgp-keys, Size: 36799 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  parent reply	other threads:[~2013-06-26 21:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 17:30 [B.A.T.M.A.N.] single radio routers and ap/adhoc interfaces jonsmirl
2013-06-26 18:02 ` Antonio Quartulli
2013-06-26 18:18   ` Steve Song
2013-06-26 18:36     ` jonsmirl
2013-06-26 18:45       ` Antonio Quartulli
2013-06-26 18:49       ` Steve Song
2013-06-26 18:56         ` jonsmirl
2013-06-26 19:01           ` Antonio Quartulli
2013-06-26 20:21             ` jonsmirl
2013-06-26 19:02           ` jonsmirl
2013-06-26 18:38     ` jonsmirl
2013-06-26 18:46       ` Antonio Quartulli
2013-06-26 21:45 ` cmsv [this message]
2013-06-26 22:39   ` jonsmirl
2013-06-26 22:59     ` Gui Iribarren

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=51CB60F0.6090604@wirelesspt.net \
    --to=cmsv@wirelesspt.net \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=jonsmirl@gmail.com \
    /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