dbcreator/inc/cdccommon.h
changeset 27 489cf6208544
parent 2 086aae6fc07e
child 58 83ca720e2b9a
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   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     EWPAListOfEAPs   = 0x00002002,    // List of EA plugins
   165     EWPAEapMethod    = 0x00002002,    // EAP Method
   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;