connectionmonitoring/connmon/connectionmonitor/src/ConnMonIAP.cpp
branchRCL_3
changeset 57 05bc53fe583b
parent 55 fc7b30ed2058
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
  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
  1140             ret = KErrNotSupported;
  1154             ret = KErrNotSupported;
  1141             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1155             if ( iConnInfos[index].iBearer == EBearerWLAN )
  1142                 {
  1156                 {
  1143                 if ( iWlanSupport )
  1157                 if ( iWlanSupport )
  1144                     {
  1158                     {