A static hostapd binary with WPA3 support that can be run on any Linux distribution without the need to install additional dependencies.
nano hostapd_wpa3.confAdd the following content:
interface=wlan0
driver=nl80211
ssid=hostapd-wpa3
hw_mode=g
channel=6
wpa=2
sae_password=12345678
wpa_key_mgmt=SAE
rsn_pairwise=CCMP
ieee80211w=2sudo ./hostapd hostapd_wpa3.confOr run it using the script:
Usage: sudo ./hostapd-wpa3 <interface> <ssid> <channel> <password>