wlansecuritysettings/wifiprotectedsetup/pluginsrc/wifiprotactiverunner.cpp
branchRCL_3
changeset 7 7b8801c4c2d9
parent 2 1c7bc153c08e
child 18 7aac0b9e8906
equal deleted inserted replaced
2:1c7bc153c08e 7:7b8801c4c2d9
    14 * Description: Implements a state - machine like active object that controls Wi-Fi Protected Setup Process. 
    14 * Description: Implements a state - machine like active object that controls Wi-Fi Protected Setup Process. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#28 %
    19 * %version: tr1cfwln#29 %
    20 */
    20 */
    21 
    21 
    22 //SYSTEM INCLUDES
    22 //SYSTEM INCLUDES
    23 #include <wlanmgmtclient.h>
    23 #include <wlanmgmtclient.h>
    24 #include <wifiprotplugin.rsg>
    24 #include <wifiprotplugin.rsg>
    50 #include "wifiprotconfirmationnotedlg.h"
    50 #include "wifiprotconfirmationnotedlg.h"
    51 #include "wifiprotselectnetworkdlg.h"
    51 #include "wifiprotselectnetworkdlg.h"
    52 #include "wifiprotenterpindlg.h"
    52 #include "wifiprotenterpindlg.h"
    53 #include "wifiprotinitiateeasysetupdlg.h"
    53 #include "wifiprotinitiateeasysetupdlg.h"
    54 
    54 
    55 #include "FeatMgr.h"
    55 #include "featmgr.h"
    56 
    56 
    57 // valid Wep key lengths, to check wep key format
    57 // valid Wep key lengths, to check wep key format
    58 // (wep key format depends on key length)
    58 // (wep key format depends on key length)
    59 const TInt KConnUiUtilsWepLengthASCII5 = 5;
    59 const TInt KConnUiUtilsWepLengthASCII5 = 5;
    60 const TInt KConnUiUtilsWepLengthASCII13 = 13;
    60 const TInt KConnUiUtilsWepLengthASCII13 = 13;