Create Wireless AP - Control WiFi Access Point with hostapd | Online Free DevTools by Hexmos
Create wireless access points with hostapd on Linux. Control WiFi networks, manage security settings and configure interfaces for wireless internet sharing. Free online tool, no registration required.
hostapd
Start an access point using a wireless interface. More information: https://manned.org/hostapd.
- Start an access point:
sudo hostapd {{path/to/hostapd.conf}}
- Start an access point, forking into the background:
sudo hostapd -B {{path/to/hostapd.conf}}
