/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.c | 215 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92c_set_key() argument 250 switch (enc_algo) { in rtl92c_set_key() 252 enc_algo = CAM_WEP40; in rtl92c_set_key() 255 enc_algo = CAM_WEP104; in rtl92c_set_key() 258 enc_algo = CAM_TKIP; in rtl92c_set_key() 261 enc_algo = CAM_AES; in rtl92c_set_key() 265 enc_algo = CAM_TKIP; in rtl92c_set_key() 319 entry_id, enc_algo, in rtl92c_set_key() 331 enc_algo, in rtl92c_set_key() 337 entry_id, enc_algo, in rtl92c_set_key()
|
D | mac.h | 37 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | hw.h | 54 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2559 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument 2598 switch (enc_algo) { in rtl8723be_set_key() 2600 enc_algo = CAM_WEP40; in rtl8723be_set_key() 2603 enc_algo = CAM_WEP104; in rtl8723be_set_key() 2606 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2609 enc_algo = CAM_AES; in rtl8723be_set_key() 2613 "switch case %#x not processed\n", enc_algo); in rtl8723be_set_key() 2614 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2657 entry_id, enc_algo, in rtl8723be_set_key() 2669 enc_algo, in rtl8723be_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | hw.h | 52 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2438 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument 2477 switch (enc_algo) { in rtl92ee_set_key() 2479 enc_algo = CAM_WEP40; in rtl92ee_set_key() 2482 enc_algo = CAM_WEP104; in rtl92ee_set_key() 2485 enc_algo = CAM_TKIP; in rtl92ee_set_key() 2488 enc_algo = CAM_AES; in rtl92ee_set_key() 2492 "switch case %#x not processed\n", enc_algo); in rtl92ee_set_key() 2493 enc_algo = CAM_TKIP; in rtl92ee_set_key() 2538 entry_id, enc_algo, in rtl92ee_set_key() 2550 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92ee_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.h | 70 u8 enc_algo, bool is_wepkey, bool clear_all);
|
D | hw.c | 2404 bool is_group, u8 enc_algo, bool is_wepkey, bool clear_all) in rtl92se_set_key() argument 2443 switch (enc_algo) { in rtl92se_set_key() 2445 enc_algo = CAM_WEP40; in rtl92se_set_key() 2448 enc_algo = CAM_WEP104; in rtl92se_set_key() 2451 enc_algo = CAM_TKIP; in rtl92se_set_key() 2454 enc_algo = CAM_AES; in rtl92se_set_key() 2458 enc_algo); in rtl92se_set_key() 2459 enc_algo = CAM_TKIP; in rtl92se_set_key() 2502 entry_id, enc_algo, in rtl92se_set_key() 2514 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92se_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | hw.h | 52 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2300 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl88ee_set_key() argument 2338 switch (enc_algo) { in rtl88ee_set_key() 2340 enc_algo = CAM_WEP40; in rtl88ee_set_key() 2343 enc_algo = CAM_WEP104; in rtl88ee_set_key() 2346 enc_algo = CAM_TKIP; in rtl88ee_set_key() 2349 enc_algo = CAM_AES; in rtl88ee_set_key() 2353 enc_algo); in rtl88ee_set_key() 2354 enc_algo = CAM_TKIP; in rtl88ee_set_key() 2398 entry_id, enc_algo, in rtl88ee_set_key() 2410 enc_algo, in rtl88ee_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | hw.h | 52 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2111 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92de_set_key() argument 2146 switch (enc_algo) { in rtl92de_set_key() 2148 enc_algo = CAM_WEP40; in rtl92de_set_key() 2151 enc_algo = CAM_WEP104; in rtl92de_set_key() 2154 enc_algo = CAM_TKIP; in rtl92de_set_key() 2157 enc_algo = CAM_AES; in rtl92de_set_key() 2161 enc_algo); in rtl92de_set_key() 2162 enc_algo = CAM_TKIP; in rtl92de_set_key() 2213 entry_id, enc_algo, in rtl92de_set_key() 2225 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92de_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hw.h | 58 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2171 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument 2210 switch (enc_algo) { in rtl8723e_set_key() 2212 enc_algo = CAM_WEP40; in rtl8723e_set_key() 2215 enc_algo = CAM_WEP104; in rtl8723e_set_key() 2218 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2221 enc_algo = CAM_AES; in rtl8723e_set_key() 2225 "switch case %#x not processed\n", enc_algo); in rtl8723e_set_key() 2226 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2269 entry_id, enc_algo, in rtl8723e_set_key() 2281 enc_algo, in rtl8723e_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | hw.h | 65 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2084 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument 2123 switch (enc_algo) { in rtl92ce_set_key() 2125 enc_algo = CAM_WEP40; in rtl92ce_set_key() 2128 enc_algo = CAM_WEP104; in rtl92ce_set_key() 2131 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2134 enc_algo = CAM_AES; in rtl92ce_set_key() 2138 enc_algo); in rtl92ce_set_key() 2139 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2198 entry_id, enc_algo, in rtl92ce_set_key() 2211 enc_algo, in rtl92ce_set_key() [all …]
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | hw.h | 54 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 3910 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument 3948 switch (enc_algo) { in rtl8821ae_set_key() 3950 enc_algo = CAM_WEP40; in rtl8821ae_set_key() 3953 enc_algo = CAM_WEP104; in rtl8821ae_set_key() 3956 enc_algo = CAM_TKIP; in rtl8821ae_set_key() 3959 enc_algo = CAM_AES; in rtl8821ae_set_key() 3963 "switch case %#x not processed\n", enc_algo); in rtl8821ae_set_key() 3964 enc_algo = CAM_TKIP; in rtl8821ae_set_key() 4006 entry_id, enc_algo, in rtl8821ae_set_key() 4018 enc_algo, in rtl8821ae_set_key() [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | hw.h | 46 bool is_group, u8 enc_algo, bool is_wepkey,
|
D | hw.c | 2274 bool is_group, u8 enc_algo, bool is_wepkey, in rtl8822be_set_key() argument 2313 switch (enc_algo) { in rtl8822be_set_key() 2315 enc_algo = CAM_WEP40; in rtl8822be_set_key() 2318 enc_algo = CAM_WEP104; in rtl8822be_set_key() 2321 enc_algo = CAM_TKIP; in rtl8822be_set_key() 2324 enc_algo = CAM_AES; in rtl8822be_set_key() 2328 "switch case %#x not processed\n", enc_algo); in rtl8822be_set_key() 2329 enc_algo = CAM_TKIP; in rtl8822be_set_key() 2370 enc_algo, CAM_CONFIG_NO_USEDK, in rtl8822be_set_key() 2379 CAM_PAIRWISE_KEY_POSITION, enc_algo, in rtl8822be_set_key() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 314 u32 enc_algo;/* encrypt algorithm; */ member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 394 u32 enc_algo;/* encrypt algorithm; */ member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2312 u8 *macaddr, bool is_group, u8 enc_algo,
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 3921 pmlmeinfo->enc_algo = _NO_PRIVACY_; in init_mlme_ext_priv_value() 5312 pmlmeinfo->enc_algo = pparm->algorithm; in set_stakey_hdl()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2233 u8 *macaddr, bool is_group, u8 enc_algo,
|