2015-07-31 13:47 GMT+01:00 Yeoh Chun-Yeow <[email protected]>:
> How you join the mesh network? authsae or wpa_supplicant? Maybe the HT
> mode is not enabled.

Ok so i will explain my setup:

1 - Install OpenWRT ( Barrier Breaker 14.07 )
2 - Add a mesh interface on ( /etc/config/network )
config interface 'mesh'
        option proto 'static'
        option ipaddr '192.168.10.X'
        option netmask '255.255.255.0'
3 - Configure the Wireless file ( /etc/config/wireless )
config wifi-device  radio0
        option type     mac80211
        option channel  1
        option macaddr  a0:f3:c1:64:82:35
        option hwmode   11ng
        option htmode   HT20
        list ht_capab   LDPC
        list ht_capab   SHORT-GI-20
        list ht_capab   SHORT-GI-40
        list ht_capab   TX-STBC
        list ht_capab   RX-STBC1
        list ht_capab   DSSS_CCK-40
        option disabled 0

config wifi-iface
        option device radio0
        option encryption none
        option mode mesh
        option mesh_id cmmesh
        option network mesh
        option ifname mesh0

This is my configuration and i presume that it's the default
configuration for Open802.11s. I need anything else to have the "full"
HT mode in operation?

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

Reply via email to