Skip to content

Commit

Permalink
Added encrypted wifi to example
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Nov 19, 2014
1 parent 30a5018 commit 0fe0a64
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion network-device-configuration-example.json
Expand Up @@ -97,7 +97,40 @@
"proto": "dhcp"
}
]
}
},
{
"type": "wireless",
"name": "wifi2",
"mac": "de:9f:db:30:c9:c4",
"mtu": 1500,
"device": "radio0",
"wireless": {
"bitrate": 54,
"rts_threshold": 1400,
"frag_threshold": 1400,
"mode": "ap",
"essid": "private-network-example",
"encryption": {
"enabled": true,
"wpa": [
1,
2
],
"authentication": [
"psk"
],
"ciphers": [
"tkip",
"ccmp"
]
}
},
"ip": [
{
"proto": "dhcp"
}
]
},
],
"physical_devices": [
{
Expand Down

0 comments on commit 0fe0a64

Please sign in to comment.