wlanutilities/wlanwizard/src/wlanwizardpagescanning.cpp
changeset 53 bdc64aa9b954
parent 49 fb81b597edf1
child 60 822a45792fdd
equal deleted inserted replaced
49:fb81b597edf1 53:bdc64aa9b954
   466     } else {
   466     } else {
   467         // if only a single network mode option is available, the mode query
   467         // if only a single network mode option is available, the mode query
   468         // may be skipped and the next page is set to security mode query.
   468         // may be skipped and the next page is set to security mode query.
   469         WlanNetworkSetting setting = networkOptions.getNetModes().at(0);
   469         WlanNetworkSetting setting = networkOptions.getNetModes().at(0);
   470         mWizard->setConfiguration(WlanWizardHelper::ConfNetworkMode, setting.mode);
   470         mWizard->setConfiguration(WlanWizardHelper::ConfNetworkMode, setting.mode);
   471         mWizard->setConfiguration(WlanWizardHelper::ConfHiddenWlan, setting.hidden);
   471         mWizard->setConfiguration(WlanWizardHelper::ConfWlanScanSSID, setting.hidden);
   472         mWizard->setConfiguration(WlanWizardHelper::ConfWpsSupported, setting.wpsSupported);
   472         mWizard->setConfiguration(WlanWizardHelper::ConfWpsSupported, setting.wpsSupported);
   473         nextPage = WlanWizardPageInternal::PageNetworkSecurity;
   473         nextPage = WlanWizardPageInternal::PageNetworkSecurity;
   474     }
   474     }
   475     
   475     
   476     OstTraceFunctionExit0( WLANWIZARDPAGESCANNING_PROCESSMULTIPLESCANRESULTS_EXIT );
   476     OstTraceFunctionExit0( WLANWIZARDPAGESCANNING_PROCESSMULTIPLESCANRESULTS_EXIT );