mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 12:52:49 +01:00
mpdu: add MMPDU_STATUS_CODE_SAE_PK
This commit is contained in:
parent
305189523a
commit
3d82ab167f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user