-
Notifications
You must be signed in to change notification settings - Fork 133
Simplest hostapd.conf
Dominic White edited this page Jul 23, 2018
·
4 revisions
To run hostapd, you need a config file. Here’s an example of one of the simplest config files:
interface=wlan0
ssid=hostapd-mana wifi
channel=6
hw_mode=g
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0There are many other options you can set. These are detailed in the [sample hostapd.conf]https://github.com/sensepost/hostapd-mana/blob/master/hostapd/hostapd.conf