On Wed, Aug 29, 2012 at 5:21 AM, LEO Airwarosu Yoichi Shinoda <[email protected]> wrote: > > With OpenWrt r33276 (compat-wireless-2012-07-13), > Buffalo WZR-HP-G300NH (AR9132) does not start a mesh > until an adjacent monitor interface is created and brought up. > > For example, let's consider a mesh interface mesh0. > > # iw phy0 interface add mesh0 type mp > # iw mesh0 set channel 11 > # iw mesh0 mesh join mymesh > # ifconfig mesh0 up > > I need to issue following additional commands before > the mesh is actually capable of seeing the interface, > or the interface seeing the mesh. > > # iw phy0 interface add mon0 type monitor > # ifconfig mon0 up > > Where do I start looking?
Is the card even beaconing before the monitor interface comes up? Are peering frames transmitted? What does station dump show before starting mon0? A capture during this period would also be useful. Thomas _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
