ieee802.11: Support the latest band id values and fix MHz.

Change-Id: I4ef686f5dc9a43f94db34cab0f7fe466ef271585
Reviewed-on: https://code.wireshark.org/review/35482
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Richard Sharpe 2019-12-18 00:03:31 -05:00 committed by Anders Broman
parent d614ade782
commit 53a6c26023
1 changed files with 6 additions and 5 deletions

View File

@ -2784,11 +2784,12 @@ static const value_string bss_type[] = {
static const value_string band_id[] = {
{0x0, "TV white spaces"},
{0x1, "Sub-1 GHZ (excluding TV white spaces)"},
{0x2, "2.4 GHZ"},
{0x3, "3.6 GHZ"},
{0x4, "4.9 and 5 GHZ"},
{0x5, "60 GHZ"},
{0x1, "Sub-1 GHz (excluding TV white spaces)"},
{0x2, "2.4 GHz"},
{0x3, "3.6 GHz"},
{0x4, "4.9 and 5 GHz"},
{0x5, "60 GHz"},
{0x6, "45 GHz"},
{0, NULL}
};