wireless: add IW_AUTH_WPA_VERSION_WPA3
to support WPA3
Add the `IW_AUTH_WPA_VERSION_WPA3` bit field to support selecting WPA3-SAE networks using the `IW_AUTH_WPA_VERSION` command. This commit is necessary to enable `wapi`'s support for WPA3.
This commit is contained in:
parent
0c9ca52f37
commit
bec4ed482d
@ -355,6 +355,7 @@
|
||||
#define IW_AUTH_WPA_VERSION_DISABLED 0x00000001
|
||||
#define IW_AUTH_WPA_VERSION_WPA 0x00000002
|
||||
#define IW_AUTH_WPA_VERSION_WPA2 0x00000004
|
||||
#define IW_AUTH_WPA_VERSION_WPA3 0x00000008
|
||||
|
||||
/* IW_AUTH_PAIRWISE_CIPHER and IW_AUTH_GROUP_CIPHER values (bit field) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user