diff options
Diffstat (limited to 'hostapd.conf')
-rw-r--r-- | hostapd.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/hostapd.conf b/hostapd.conf new file mode 100644 index 0000000..1d86ab4 --- /dev/null +++ b/hostapd.conf @@ -0,0 +1,40 @@ +# +# This will give you a minimal, insecure wireless network. +# +# DO NOT BE SATISFIED WITH THAT!!! +# +# A complete, well commented example configuration file is +# available here: +# +# /usr/share/doc/hostapd/hostapd.conf +# +# For more information, look here: +# +# http://wireless.kernel.org/en/users/Documentation/hostapd +# + +ctrl_interface=/var/run/hostapd +ctrl_interface_group=wheel + +# Some usable default settings... +macaddr_acl=0 +auth_algs=1 +ignore_broadcast_ssid=0 + +# Uncomment these for base WPA & WPA2 support with a pre-shared key +#wpa=3 +#wpa_key_mgmt=WPA-PSK +#wpa_pairwise=TKIP +#rsn_pairwise=CCMP + +# DO NOT FORGET TO SET A WPA PASSPHRASE!! +#wpa_passphrase=YourPassPhrase + +# Most modern wireless drivers in the kernel need driver=nl80211 +driver=nl80211 + +# Customize these for your local configuration... +interface= +hw_mode= +channel= +ssid= |