IEEE 802.11: Add DSCP Policy Query subtype val

This commit is contained in:
Preston Hunt 2021-04-17 07:14:57 -07:00 committed by Wireshark GitLab Utility
parent c5abbd3602
commit 9bf14020b0
1 changed files with 1 additions and 0 deletions

View File

@ -780,6 +780,7 @@ static const value_string tag_num_vals_eid_ext[] = {
static value_string_ext tag_num_vals_eid_ext_ext = VALUE_STRING_EXT_INIT(tag_num_vals_eid_ext);
const value_string wfa_qos_subtype_vals[] = {
{ 0, "DSCP Policy Query" },
{ 1, "DSCP Policy Request" },
{ 2, "DSCP Policy Response" },
{ 0, NULL }