Skip to content

Instantly share code, notes, and snippets.

@jheise
Last active August 23, 2022 05:39
Show Gist options
  • Save jheise/9392084a67da4d78dfe388981afc3e4c to your computer and use it in GitHub Desktop.
Save jheise/9392084a67da4d78dfe388981afc3e4c to your computer and use it in GitHub Desktop.
/etc/hostapd/hostapd.conf
interface=wlan1
#If this fails, try rt1871xdrv a
#driver=rtl8821au
# Name of the new network: best use the hostname
ssid=DefCon-Open
# Pick a channel not already in use
channel=6
# Change to b for older devices?
hw_mode=g
macaddr_acl=0
auth_algs=3
# Disable this to insure the AP is visible:
ignore_broadcast_ssid=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment