pub fn encode_wifi(ssid: &str, password: &str, auth: &str) -> StringExpand description
Encodes a WiFi configuration into the WIFI: wire format consumed by phone
cameras.
This is the single source of truth shared with the qrcode-rs facade’s
QrCode::for_wifi constructor.