class RMobilePhone::TUsimWlanDataV8 : public RMobilePhone::TMultimodeType |
Contains Parameters for Wlan Pseudonym(EF_Pseudo) and Reauthentication Id(EF_WRI). See section 4.4.5.1 and 4.4.5.6 of 3GPP TS 31.102 v6.18.0. RMobilePhone::SetWlanData
Public Member Functions | |
---|---|
TUsimWlanDataV8() |
Public Attributes | |
---|---|
TBuf8< KCounterLength > | iCounter |
TUint32 | iFieldsUsed |
TBuf8< KWlanMasterKeyLength > | iMasterKey |
TWlanUserIdentity | iPseudonym |
TWlanUserIdentity | iReauthenticationId |
Inherited Attributes | |
---|---|
RMobilePhone::TMultimodeType::iExtensionId |
TBuf8< KCounterLength > | iCounter |
A counter value to be used in the fast re-authentication. This value is provided as a part of a previous authentication sequence.
TUint32 | iFieldsUsed |
A bit-wise sum of TUsimWlanDataCaps constants indicating which of the following fields, within the WLAN data structure, contain valid data.
TBuf8< KWlanMasterKeyLength > | iMasterKey |
Holds the master key used in the process of re-authentication.
TWlanUserIdentity | iPseudonym |
Holds a buffer containing the temporary user Identity or pseudonym stored in EF_Pseudo of the currently active USIM.
TWlanUserIdentity | iReauthenticationId |
Holds a buffer containing the re-authentication identity stored in EF_WRI of the currently active USIM.