Skip to content

Instantly share code, notes, and snippets.

View ociotec's full-sized avatar

Emilio González Montaña ociotec

View GitHub Profile
@moomindani
moomindani / wpa_supplicant.conf
Created April 30, 2014 03:53
Enable wifi on raspberry pi and connect to Apple TimeCapsule
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="moomin_wireless_network"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=TKIP CCMP
group=TKIP CCMP
psk=xxx
}