Skip to content

Commit

Permalink
Update 'iwctl'.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Jan 24, 2024
1 parent e5b5535 commit d7f76ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 'iwctl'.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
- `scan` not needed to reconnect saved ssid profiles
- `iwctl` also starts `iwd.service`
- Manually configured `/var/lib/iwd/$SSID.psk`
- `PreSharedKey` must be included with `Passphrase`
- `presharedkey=$( wpa_passphrase "$ssid" "$passphrase" | grep '\spsk=' | cut -d= -f2 )`
- `PreSharedKey` must be included: `wpa_passphrase "$ssid" "$passphrase" | grep '\spsk=' | cut -d= -f2`

```sh
# start service
Expand Down

0 comments on commit d7f76ad

Please sign in to comment.