Change 'Measurement Report Mode field' strings according to IEEE 802.11-2016

Bits named according to IEEE 802.11-2016, p.836, Figure 9-192

Change-Id: I4e0a6c90796d80ebbdc31c32a3ea2d9da4db8885
Reviewed-on: https://code.wireshark.org/review/33193
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Benjamin Aschenbrenner 2019-05-14 16:42:08 +02:00 committed by Anders Broman
parent c1220ec0c7
commit fbe08109c7
1 changed files with 6 additions and 6 deletions

View File

@ -32419,18 +32419,18 @@ proto_register_ieee80211(void)
NULL, HFILL }},
{&hf_ieee80211_tag_measure_report_mode_late,
{"Measurement Report Mode Field", "wlan.measure.rep.repmode.late",
FT_BOOLEAN, 8, TFS(&tfs_enabled_disabled), 0x01,
{"Late", "wlan.measure.rep.repmode.late",
FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x01,
NULL, HFILL }},
{&hf_ieee80211_tag_measure_report_mode_incapable,
{"Measurement Reports", "wlan.measure.rep.repmode.incapable",
FT_BOOLEAN, 8, TFS(&tfs_accepted_not_accepted), 0x02,
{"Incapable", "wlan.measure.rep.repmode.incapable",
FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x02,
NULL, HFILL }},
{&hf_ieee80211_tag_measure_report_mode_refused,
{"Autonomous Measurement Reports", "wlan.measure.rep.repmode.refused",
FT_BOOLEAN, 8, TFS(&tfs_accepted_not_accepted), 0x04,
{"Refused", "wlan.measure.rep.repmode.refused",
FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x04,
NULL, HFILL }},
{&hf_ieee80211_tag_measure_report_mode_reserved,