Skip to content

Instantly share code, notes, and snippets.

@ikester
Last active April 27, 2017 18:02
Show Gist options
  • Save ikester/a647dd2364a41b799127efdd840aa23b to your computer and use it in GitHub Desktop.
Save ikester/a647dd2364a41b799127efdd840aa23b to your computer and use it in GitHub Desktop.
RPi Access Point config
interface=wlan0
driver=nl80211
ssid=K8sMiniCluster
hw_mode=g
ieee80211n=1
channel=6
wmm_enabled=0
ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40]
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_passphrase=_wpa_password_goes_here_
wpa_pairwise=TKIP
rsn_pairwise=CCMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment