nuttx-apps/wireless
Tiago Medicci Serrano 3516a5d2ee wireless/wapi: support WPA3 on wapi psk command
Similarly to the alg_flag (which can be set by text), the ver_flag
is able to select the WPA version which will be sent to the Wi-Fi
driver through the `IW_AUTH_WPA_VERSION` command. A new bit field
(IW_AUTH_WPA_VERSION_WPA3) was created to indicate WPA3 is set.

It's up to the arch's Wi-Fi driver to implement handling of this
new bit field and config the underlying driver to handle WPA3 on
AP and/or STA mode.

This implementation doesn't interfere with commonly used commands.

`wapi psk wlan0 mypasswd 3` still selects CCMP algorithm and WPA2
and is equivalent to `wapi psk wlan0 mypasswd 3 WPA_VER_2`.

One can use `wapi psk wlan0 mypasswd 3 WPA_VER_3` to set WPA3.
2023-04-29 10:02:52 -03:00
..
bluetooth bluetooth/nimble: update to bc7828341226d860429c63994065f8f1b8b8d7b0 2023-03-02 22:21:37 +08:00
gs2200m apps: Use MIN/MAX definitions from "sys/param.h" 2023-02-02 00:35:14 +02:00
ieee802154 apps/wireless/ieee802154/libutils/Makefile: fix nxstyle 2023-03-24 15:04:43 -03:00
iwpan Makefile: replace INCDIR to INCDIR_PREFIX 2022-11-10 02:38:58 +08:00
wapi wireless/wapi: support WPA3 on wapi psk command 2023-04-29 10:02:52 -03:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00