mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-23 07:29:28 +01:00
mpdu: Declare missing Auth Algorithm values
This commit is contained in:
parent
47ae1c2f06
commit
3f61a88ed5
@ -51,10 +51,12 @@ enum mpdu_management_subtype {
|
|||||||
MPDU_MANAGEMENT_SUBTYPE_ACTION_NO_ACK = 0xE,
|
MPDU_MANAGEMENT_SUBTYPE_ACTION_NO_ACK = 0xE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 802.11, Section 8.4.1.1 Authentication Algorithm Number field */
|
/* 802.11-2016, Section 9.4.1.1 Authentication Algorithm Number field */
|
||||||
enum mmpdu_authentication_algorithm_number {
|
enum mmpdu_authentication_algorithm_number {
|
||||||
MMPDU_AUTH_ALGO_OPEN_SYSTEM = 0,
|
MMPDU_AUTH_ALGO_OPEN_SYSTEM = 0,
|
||||||
MMPDU_AUTH_ALGO_SHARED_KEY,
|
MMPDU_AUTH_ALGO_SHARED_KEY,
|
||||||
|
MMPDU_AUTH_ALGO_FT,
|
||||||
|
MMPDU_AUTH_ALGO_SAE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user