Hi Siva, On Mon, Jan 21, 2013 at 5:04 PM, Sivateja Patibandla <[email protected]> wrote: > Hi, > > Could anyone tell me how to force a mesh topology permanently (at least for > that boot session). I was forcing with iw wlan0 mpath set ADDR next_hop > ADDR. The problem with this is that the mesh path table gets overridden by > the protocol to the best possible paths. Hence loosing my topology > information. I need to set certain topologies in order to perform > experiments on throughput and delay. Any help would be greatly appreciated.
Use iw dev <devname> station set <MAC address> plink_action <open|block> > Also, Could you also tell me how to read the mesh path table in a C program? Check the iw source for mpath dump hooks :) -- Thomas _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
