On Mon, Sep 15, 2014 at 08:39:52PM +0530, Ashish Gupta via Devel wrote: > root@xyz:/home/yz# iw --debug dev wlan0 interface add mp1 type mp > root@xyz:/home/yz# iw --debug dev mp1 set channel 2 > root@xyz:/home/yz# ifconfig mp1 hw ether 94:a0:c0:b1:11:45 > root@xyz:/home/yz# ifconfig mp1 192.168.3.84 > > root@xyz:/home/yz# iw --debug dev mp1 mesh join abcdefgh
^^^ should be mp0 (or is that a copy paste error)?? > root@xyz:/home/yz# iw dev mp0 station dump > > root@xyz:/home/yz# iw --debug dev mp1 mesh join abcdefgh > command failed: Operation already in progress (-114) ^^^ because you already joined on mp1 (instead of mp0)? > Interface mp0 and mp1 on the SAME machine. > Interface mp0 and mp1 on Different machines. Generally you will want them on different machines, because by default frames won't get routed over the air if both interfaces are local (though you can play games to make this happen anyway). -- Bob Copeland %% www.bobcopeland.com _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
