Skip to content

Instantly share code, notes, and snippets.

@thatbudakguy
Last active March 29, 2022 12:49
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thatbudakguy/4202131bd01cf1e08dfc9614e5eecfda to your computer and use it in GitHub Desktop.
Save thatbudakguy/4202131bd01cf1e08dfc9614e5eecfda to your computer and use it in GitHub Desktop.
hostapd configuration for a 5ghz wireless network.
interface=(INTERFACE HERE)
driver=nl80211
ssid=(SSID HERE)
hw_mode=a
channel=36
country_code=US
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=(PASSPHRASE_HERE)
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
auth_algs=1
macaddr_acl=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment