C
void WF_CPUpdatePMK( UINT8 CpId, UINT8 * pmk );
Description
Applicable for MRF24WG0M only. Updates the PMK element in the connection profile ID retrieved out of 802.1x authentication process. This function is not used in the TCPIP demo apps.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
CpId |
Connection Profile ID |
pmk |
pairwise master key |
Returns
None.
Remarks
None.