Skip to content

Instantly share code, notes, and snippets.

@filviu
Created October 16, 2014 10:48
Show Gist options
  • Select an option

  • Save filviu/09601c8ba9a6cc0aaedc to your computer and use it in GitHub Desktop.

Select an option

Save filviu/09601c8ba9a6cc0aaedc to your computer and use it in GitHub Desktop.
hostapd configuration for hotspot on debian
interface=wlan0
driver=nl80211
country_code=RO
ieee80211d=1
ssid=SSIDNAME
channel=6
hw_mode=g
wmm_enabled=1
# this gives n
ieee80211n=1
ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
wpa=2
wpa_passphrase=password
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