diff --git a/pages/common/hostapd.md b/pages/common/hostapd.md new file mode 100644 index 000000000..f7c3d4fbe --- /dev/null +++ b/pages/common/hostapd.md @@ -0,0 +1,12 @@ +# hostapd + +> Start an access point using a wireless interface. +> More information: . + +- 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}}`