Last active
March 29, 2022 12:49
-
-
Save thatbudakguy/4202131bd01cf1e08dfc9614e5eecfda to your computer and use it in GitHub Desktop.
hostapd configuration for a 5ghz wireless network.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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