codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.46k stars 1.09k forks source link

PayloadGenerator.WiFi.Authentication.WPA2 missing #471

Closed doggy8088 closed 3 months ago

doggy8088 commented 11 months ago

Type of issue

[ ] Bug
[ ] Question (e.g. about handling/usage)
[x] Request for new feature/improvement

Expected Behavior

It's related to https://github.com/codebude/QRCoder/issues/164

I think PayloadGenerator.WiFi.Authentication enum should add WPA2 into it.

Current Behavior

The PayloadGenerator.WiFi.Authentication don't have a WPA2 item.

Possible Solution (optional)

Add PayloadGenerator.WiFi.Authentication.WPA2.

Steps to Reproduce (for bugs)

I tested in my company's Wi-Fi environment. I can only join the Wi-Fi when using WPA2.

WIFI:T:WPA2;S:<ssid>;P:<password>;;

The T:WPA won't work.

Your Environment

doggy8088 commented 3 months ago

@codebude When will you release new version to the NuGet Gallery?

codebude commented 3 months ago

Hi @doggy8088 , Yes, I will. The change will be part of version 1.5.0, that I plan to release soon. (I like to merge some more PRs, before doing a new release.)