[PATCH 09/15] mesh: set mesh center frequency
peter.oh at bowerswilkins.com
peter.oh at bowerswilkins.com
Thu Apr 12 02:35:22 PDT 2018
From: Peter Oh <peter.oh at bowerswilkins.com>
vht center frequency value is required to compose the correct channel info.
Signed-off-by: Peter Oh <peter.oh at bowerswilkins.com>
---
wpa_supplicant/mesh.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c
index 4d4d5b5e7..9b313627f 100644
--- a/wpa_supplicant/mesh.c
+++ b/wpa_supplicant/mesh.c
@@ -453,6 +453,7 @@ int wpa_supplicant_join_mesh(struct wpa_supplicant *wpa_s,
if (wpa_s->mesh_vht_enabled) {
ssid->vht = 1;
+ ssid->vht_center_freq1 = params->freq.center_freq1;
switch (params->freq.bandwidth) {
case 80:
if (params->freq.center_freq2) {
--
2.11.0 (Apple Git-81)
More information about the Hostap
mailing list