mesh: Make BSSBasicRateSet configurable
authorMasashi Honma <masashi.honma@gmail.com>
Mon, 1 Sep 2014 04:23:38 +0000 (00:23 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 17:43:11 +0000 (19:43 +0200)
commit2b2bb5a8b987f3921f32dd9e76c351496ce6ff15
tree76debbeb769a89a4bd5105a7c04ef94b7601591f
parent603a3f34c44cbcd9f843ed18b5accaf9540d6755
mesh: Make BSSBasicRateSet configurable

STAs that have different BSSBasicRateSet cannot connect to each other
as per IEEE 802.11s-2011 9.6.0c1:

"A mesh STA shall not establish a mesh peering with a mesh STA using a
different BSSBasicRateSet."

Make BSSBasicRateSet configurable to improve interoperability with other
stations.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/mesh.c