voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/src/voipxmlparamhandler.cpp
branchRCL_3
changeset 10 7117cbf1600a
parent 2 7b872347d83b
child 16 6134b5029079
equal deleted inserted replaced
6:fc8c25e5a2e8 10:7117cbf1600a
   145         iSettingsType = EWepKey;
   145         iSettingsType = EWepKey;
   146         }
   146         }
   147     else if ( KSettingsTypeDestination() == type )
   147     else if ( KSettingsTypeDestination() == type )
   148         {
   148         {
   149         iSettingsType = EDestination;
   149         iSettingsType = EDestination;
       
   150         }
       
   151     else if ( KSettingsTypeEap() == type )
       
   152         {
       
   153         iSettingsType = EEap;
   150         }
   154         }
   151     else
   155     else
   152         {
   156         {
   153         iSettingsType = EUnknown;
   157         iSettingsType = EUnknown;
   154         }
   158         }
   218             }
   222             }
   219             break;
   223             break;
   220         case EWlan:
   224         case EWlan:
   221         case EWepKey:
   225         case EWepKey:
   222         case EDestination:
   226         case EDestination:
       
   227         case EEap:
   223             {
   228             {
   224             TInt param = ConvertParameter( aParam );
   229             TInt param = ConvertParameter( aParam );
   225             iIapHandler->SetSetting( iSettingsType, param, aValue );
   230             iIapHandler->SetSetting( iSettingsType, param, aValue );
   226             }
   231             }
   227             break;
   232             break;