Hi,

I am trying to establish secure mesh using wpa_supplicant-2.4,the secure mesh 
gets 
established between two devices, but the association rate and throughput is low.

As far as I understand HT_40 mode is enabled by default,so if I use channel 40 
(frequency 5220), then the association should take place at 300 Mbit/s (MCS 
-15)(for 
802.11n)
which happens for one of the device, but for the other the association stays at 
54 
Mbit/s(which is for 802.11a)
So, the overall throughput is going down, which I monitor by using iperf.

The wpa_mesh.conf file are same in both devices and the hardware is also same 
and both 
are capable of associating at 300 Mbit/s 

My wpa_mesh.conf file:

#secure (SAE + AMPE) network
country=IN

network={
        ssid="MY-MESH"
        mode=5            # for mesh mode
        frequency=5200    # frequency for channel 40
                   
        key_mgmt=SAE
        psk="js1234"
    }

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

Reply via email to