Have just started a course in Ethical Hacking. The plan is to use a Raspberry Pi-4 (32-bit Lite, Bookworm, Headless) which I have already configured it as an Access Point to use as a target:
$ sudo nmcli device wifi hotspot ssid <hotspot name> password <hotspot password> ifname wlan0 $ sudo nmcli connection modify <hotspot UUID> connection.autoconnect yes connection.autoconnect-priority 100 By default, the network security would be WPA/WPA2.
As I am in the early stage of this course - it is still discussing gaining access to a network configured as WEP.
How do I modify the existing Wifi Security settings for the Pi4 to reflect WEP?