connectionmonitoring/connmon/connectionmonitor/src/ConnMonIAP.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
  1135                 }
  1135                 }
  1136             break;
  1136             break;
  1137 
  1137 
  1138         case KSecurityMode:
  1138         case KSecurityMode:
  1139             // SECURITY MODE
  1139             // SECURITY MODE
  1140             ret = KErrNotSupported;
       
  1141             if ( iConnInfos[index].iBearer == EBearerWLAN )
       
  1142                 {
       
  1143                 if ( iWlanSupport )
       
  1144                     {
       
  1145                     TInt secModeV2( EConnMonSecurityV2Open );
       
  1146                     ret = iWlanSupport->GetConnectionSecurity( secModeV2 );
       
  1147                     aValue = iWlanSupport->ConvertConMonSecModeV2ToConnMonSecMode( secModeV2 );
       
  1148                     }
       
  1149                 }
       
  1150             break;
       
  1151 
       
  1152         case KSecurityMode_v2:
       
  1153             // SECURITY MODE V2
       
  1154             ret = KErrNotSupported;
  1140             ret = KErrNotSupported;
  1155             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1141             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1156                 {
  1142                 {
  1157                 if ( iWlanSupport )
  1143                 if ( iWlanSupport )
  1158                     {
  1144                     {