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