# QR Codes ## Wi-Fi pattern The pattern: ``` WIFI:S:<SSID>;T:<WPA|WEP>;P:<password>;; ``` Generate the file: ```bash zint -b QRCODE -d 'WIFI:S:<SSID>;T:WPA;P:<password>;;' -o wifi.png ``` Docs: https://github.com/zxing/zxing/wiki/Barcode-Contents#wi-fi-network-config-android-ios-11