From 5eb6b90ed46362d479921f03378932c973ec87d7 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 17 Jul 2020 13:38:30 +0200 Subject: [PATCH] Add 802.11ac 160 MHz wide channel to constants --- src/common/WiFiSettings/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/WiFiSettings/constants.js b/src/common/WiFiSettings/constants.js index eb4c971..3cc086e 100644 --- a/src/common/WiFiSettings/constants.js +++ b/src/common/WiFiSettings/constants.js @@ -12,6 +12,7 @@ export const HTMODES = { VHT20: _("802.11ac - 20 MHz wide channel"), VHT40: _("802.11ac - 40 MHz wide channel"), VHT80: _("802.11ac - 80 MHz wide channel"), + VHT160: _("802.11ac - 160 MHz wide channel"), }; export const HWMODES = { "11g": "2.4",