wlanutilities/wlanwizard/t_wlanwizard/stubs/wlanqtutilscommon.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
    33 static const int KMaxSsidLen = 32;
    33 static const int KMaxSsidLen = 32;
    34 // Maximum length of WEP key
    34 // Maximum length of WEP key
    35 static const int KMaxWEPKeyLen = 64;
    35 static const int KMaxWEPKeyLen = 64;
    36 // Maximum length of WPA key
    36 // Maximum length of WPA key
    37 static const int KMaxWPAKeyLen = 256;
    37 static const int KMaxWPAKeyLen = 256;
    38 
       
    39 #ifdef ICT_RESULT_ENUM
       
    40 enum WlanLoginIctsResultType {
       
    41    IctsPassed,      // Icts is passed
       
    42    IctsHotspotPassed,                  // Icts and Hotspot authentication are passed
       
    43    IctsCanceled,          // User has canceled operation
       
    44    IctsFailed
       
    45 };                   // Icts or/and Hotspot authentication are failed
       
    46 #endif
       
    47 
       
    48 
    38 
    49 /**
    39 /**
    50  * Bearer type.
    40  * Bearer type.
    51  */
    41  */
    52 enum WlanQtUtilsBearerType {
    42 enum WlanQtUtilsBearerType {