Chun-Yeow,

Thanks for your reply, but  I'm talking something different.

Let's assume that we have a mesh with a plain MP and an MPP.
There is also an ether station STA connecting to the mesh through the MPP.

Relevant configuration parameters are as follow.

MP
        mesh0:
                mac=X
                ip=192.168.100.51

MPP
        br-mesh0 (bridge interface)
                mac=Y
                ip=192.168.100.73
                mesh0:
                        mac=Z
                eth0:
                        mac=Y

STA
        eth0:
                mac=W
                ip=192.168.100.94

After a successful ping from the MP to  the STA, arp command on MP shows

        192.168.100.94 at W

However,  iw mesh0 mpath dump on MP only shows

        DEST    NEXT
        Z               Z

Here, I noted that there is no entry for W; i.e. I was expecting an entry

        DEST    NEXT
        W               Z

--- shinoda


On 2012/08/09, at 0:13, Yeoh Chun-Yeow wrote:

> Hi, Shinoda
> 
>> I assume that the iw 3.3 does not support showing stations outside the main 
>> mesh;
>> e.g. those stations bridged through MPPs or MAPs. Is this correct?
> Yes. If your mesh virtual interface (vif) is "mesh0", "iw mesh0
> station dump" only shows the mesh stations configured with the same
> mesh ID and same operating channel.
> 
>> (I believe I've seen such stations in previous version of the iw, but I'm 
>> not sure…)
> AFAIK, I don't think that we have this before.
> 
>> Is there any way we can examine these stations from command line?
> Unless modifying the mac80211, otherwise, you need get the information
> separately from each vif.
> 
> Regards,
> Chun-Yeow
> _______________________________________________
> Devel mailing list
> [email protected]
> http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to