securitysettings/cpwlansecurityuiplugins/cpwpacmnui/src/cpwpacmnui_p.cpp
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 47 712b4ffd76bb
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     1 /*
     1 /*
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of the License "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8  *
     8  *
     9  * Initial Contributors:
     9  * Initial Contributors:
    10  * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    15  *    Private Implementation for Control Panel QT UI for WPA/WPA2/802_Dot_1x configuration
    15  *    Private Implementation for Control Panel QT UI for WPA/WPA2/802_Dot_1x configuration
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /*
    19 /*
    20  * %version: tr1cfwln#11 %
    20  * %version: tr1cfwln#13 %
    21  */
    21  */
    22  
    22  
    23 // User Includes
    23 // User Includes
    24 #include "cpwpacmnui_p.h"
    24 #include "cpwpacmnui_p.h"
    25 #include "wpakeyvalidator.h"
    25 #include "wpakeyvalidator.h"
   344         case CMManagerShim::WlanSecMode802_1x:
   344         case CMManagerShim::WlanSecMode802_1x:
   345         default:
   345         default:
   346             Q_ASSERT(mSecurityMode == CMManagerShim::WlanSecMode802_1x);
   346             Q_ASSERT(mSecurityMode == CMManagerShim::WlanSecMode802_1x);
   347             createEapSelector();
   347             createEapSelector();
   348             createEapEntryItem();
   348             createEapEntryItem();
       
   349 #if 0  /* not supported for now */
   349             createUnencryptedBox();
   350             createUnencryptedBox();
       
   351 #endif /* #if 0 */
   350             break;
   352             break;
   351         }
   353         }
   352 
   354 
   353     OstTraceFunctionExit1( CPWPACMNUIPRIVATE_LOADUI_EXIT, this );
   355     OstTraceFunctionExit1( CPWPACMNUIPRIVATE_LOADUI_EXIT, this );
   354 }
   356 }