Description='wlan0 connection'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
AutoWired=yes
ExcludeAuto=no
IP=static
Address=('192.168.0.160/24')
Gateway='192.168.0.1'
DNS=('192.168.0.1')
WPAConfigSection=(
    'ssid="your-SSID-goes-here"'
    'psk="your-key-goes-here"'
    'key_mgmt=WPA-PSK'
    'proto=RSN'
    'group=CCMP'
    'pairwise=CCMP'
    'priority=3'
)
