]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Use correct rate in HT and legacy mixed environment
authorMasashi Honma <masashi.honma@gmail.com>
Wed, 15 Feb 2017 10:07:01 +0000 (19:07 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 19 Feb 2017 14:01:17 +0000 (16:01 +0200)
commit84ea61cffefaa85b63b5a8db6f9c02818a7594e3
treea11c09d14e5da7a42b37a47707a103a14e545875
parent025c6a47fb7936599661efc4e0e61da61ed08ab3
mesh: Use correct rate in HT and legacy mixed environment

Let mesh STA A be a STA which has config disable_ht=1.
Let mesh STA B be a STA which has config disable_ht=0.
The mesh STA A and B was connected.

Previously, the mesh STA A sent frame with HT rate even though its HT
was disabled. This commit fixes the issue by checking the local BSS HT
configuration.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
src/ap/ieee802_11_ht.c
wpa_supplicant/mesh_mpm.c