/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | mac.c | 194 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() [all...] |
H A D | mac.h | 15 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A D | hw_common.c | 1099 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92d_set_key() argument 1138 switch (enc_algo) { in rtl92d_set_key() 1140 enc_algo = CAM_WEP40; in rtl92d_set_key() 1143 enc_algo = CAM_WEP104; in rtl92d_set_key() 1146 enc_algo = CAM_TKIP; in rtl92d_set_key() 1149 enc_algo = CAM_AES; in rtl92d_set_key() 1153 enc_algo); in rtl92d_set_key() 1154 enc_algo = CAM_TKIP; in rtl92d_set_key() 1203 entry_id, enc_algo, in rtl92d_set_key() 1214 enc_algo, CAM_CONFIG_NO_USED in rtl92d_set_key() [all...] |
H A D | hw_common.h | 21 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.h | 32 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
H A D | hw.c | 2536 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument 2575 switch (enc_algo) { in rtl8723be_set_key() 2577 enc_algo = CAM_WEP40; in rtl8723be_set_key() 2580 enc_algo = CAM_WEP104; in rtl8723be_set_key() 2583 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2586 enc_algo = CAM_AES; in rtl8723be_set_key() 2590 "switch case %#x not processed\n", enc_algo); in rtl8723be_set_key() 2591 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2634 entry_id, enc_algo, in rtl8723be_set_key() 2646 enc_algo, in rtl8723be_set_key() [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | hw.h | 30 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
H A D | hw.c | 2416 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_USED in rtl92ee_set_key() [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.h | 30 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
H A D | hw.c | 2271 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument 2309 switch (enc_algo) { in rtl88ee_set_key() 2311 enc_algo = CAM_WEP40; in rtl88ee_set_key() 2314 enc_algo = CAM_WEP104; in rtl88ee_set_key() 2317 enc_algo = CAM_TKIP; in rtl88ee_set_key() 2320 enc_algo = CAM_AES; in rtl88ee_set_key() 2324 enc_algo); in rtl88ee_set_key() 2325 enc_algo = CAM_TKIP; in rtl88ee_set_key() 2369 entry_id, enc_algo, in rtl88ee_set_key() 2381 enc_algo, in rtl88ee_set_key() [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.h | 49 u8 enc_algo, bool is_wepkey, bool clear_all);
|
H A D | hw.c | 2372 bool is_group, u8 enc_algo, bool is_wepkey, bool clear_all) in rtl92se_set_key() argument 2411 switch (enc_algo) { in rtl92se_set_key() 2413 enc_algo = CAM_WEP40; in rtl92se_set_key() 2416 enc_algo = CAM_WEP104; in rtl92se_set_key() 2419 enc_algo = CAM_TKIP; in rtl92se_set_key() 2422 enc_algo = CAM_AES; in rtl92se_set_key() 2426 enc_algo); in rtl92se_set_key() 2427 enc_algo = CAM_TKIP; in rtl92se_set_key() 2470 entry_id, enc_algo, in rtl92se_set_key() 2482 enc_algo, CAM_CONFIG_NO_USED in rtl92se_set_key() [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.h | 32 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.h | 36 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
H A D | hw.c | 2133 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument 2172 switch (enc_algo) { in rtl8723e_set_key() 2174 enc_algo = CAM_WEP40; in rtl8723e_set_key() 2177 enc_algo = CAM_WEP104; in rtl8723e_set_key() 2180 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2183 enc_algo = CAM_AES; in rtl8723e_set_key() 2187 "switch case %#x not processed\n", enc_algo); in rtl8723e_set_key() 2188 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2231 entry_id, enc_algo, in rtl8723e_set_key() 2243 enc_algo, in rtl8723e_set_key() [all...] |
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | hw.h | 43 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
H A D | hw.c | 2059 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument 2098 switch (enc_algo) { in rtl92ce_set_key() 2100 enc_algo = CAM_WEP40; in rtl92ce_set_key() 2103 enc_algo = CAM_WEP104; in rtl92ce_set_key() 2106 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2109 enc_algo = CAM_AES; in rtl92ce_set_key() 2113 enc_algo); in rtl92ce_set_key() 2114 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2173 entry_id, enc_algo, in rtl92ce_set_key() 2186 enc_algo, in rtl92ce_set_key() [all...] |
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme_ext.h | 285 u32 enc_algo;/* encrypt algorithm; */ member
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | wifi.h | 2228 u8 *macaddr, bool is_group, u8 enc_algo,
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 253 pmlmeinfo->enc_algo = _NO_PRIVACY_; in init_mlme_ext_priv_value() 5666 pmlmeinfo->enc_algo = pparm->algorithm; in set_stakey_hdl()
|