View difference between Paste ID: zdBBKsSV and 0CenbWey
SHOW: | | - or go back to the newest paste.
1
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
2
update_config=1
3
#country=US
4
5
network={
6
        ssid="Wifi network name here"
7
        psk="Wifi password here"
8
        key_mgmt=WPA-PSK
9
        proto=WPA2
10
        pairwise=CCMP
11
        group=CCMP
12
}
13