2025-03-14 21:59:59 -06:00
|
|
|
# hostapd
|
|
|
|
|
|
|
|
|
|
> Start an access point using a wireless interface.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://manned.org/hostapd>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|