Skip to content

Commit

Permalink
docs: Added notes about the WPA3 support (#5601)
Browse files Browse the repository at this point in the history
Added docs for WPA3

Signed-off-by: pierantoniomerlino <[email protected]>
  • Loading branch information
pierantoniomerlino authored Dec 5, 2024
1 parent d0525a7 commit c84232b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/gateway-configuration/wifi-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ The **Wireless** tab contains the following configuration parameters:
- WEP: Wired Equivalent Privacy
- WPA: Wi-Fi Protected Access
- WPA2: Wi-Fi Protected Access II
- WPA2/WPA3-Enterprise: Wi-Fi Protected Access II & III with 802.1x. Please see [here](./wifi-configuration-8021x.md) for further details. This fearture is available only in station mode
- WPA/WPA2: Wi-Fi Protected Access and Wi-Fi Protected Access II
- WPA2/WPA3-Enterprise: Wi-Fi Protected Access II & III with 802.1x. Please see [here](./wifi-configuration-8021x.md) for further details. This fearture is available only in station mode.
- WPA3: Wi-Fi Protected Access III. This is an experimental feature. See [here](#notes-about-wpa3-security) for further details.
- WPA2/WPA3: Wi-Fi Protected Access II and Wi-Fi Protected Access III. This is an experimental feature. See [here](#notes-about-wpa3-security) for further details.

- **Wireless Password**: sets the password for the wireless network.
- WEP: 64-bit or 128-bit encryption key
Expand Down Expand Up @@ -89,3 +92,18 @@ In addition to the options described above, the **Wireless** configuration displ
- Security

If you select one of these access points, respective wireless controls (i.e., _Network Name_, _Wireless Security_, and _Channel_) are filled with information obtained during the scan operation. The _Force Wireless Network Scan_ button triggers a manual scan for available access points.

## Notes about WPA3 security

The support to WPA3 security feature is experimental. Before using it, update your system with the latest changes and check that the WiFi module installed on you device has the latest firmware.
To check if an interface supports the new WPA3 security, run the following command:

```
iw phy | grep -i sae
```

and verify is the following output is present

```
Device supports SAE with AUTHENTICATE command
```

0 comments on commit c84232b

Please sign in to comment.