dbcreator/inc/cdccommon.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
   160 //WPA related field ids
   160 //WPA related field ids
   161 enum TDbCreatorWPAFields
   161 enum TDbCreatorWPAFields
   162     {
   162     {
   163     EWPAPresharedKey = 0x00002000,    // Preshared key 
   163     EWPAPresharedKey = 0x00002000,    // Preshared key 
   164     EWPAKeyLength    = 0x00002001,    // Key length
   164     EWPAKeyLength    = 0x00002001,    // Key length
   165     EWPAEapMethod    = 0x00002002,    // EAP Method
   165     EWPAListOfEAPs   = 0x00002002,    // List of EA plugins
   166     EWPAUseOfPresharedKey =0x00002003,// Use of preshared key
   166     EWPAUseOfPresharedKey =0x00002003,// Use of preshared key
   167     };
   167     };
   168     
   168     
   169 //number of WPA fields
   169 //number of WPA fields
   170 const TInt KWPAKeyNumOfFields = 4;
   170 const TInt KWPAKeyNumOfFields = 4;