summaryrefslogtreecommitdiffstats
path: root/docs/examples/wireless-wpa-static
blob: 3b8e394551d99039e4150b61d3691d01a3f99a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Description='A simple WPA encrypted wireless connection using a static IP'
Interface=wlan0
Connection=wireless
Security=wpa
ESSID='MyNetwork'
Key='WirelessKey'
IP=static
Address='192.168.1.23/24'
Gateway='192.168.1.1'
DNS=('192.168.1.1')
# Uncomment this if your ssid is hidden
#Hidden=yes