3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 14:49:24 +01:00

ie: add WFA OWE Transition element type

This commit is contained in:
James Prestwood 2021-09-15 10:36:12 -07:00 committed by Denis Kenzior
parent 8b573fe398
commit 4329b669d0

View File

@ -290,6 +290,7 @@ enum ie_type {
enum ie_vendor_wfa_oi_type {
IE_WFA_OI_HS20_INDICATION = 0x10,
IE_WFA_OI_OSEN = 0x12,
IE_WFA_OI_OWE_TRANSITION = 0x1c,
IE_WFA_OI_ROAMING_SELECTION = 0x1d,
};