aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/qrencode.md
blob: 7a9140d91d71b9092d90dfb93166ee51f9a69d24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# qrencode(1)

```
qrencode
    -s N     pixels per feature length
```

Generate wifi qr code for WPA2 secured network.
```sh
# Generate on terminal.
qrencode -t ansiutf8 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'

# Generate picture for printing.
qrencode -t png -o wifi.png 'WIFI:S:<wifiname>;T:WPA2;P:<wifipasswd>;;'
```