wlantest: Recognize additional not-Robust Action categories

Do not complain about unprotected Action frames for additional
categories that have been defined as not being Robust.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-09-05 21:56:08 +03:00 committed by Jouni Malinen
parent d82adf1192
commit 0cc6f985d1
2 changed files with 34 additions and 8 deletions

View file

@ -611,12 +611,20 @@
#define WLAN_ACTION_ROBUST_AV_STREAMING 19
#define WLAN_ACTION_UNPROTECTED_DMG 20
#define WLAN_ACTION_VHT 21
#define WLAN_ACTION_S1G 22
#define WLAN_ACTION_S1G_RELAY 23
#define WLAN_ACTION_UNPROTECTED_S1G 22
#define WLAN_ACTION_S1G 23
#define WLAN_ACTION_FLOW_CONTROL 24
#define WLAN_ACTION_CTRL_RESP_MCS_NEG 25
#define WLAN_ACTION_FILS 26
#define WLAN_ACTION_CDMG 27
#define WLAN_ACTION_CMMG 28
#define WLAN_ACTION_GLK 29
#define WLAN_ACTION_HE 30
#define WLAN_ACTION_PROTECTED_HE 31
#define WLAN_ACTION_WUR 32
#define WLAN_ACTION_PROTECTED_FTM 34
#define WLAN_ACTION_EHT 36
#define WLAN_ACTION_PROTECTED_EHT 37
#define WLAN_ACTION_VENDOR_SPECIFIC_PROTECTED 126
#define WLAN_ACTION_VENDOR_SPECIFIC 127
/* Note: 128-255 used to report errors by setting category | 0x80 */