Home
last modified time | relevance | path

Searched refs:enc_algo (Results 1 – 23 of 23) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.c194 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument
229 switch (enc_algo) { in rtl92c_set_key()
231 enc_algo = CAM_WEP40; in rtl92c_set_key()
234 enc_algo = CAM_WEP104; in rtl92c_set_key()
237 enc_algo = CAM_TKIP; in rtl92c_set_key()
240 enc_algo = CAM_AES; in rtl92c_set_key()
244 enc_algo = CAM_TKIP; in rtl92c_set_key()
298 entry_id, enc_algo, in rtl92c_set_key()
310 enc_algo, in rtl92c_set_key()
316 entry_id, enc_algo, in rtl92c_set_key()
Dmac.h15 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.c2090 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument
2125 switch (enc_algo) { in rtl92de_set_key()
2127 enc_algo = CAM_WEP40; in rtl92de_set_key()
2130 enc_algo = CAM_WEP104; in rtl92de_set_key()
2133 enc_algo = CAM_TKIP; in rtl92de_set_key()
2136 enc_algo = CAM_AES; in rtl92de_set_key()
2140 enc_algo); in rtl92de_set_key()
2141 enc_algo = CAM_TKIP; in rtl92de_set_key()
2192 entry_id, enc_algo, in rtl92de_set_key()
2204 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92de_set_key()
[all …]
Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dhw.c2068 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument
2107 switch (enc_algo) { in rtl92ce_set_key()
2109 enc_algo = CAM_WEP40; in rtl92ce_set_key()
2112 enc_algo = CAM_WEP104; in rtl92ce_set_key()
2115 enc_algo = CAM_TKIP; in rtl92ce_set_key()
2118 enc_algo = CAM_AES; in rtl92ce_set_key()
2122 enc_algo); in rtl92ce_set_key()
2123 enc_algo = CAM_TKIP; in rtl92ce_set_key()
2182 entry_id, enc_algo, in rtl92ce_set_key()
2195 enc_algo, in rtl92ce_set_key()
[all …]
Dhw.h43 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.c2148 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument
2187 switch (enc_algo) { in rtl8723e_set_key()
2189 enc_algo = CAM_WEP40; in rtl8723e_set_key()
2192 enc_algo = CAM_WEP104; in rtl8723e_set_key()
2195 enc_algo = CAM_TKIP; in rtl8723e_set_key()
2198 enc_algo = CAM_AES; in rtl8723e_set_key()
2202 "switch case %#x not processed\n", enc_algo); in rtl8723e_set_key()
2203 enc_algo = CAM_TKIP; in rtl8723e_set_key()
2246 entry_id, enc_algo, in rtl8723e_set_key()
2258 enc_algo, in rtl8723e_set_key()
[all …]
Dhw.h36 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.c2381 bool is_group, u8 enc_algo, bool is_wepkey, bool clear_all) in rtl92se_set_key() argument
2420 switch (enc_algo) { in rtl92se_set_key()
2422 enc_algo = CAM_WEP40; in rtl92se_set_key()
2425 enc_algo = CAM_WEP104; in rtl92se_set_key()
2428 enc_algo = CAM_TKIP; in rtl92se_set_key()
2431 enc_algo = CAM_AES; in rtl92se_set_key()
2435 enc_algo); in rtl92se_set_key()
2436 enc_algo = CAM_TKIP; in rtl92se_set_key()
2479 entry_id, enc_algo, in rtl92se_set_key()
2491 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92se_set_key()
[all …]
Dhw.h49 u8 enc_algo, bool is_wepkey, bool clear_all);
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2540 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument
2579 switch (enc_algo) { in rtl8723be_set_key()
2581 enc_algo = CAM_WEP40; in rtl8723be_set_key()
2584 enc_algo = CAM_WEP104; in rtl8723be_set_key()
2587 enc_algo = CAM_TKIP; in rtl8723be_set_key()
2590 enc_algo = CAM_AES; in rtl8723be_set_key()
2594 "switch case %#x not processed\n", enc_algo); in rtl8723be_set_key()
2595 enc_algo = CAM_TKIP; in rtl8723be_set_key()
2638 entry_id, enc_algo, in rtl8723be_set_key()
2650 enc_algo, in rtl8723be_set_key()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dhw.c2277 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument
2315 switch (enc_algo) { in rtl88ee_set_key()
2317 enc_algo = CAM_WEP40; in rtl88ee_set_key()
2320 enc_algo = CAM_WEP104; in rtl88ee_set_key()
2323 enc_algo = CAM_TKIP; in rtl88ee_set_key()
2326 enc_algo = CAM_AES; in rtl88ee_set_key()
2330 enc_algo); in rtl88ee_set_key()
2331 enc_algo = CAM_TKIP; in rtl88ee_set_key()
2375 entry_id, enc_algo, in rtl88ee_set_key()
2387 enc_algo, in rtl88ee_set_key()
[all …]
Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.h30 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c2416 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument
2455 switch (enc_algo) { in rtl92ee_set_key()
2457 enc_algo = CAM_WEP40; in rtl92ee_set_key()
2460 enc_algo = CAM_WEP104; in rtl92ee_set_key()
2463 enc_algo = CAM_TKIP; in rtl92ee_set_key()
2466 enc_algo = CAM_AES; in rtl92ee_set_key()
2470 "switch case %#x not processed\n", enc_algo); in rtl92ee_set_key()
2471 enc_algo = CAM_TKIP; in rtl92ee_set_key()
2516 entry_id, enc_algo, in rtl92ee_set_key()
2528 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92ee_set_key()
[all …]
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.h32 u8 *p_macaddr, bool is_group, u8 enc_algo,
Dhw.c3822 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument
3860 switch (enc_algo) { in rtl8821ae_set_key()
3862 enc_algo = CAM_WEP40; in rtl8821ae_set_key()
3865 enc_algo = CAM_WEP104; in rtl8821ae_set_key()
3868 enc_algo = CAM_TKIP; in rtl8821ae_set_key()
3871 enc_algo = CAM_AES; in rtl8821ae_set_key()
3875 "switch case %#x not processed\n", enc_algo); in rtl8821ae_set_key()
3876 enc_algo = CAM_TKIP; in rtl8821ae_set_key()
3918 entry_id, enc_algo, in rtl8821ae_set_key()
3930 enc_algo, in rtl8821ae_set_key()
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h305 u32 enc_algo;/* encrypt algorithm; */ member
/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h381 u32 enc_algo;/* encrypt algorithm; */ member
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2291 u8 *macaddr, bool is_group, u8 enc_algo,
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3895 pmlmeinfo->enc_algo = _NO_PRIVACY_; in init_mlme_ext_priv_value()
5281 pmlmeinfo->enc_algo = pparm->algorithm; in set_stakey_hdl()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c314 pmlmeinfo->enc_algo = _NO_PRIVACY_; in init_mlme_ext_priv_value()
6493 pmlmeinfo->enc_algo = pparm->algorithm; in set_stakey_hdl()