From: Peter Oh Date: Mon, 27 Aug 2018 21:28:43 +0000 (-0700) Subject: mesh: Set mesh VHT center frequency X-Git-Tag: hostap_2_8~589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95619c211eea47b5c7d117fc81498c06ab8a1de;p=thirdparty%2Fhostap.git mesh: Set mesh VHT center frequency VHT center frequency value is required to compose the correct channel info. Signed-off-by: Peter Oh --- diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c index 302ef7612..177ac3145 100644 --- a/wpa_supplicant/mesh.c +++ b/wpa_supplicant/mesh.c @@ -451,6 +451,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) {