mesh: Set mesh VHT center frequency
VHT center frequency value is required to compose the correct channel info. Signed-off-by: Peter Oh <peter.oh@bowerswilkins.com>
This commit is contained in:
parent
4b5453cedd
commit
c95619c211
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue