bearermanagement/mpm/src/mpmwlanquerydialog.cpp
branchRCL_3
changeset 15 4dc3bb0099b0
parent 2 086aae6fc07e
child 17 c14618f9de99
equal deleted inserted replaced
13:68f0c7cd80ec 15:4dc3bb0099b0
   500         iIapSelection.UserWlanSelectionDoneL( KErrNone, activeWlanIap );      
   500         iIapSelection.UserWlanSelectionDoneL( KErrNone, activeWlanIap );      
   501         }
   501         }
   502     // if easy wlan iap and easy wlan is not already started
   502     // if easy wlan iap and easy wlan is not already started
   503     // 
   503     // 
   504     else if( iIapSelection.Session()->MyServer().CommsDatAccess()->CheckEasyWLanL( iWlanIapId )  && 
   504     else if( iIapSelection.Session()->MyServer().CommsDatAccess()->CheckEasyWLanL( iWlanIapId )  && 
   505              !iIapSelection.Session()->MyServer().CheckIfStarted( iWlanIapId ) &&
   505              !iIapSelection.Session()->MyServer().CheckIfStarted( iWlanIapId, iIapSelection.Session()->ConnectionId() ) &&
   506              iNetworkPrefs().iSsId.Length() == 0 &&
   506              iNetworkPrefs().iSsId.Length() == 0 &&
   507              iOverrideStatus == KErrNone )
   507              iOverrideStatus == KErrNone )
   508         {
   508         {
   509         MPMLOGSTRING( "CMPMWlanQueryDialog::StartWlanQuery starting network query" )
   509         MPMLOGSTRING( "CMPMWlanQueryDialog::StartWlanQuery starting network query" )
   510         GetNetworkPrefs();
   510         GetNetworkPrefs();