wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsDlg.h
branchRCL_3
changeset 17 30e048a7b597
parent 2 1c7bc153c08e
equal deleted inserted replaced
15:75a6055b8ce3 17:30e048a7b597
    14 * Description: Declares dialog. 
    14 * Description: Declares dialog. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#20 %
    19 * %version: tr1cfwln#21 %
    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
    35     };
    36     };
    36 
    37 
    37 
    38 
    38 // INCLUDES
    39 // INCLUDES
    39 #include <AknDialog.h>
    40 #include <AknDialog.h>