Skip to content

Instantly share code, notes, and snippets.

@firatkucuk
Created February 3, 2014 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firatkucuk/8790798 to your computer and use it in GitHub Desktop.
Save firatkucuk/8790798 to your computer and use it in GitHub Desktop.
Linux Sample Access Point Configuration File
# Name of the Wi-Fi interface
interface=wlan0
# Hostapd driver
driver=nl80211
# Wi-Fi Properties
ssid=myhotspot
# Set access point harware mode to 802.11g
hw_mode=g
# Set WIFI channel (can be easily changed)
channel=11
# Generic
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
# Authentication Settings
wpa=2
wpa_passphrase=mypassword
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment