wlansecuritysettings/wpasecuritysettingsui/data/WPASecuritySettingsUI.rss
branchRCL_3
changeset 55 9c2aa05919d9
parent 46 c74b3d9f6b9e
equal deleted inserted replaced
46:c74b3d9f6b9e 55:9c2aa05919d9
    14 * Description: This file contains all the resources for the WPA Security Settings UI. 
    14 * Description: This file contains all the resources for the WPA Security Settings UI. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#21 %
    19 * %version: tr1cfwln#20 %
    20 */
    20 */
    21 
    21 
    22 //  RESOURCE IDENTIFIER
    22 //  RESOURCE IDENTIFIER
    23 NAME    AWAS // 4 letter ID
    23 NAME    AWAS // 4 letter ID
    24 
    24 
   269         
   269         
   270 RESOURCE TBUF r_wpa_tkip_cipher
   270 RESOURCE TBUF r_wpa_tkip_cipher
   271     { 
   271     { 
   272     buf = qtn_wlan_sett_allow_tkip;
   272     buf = qtn_wlan_sett_allow_tkip;
   273     }
   273     }
   274  
   274         
   275 RESOURCE TBUF r_wpa_unencrypted_conn
       
   276     {
       
   277     buf = qtn_wlan_sett_unencrypted_conn;
       
   278     }
       
   279 
       
   280 RESOURCE TBUF r_wpa_mode_eap
   275 RESOURCE TBUF r_wpa_mode_eap
   281     { 
   276     { 
   282     buf = qtn_wlan_sett_wpa_mode_eap;
   277     buf = qtn_wlan_sett_wpa_mode_eap;
   283     }
   278     }
   284 
   279 
   295 RESOURCE TBUF r_wpa_cipher_not_allowed
   290 RESOURCE TBUF r_wpa_cipher_not_allowed
   296     { 
   291     { 
   297     buf = qtn_wlan_sett_tkip_not_allowed;
   292     buf = qtn_wlan_sett_tkip_not_allowed;
   298     }
   293     }
   299 
   294 
   300 RESOURCE TBUF r_wpa_unencrypted_conn_not_allow
       
   301     {
       
   302     buf = qtn_wlan_sett_unencrypted_conn_not_allow;
       
   303     }
       
   304 
       
   305 RESOURCE TBUF r_wpa_unencrypted_conn_allow
       
   306     {
       
   307     buf = qtn_wlan_sett_unencrypted_conn_allow;
       
   308     }
       
   309 
       
   310 RESOURCE TBUF r_wpa_preshared_key_must_be_defined
   295 RESOURCE TBUF r_wpa_preshared_key_must_be_defined
   311     { 
   296     { 
   312     buf = qtn_selec_setting_compulsory;
   297     buf = qtn_selec_setting_compulsory;
   313     }
   298     }
   314 
   299