Hey,
Apple has just released being able to share your Wi-Fi credentials WPA/WPA2 using QR codes from the native camera app. At my workplace I wish to write an app that generates students wifi configuration in which they scan a QR code that configures their apple device. I currently can get this working for WPA2, however, we use WPA2 enterprise at our location.
Is anyone able to give me the QR Code String for WPA2-E? I cannot find any documentation on what the camera app can parse except from SSID / Password.
I have found that the following can be processed by some other devices:
WIFI:S:ssid;U:username;P:password;E:PEAP;PH:MS-CHAPv2;;
but I'm not sure that the iPhone will parse the PEAP, EAP or MS-CHAPv2 settings.