mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
ie: add IE_TYPE_OWE_DH_PARAM to IE list
This commit is contained in:
parent
35bce47022
commit
9b204a8c7e
1
src/ie.h
1
src/ie.h
@ -224,6 +224,7 @@ enum ie_type {
|
|||||||
IE_TYPE_EXTENDED_REQUEST = 256 + 10,
|
IE_TYPE_EXTENDED_REQUEST = 256 + 10,
|
||||||
IE_TYPE_ESTIMATED_SERVICE_PARAMETERS = 256 + 11,
|
IE_TYPE_ESTIMATED_SERVICE_PARAMETERS = 256 + 11,
|
||||||
IE_TYPE_FUTURE_CHANNEL_GUIDANCE = 256 + 14,
|
IE_TYPE_FUTURE_CHANNEL_GUIDANCE = 256 + 14,
|
||||||
|
IE_TYPE_OWE_DH_PARAM = 256 + 32,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ie_rsn_cipher_suite {
|
enum ie_rsn_cipher_suite {
|
||||||
|
Loading…
Reference in New Issue
Block a user