I see that the iOS API includes the following
NEHotspotConfigurationManager
NEHotspotEAPSettings
NEHotspotHS20Settings
and
NEHotspotTTLSInnerAuthenticationMSCHAPv2
But..
I need to access the cloud server from the app to obtain the Passpoint configuration, and then set it to the user's phone.
Authentication requires EAP2 & MSCHAPv2, and of course, leaf certificates need to be loaded to the user.
I cannot find a simple code example to do this...
HELP! THKS..