diff -r fb81b597edf1 -r bdc64aa9b954 wlanutilities/wlanwizard/src/wlanwizardpagenetworkmode.cpp --- a/wlanutilities/wlanwizard/src/wlanwizardpagenetworkmode.cpp Fri Aug 06 18:38:57 2010 +0300 +++ b/wlanutilities/wlanwizard/src/wlanwizardpagenetworkmode.cpp Mon Aug 23 13:30:09 2010 +0300 @@ -1,20 +1,19 @@ /* - * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). - * All rights reserved. - * This component and the accompanying materials are made available - * under the terms of "Eclipse Public License v1.0" - * which accompanies this distribution, and is available - * at the URL "http://www.eclipse.org/legal/epl-v10.html". - * - * Initial Contributors: - * Nokia Corporation - initial contribution. - * - * Contributors: - * - * Description: - * WLAN Wizard Page: Network mode Selection. - * - */ +* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* WLAN Wizard Page: Network mode Selection. +*/ // System includes #include @@ -141,13 +140,16 @@ setting.hidden = mIsHidden.at(index); setting.wpsSupported = mWpsSupported.at(index); - mWizard->setConfiguration(WlanWizardPrivate::ConfNetworkMode, + mWizard->setConfiguration( + WlanWizardPrivate::ConfNetworkMode, setting.mode); - mWizard->setConfiguration(WlanWizardPrivate::ConfHiddenWlan, + mWizard->setConfiguration( + WlanWizardPrivate::ConfWlanScanSSID, setting.hidden); - mWizard->setConfiguration(WlanWizardPrivate::ConfWpsSupported, + mWizard->setConfiguration( + WlanWizardPrivate::ConfWpsSupported, setting.wpsSupported); if (mWizard->configurationExists(WlanWizardPrivate::ConfAvailableNetworkOptions)) { @@ -317,4 +319,3 @@ OstTraceFunctionExit0( DUP1_WLANWIZARDPAGENETWORKMODE_SELECTNEXTPAGE_EXIT ); return nextPage; } -