wlansecuritysettings/wpasecuritysettingsui/data/WPASecuritySettingsUI.rss
branchRCL_3
changeset 17 30e048a7b597
parent 2 1c7bc153c08e
equal deleted inserted replaced
15:75a6055b8ce3 17:30e048a7b597
    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#20 %
    19 * %version: tr1cfwln#21 %
    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 
   275 RESOURCE TBUF r_wpa_mode_eap
   280 RESOURCE TBUF r_wpa_mode_eap
   276     { 
   281     { 
   277     buf = qtn_wlan_sett_wpa_mode_eap;
   282     buf = qtn_wlan_sett_wpa_mode_eap;
   278     }
   283     }
   279 
   284 
   290 RESOURCE TBUF r_wpa_cipher_not_allowed
   295 RESOURCE TBUF r_wpa_cipher_not_allowed
   291     { 
   296     { 
   292     buf = qtn_wlan_sett_tkip_not_allowed;
   297     buf = qtn_wlan_sett_tkip_not_allowed;
   293     }
   298     }
   294 
   299 
       
   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 
   295 RESOURCE TBUF r_wpa_preshared_key_must_be_defined
   310 RESOURCE TBUF r_wpa_preshared_key_must_be_defined
   296     { 
   311     { 
   297     buf = qtn_selec_setting_compulsory;
   312     buf = qtn_selec_setting_compulsory;
   298     }
   313     }
   299 
   314