Encryption type fix for WiFi QR

gnome-decoder 0.7.0 generates wrong encryption type for "SAE" and "None". This MR fixes it.

Reproduce:

  1. Generate any WiFi QR with "SAE" or "None" encryption algorithm.
  2. Decode generated WiFi QR.
  3. gnome-decoder generates T:nopass; for "SAE" and T:SAE; for "None".
  4. If everything correct, the WiFi QR has T:SAE; for "SAE" and T:nopass; for "None".
Edited by YOKOTA Hiroshi

Merge request reports

Loading