For the complete documentation index, see llms.txt. This page is also available as Markdown.

deleteWPA2EnterpriseProfile

It deletes the WPA2 profile installed by the app.

let cloud4wi = Cloud4WiSDKWiFi.init()
cloud4wi.deleteWPA2EnterpriseProfile()
Cloud4WiSDKWiFi *cloud4WiSDKWiFi = [[Cloud4WiSDKWiFi alloc] init];
[cloud4WiSDKWiFi deleteWPA2EnterpriseProfile];

Last updated

Was this helpful?