mpdu: add MMPDU_STATUS_CODE_SAE_PK

This commit is contained in:
James Prestwood 2021-09-08 14:31:59 -07:00 committed by Denis Kenzior
parent 305189523a
commit 3d82ab167f
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ enum mmpdu_status_code {
MMPDU_STATUS_CODE_RESTRICT_AUTH_GDB = 106,
MMPDU_STATUS_CODE_AUTHORIZATION_DEENABLED = 107,
MMPDU_STATUS_CODE_SAE_HASH_TO_ELEMENT = 126,
MMPDU_STATUS_CODE_SAE_PK = 127,
};
/* 802.11, Section 8.2.4.1.1, Figure 8-2 */