]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Implement use of VHT20 config in mesh mode
authorPeter Oh <peter.oh@bowerswilkins.com>
Wed, 18 Apr 2018 21:14:19 +0000 (14:14 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 6 Jan 2019 21:49:40 +0000 (23:49 +0200)
commite5a9b1e8a3a50098af3e0caed0c9327037c8ec5e
treed61bfca3720626928c619c3bc2a3006f269f2778
parent806db174fd9addcd17c629a1b6464e8971c38614
mesh: Implement use of VHT20 config in mesh mode

Mesh in VHT mode is supposed to be able to use any bandwidth that VHT
supports, but there was no way to set VHT20 although there are
parameters that are supposed to be used. This commit along then previous
commit for VHT_CHANWIDTH_USE_HT makes mesh configuration available to
use any bandwidth with combinations of existing parameters like shown
below.

VHT80:
  default
  do not set any parameters
VHT40:
  max_oper_chwidth = 0
VHT20:
  max_oper_chwidth = 0
  disable_ht40 = 1
HT40:
  disable_vht = 1
HT20:
  disable_ht40 = 1
disable HT:
  disable_ht = 1

Signed-off-by: Peter Oh <peter.oh@bowerswilkins.com>
wpa_supplicant/wpa_supplicant.c