[PATCH 0/2] mesh-add-supports-mesh-configurable-bandwidth

peter.oh at bowerswilkins.com peter.oh at bowerswilkins.com
Wed Apr 18 14:14:17 PDT 2018


From: Peter Oh <peter.oh at bowerswilkins.com>

mesh mode itself has capability to use any bandwidth
that 11ac and 11n supports, but requires some changes
for it. This patchset makes mesh able to use any bandwidth
that HW supports using combination of existing parameters.

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

Peter Oh (2):
  mesh: add VHT_CHANWIDTH_USE_HT to max_oper_chwidth
  mesh: implement use of VHT20 config in mesh mode

 wpa_supplicant/config.c         |  1 +
 wpa_supplicant/config_ssid.h    |  1 +
 wpa_supplicant/wpa_supplicant.c | 19 +++++++++++++++----
 3 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.11.0 (Apple Git-81)




More information about the Hostap mailing list