connectionmonitoring/connmon/connectionmonitor/src/ConnMonIAP.cpp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 44 a0c4ceac30d0
child 53 4af712113915
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
  1136                 }
  1136                 }
  1137             break;
  1137             break;
  1138 
  1138 
  1139         case KSecurityMode:
  1139         case KSecurityMode:
  1140             // SECURITY MODE
  1140             // SECURITY MODE
       
  1141             ret = KErrNotSupported;
       
  1142             if ( iConnInfos[index].iBearer == EBearerWLAN )
       
  1143                 {
       
  1144                 if ( iWlanSupport )
       
  1145                     {
       
  1146                     TInt secModeV2( EConnMonSecurityV2Open );
       
  1147                     ret = iWlanSupport->GetConnectionSecurity( secModeV2 );
       
  1148                     aValue = iWlanSupport->ConvertConMonSecModeV2ToConnMonSecMode( secModeV2 );
       
  1149                     }
       
  1150                 }
       
  1151             break;
       
  1152 
       
  1153         case KSecurityMode_v2:
       
  1154             // SECURITY MODE V2
  1141             ret = KErrNotSupported;
  1155             ret = KErrNotSupported;
  1142             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1156             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1143                 {
  1157                 {
  1144                 if ( iWlanSupport )
  1158                 if ( iWlanSupport )
  1145                     {
  1159                     {