bearermanagement/mpm/src/mpmwlanquerydialog.cpp
branchRCL_3
changeset 45 4c83dcfb6f1a
parent 17 c14618f9de99
equal deleted inserted replaced
36:04408506c6e0 45:4c83dcfb6f1a
   493                       activeWlanIap )
   493                       activeWlanIap )
   494         iIapSelection.UserWlanSelectionDoneL( KErrNone, activeWlanIap );      
   494         iIapSelection.UserWlanSelectionDoneL( KErrNone, activeWlanIap );      
   495         }
   495         }
   496     // if easy wlan iap and easy wlan is not already started
   496     // if easy wlan iap and easy wlan is not already started
   497     // 
   497     // 
   498     else if( iIapSelection.Session()->MyServer().CommsDatAccess()->CheckEasyWLanL( iWlanIapId )  && 
   498     else if( iIapSelection.Session()->MyServer().CommsDatAccess()->CheckEasyWLanL( iWlanIapId ) && 
   499              !iIapSelection.Session()->MyServer().CheckIfStarted( iWlanIapId, iIapSelection.Session()->ConnectionId() ) &&
   499              iIapSelection.Session()->MyServer().CheckUsageOfIap(
       
   500                      iWlanIapId, iIapSelection.Session()->ConnectionId() ) != EStarted &&
   500              iNetworkPrefs().iSsId.Length() == 0 &&
   501              iNetworkPrefs().iSsId.Length() == 0 &&
   501              iOverrideStatus == KErrNone )
   502              iOverrideStatus == KErrNone )
   502         {
   503         {
   503         MPMLOGSTRING( "CMPMWlanQueryDialog::StartWlanQuery starting network query" )
   504         MPMLOGSTRING( "CMPMWlanQueryDialog::StartWlanQuery starting network query" )
   504         GetNetworkPrefs();
   505         GetNetworkPrefs();