Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 393 Bytes

pi_wifi_ssh

code needed to setup wifi and ssh

--------------------------------The Following is Wifi code--------------------------

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

update_config=1

network={ ssid="WIFI_NETWORK NAME_GOES_HERE" psk="WIFI_PASSWORD_GOES_HERE" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN }