Linux
Command
Library
Commands
Basics
Tips
hostapd
Start an access point using a wireless interface.
TLDR
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]
COLLAPSE ALL
Copied to clipboard