Skip to content

Commit

Permalink
Fix old style for configuring wpa_psk
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 20, 2020
1 parent 4f1884c commit 6b58a3e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,16 @@ keys.
%{
type: VintageNetWiFi,
vintage_net_wifi: %{
key_mgmt: :wpa_psk,
ssid: "my_network_ssid",
psk: "secret_password",
networks: [
%{
key_mgmt: :wpa_psk,
ssid: "my_network_ssid"
psk: "a_passphrase_or_psk",
}
]
},
ipv4: %{
method: :dhcp
}
ipv4: %{method: :dhcp},
}
}
```

Expand Down

0 comments on commit 6b58a3e

Please sign in to comment.