Skip to content

Instantly share code, notes, and snippets.

@lheim
Created April 16, 2019 11:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lheim/9b5025fcf5ea67bbc650bb719e9fe36f to your computer and use it in GitHub Desktop.
Save lheim/9b5025fcf5ea67bbc650bb719e9fe36f to your computer and use it in GitHub Desktop.
hostapd.conf for 802.11ac 40 MHz
interface=wlan0
driver=nl80211
ssid=Pi3B+ac
hw_mode=a
channel=36
ieee80211ac=1
wpa=2
wpa_passphrase=inetsinets
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
# wmm enabled is recommended for ht and vht
wmm_enabled=1
# VHT capabilities
ht_capab=[HT40+]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment