On Fri, Jul 31, 2015, at 05:57 AM, Carlos Meralto via Devel wrote: > 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?
Your config looks ok, but I think you'll need this patch for non-encrypted mesh: https://github.com/twpedersen/openwrt/commit/451185d3e3375c03f3e979b5df821b7cc621fa30 -- thomas _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
