wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsDlg.h
branchRCL_3
changeset 55 9c2aa05919d9
parent 46 c74b3d9f6b9e
equal deleted inserted replaced
46:c74b3d9f6b9e 55:9c2aa05919d9
    14 * Description: Declares dialog. 
    14 * Description: Declares dialog. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#21 %
    19 * %version: tr1cfwln#20 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WPA_SECURITY_SETTINGS_DLG_H
    22 #ifndef WPA_SECURITY_SETTINGS_DLG_H
    23 #define WPA_SECURITY_SETTINGS_DLG_H
    23 #define WPA_SECURITY_SETTINGS_DLG_H
    24 
    24 
    29 enum TWpaMember
    29 enum TWpaMember
    30     {
    30     {
    31     EWpaMode,           // WPA mode
    31     EWpaMode,           // WPA mode
    32     EWpaEapConfig,      // EAP Plugin configuration
    32     EWpaEapConfig,      // EAP Plugin configuration
    33     EWpaWpa2Only,       // Wpa2 only mode
    33     EWpaWpa2Only,       // Wpa2 only mode
    34     EWpaPreSharedKey,    // Pre-shared key
    34     EWpaPreSharedKey    // Pre-shared key
    35     EWpaUnencryptedConn
       
    36     };
    35     };
    37 
    36 
    38 
    37 
    39 // INCLUDES
    38 // INCLUDES
    40 #include <AknDialog.h>
    39 #include <AknDialog.h>