WlanSetProfileEapXmlUserData function wlanapi
Sets the Extensible Authentication Protocol (EAP) user credentials as specified by an XML string.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/nf-wlanapi-wlansetprofileeapxmluserdata.
Implementation
@pragma('vm:prefer-inline')
int WlanSetProfileEapXmlUserData(
HANDLE hClientHandle,
Pointer<GUID> pInterfaceGuid,
PCWSTR strProfileName,
WLAN_SET_EAPHOST_FLAGS dwFlags,
PCWSTR strEapXmlUserData,
) => _WlanSetProfileEapXmlUserData(
hClientHandle,
pInterfaceGuid,
strProfileName,
dwFlags,
strEapXmlUserData,
nullptr,
);