omaprovisioning/provisioning/accesspointadapter/Inc/CWPAPNapdef.h
changeset 47 dd41e7de3375
parent 24 bf47f3b79154
equal deleted inserted replaced
46:c15b68295419 47:dd41e7de3375
    37 class CWPAPPhysicalProxy;
    37 class CWPAPPhysicalProxy;
    38 
    38 
    39 class CWPParameter;
    39 class CWPParameter;
    40 class CCommsDatabase;
    40 class CCommsDatabase;
    41 class EAPSettings;
    41 class EAPSettings;
    42 class CertificateEntry;
    42 class EapCertificateEntry;
    43 class RCmManagerExt;
    43 class RCmManagerExt;
       
    44 class TEapExpandedType;
    44 
    45 
    45 
    46 
    46 // CLASS DECLARATION
    47 // CLASS DECLARATION
    47 
    48 
    48 /**
    49 /**
    53         public:
    54         public:
    54         ~CEapTypeElement();
    55         ~CEapTypeElement();
    55         TBuf8<KExpandedEapIdLength> iEapTypeString;
    56         TBuf8<KExpandedEapIdLength> iEapTypeString;
    56         TBuf8<KExpandedEapIdLength> iEncapsulatingExpandedEapId;
    57         TBuf8<KExpandedEapIdLength> iEncapsulatingExpandedEapId;
    57         EAPSettings* iEAPSettings;
    58         EAPSettings* iEAPSettings;
    58         CertificateEntry* iCertificate;
    59         EapCertificateEntry* iCertificate;
    59         };
    60         };
    60 
    61 
    61 struct SECssID
    62 struct SECssID
    62 		{
    63 		{
    63         CWPParameter* iSSSID;
    64         CWPParameter* iSSSID;
   225         TBool CheckAddressPart( TLex& aLex );
   226         TBool CheckAddressPart( TLex& aLex );
   226         
   227         
   227         /**
   228         /**
   228         * ConvertEAPStringToIds
   229         * ConvertEAPStringToIds
   229         */  
   230         */  
   230         void ConvertEAPStringToIds(const TDesC& aEAPString, TDes8& aExpandedId, TUint& aId);
   231         void ConvertEAPStringToIds(const TDesC& aEAPString, TDes8& aExpandedId, TEapExpandedType& aID);
   231   public: // new function
   232   public: // new function
   232   
   233   
   233         /**
   234         /**
   234         * NapId value
   235         * NapId value
   235         */  
   236         */