WiFi Framework C++ Edition

◆ SetProfileEapUserData()

int SetProfileEapUserData ( const GUID &  IfaceId,
const tstring ProfileName,
const bool  AllUsers,
const wclWiFiEapMethodType EapMethod,
const unsigned char *const  Data,
const unsigned long  Size 
)

The function sets the Extensible Authentication Protocol (EAP) user credentials as specified by raw EAP data.

Parameters
IfaceIdThe ID of the interface.
ProfileNameThe name of the profile associated with the EAP user data. Profile names are case-sensitive. Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: The supplied name must match the profile name derived automatically from the SSID of the network. For an infrastructure network profile, the SSID must be supplied for the profile name. For an ad hoc network profile, the supplied name must be the SSID of the ad hoc network followed by -ad-hoc.
AllUsersIf this parameter is True on Windows 7, Windows Server 2008 R2, and later, the EAP host data will be set for all users of this profile.
EapMethodAn wclWiFiEapMethodType structure that contains the method for which the caller is supplying EAP user credentials.
DataA pointer to the raw EAP data used to set the user credentials. On Windows Vista and Windows Server 2008, this parameter must not be nil. On Windows 7, Windows Server 2008 R2, and later, this parameter can be set to NULL to delete the stored credentials for this profile if the AllUsers parameter contains set to true and the Size parameter is 0.
SizeThe size, in bytes, of the data pointed to by Data.
Returns
If the function succeeds, the return value is WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.
See also
wclWiFiEapMethodType