mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 01:16:36 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue