From 4474fb5692c713635f71316dab4f76d0c9d21073 Mon Sep 17 00:00:00 2001 From: Rahmanu Hermawan Date: Tue, 28 Jul 2020 16:36:27 +0200 Subject: [PATCH] hostapd: add page (#4211) Co-authored-by: Starbeamrainbowlabs --- pages/common/hostapd.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/hostapd.md 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}}`