/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
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()
|
D | mac.h | 15 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
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_USEDK, in rtl92d_set_key() [all …]
|
D | hw_common.h | 21 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | hw.h | 32 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2534 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723be_set_key() argument 2573 switch (enc_algo) { in rtl8723be_set_key() 2575 enc_algo = CAM_WEP40; in rtl8723be_set_key() 2578 enc_algo = CAM_WEP104; in rtl8723be_set_key() 2581 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2584 enc_algo = CAM_AES; in rtl8723be_set_key() 2588 "switch case %#x not processed\n", enc_algo); in rtl8723be_set_key() 2589 enc_algo = CAM_TKIP; in rtl8723be_set_key() 2632 entry_id, enc_algo, in rtl8723be_set_key() 2644 enc_algo, in rtl8723be_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | hw.h | 30 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.h | 49 u8 enc_algo, bool is_wepkey, bool clear_all);
|
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_USEDK, in rtl92se_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | hw.h | 30 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2415 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ee_set_key() argument 2454 switch (enc_algo) { in rtl92ee_set_key() 2456 enc_algo = CAM_WEP40; in rtl92ee_set_key() 2459 enc_algo = CAM_WEP104; in rtl92ee_set_key() 2462 enc_algo = CAM_TKIP; in rtl92ee_set_key() 2465 enc_algo = CAM_AES; in rtl92ee_set_key() 2469 "switch case %#x not processed\n", enc_algo); in rtl92ee_set_key() 2470 enc_algo = CAM_TKIP; in rtl92ee_set_key() 2515 entry_id, enc_algo, in rtl92ee_set_key() 2527 enc_algo, CAM_CONFIG_NO_USEDK, in rtl92ee_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | hw.h | 32 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 3777 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8821ae_set_key() argument 3815 switch (enc_algo) { in rtl8821ae_set_key() 3817 enc_algo = CAM_WEP40; in rtl8821ae_set_key() 3820 enc_algo = CAM_WEP104; in rtl8821ae_set_key() 3823 enc_algo = CAM_TKIP; in rtl8821ae_set_key() 3826 enc_algo = CAM_AES; in rtl8821ae_set_key() 3830 "switch case %#x not processed\n", enc_algo); in rtl8821ae_set_key() 3831 enc_algo = CAM_TKIP; in rtl8821ae_set_key() 3873 entry_id, enc_algo, in rtl8821ae_set_key() 3885 enc_algo, in rtl8821ae_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | hw.h | 43 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2072 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl92ce_set_key() argument 2111 switch (enc_algo) { in rtl92ce_set_key() 2113 enc_algo = CAM_WEP40; in rtl92ce_set_key() 2116 enc_algo = CAM_WEP104; in rtl92ce_set_key() 2119 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2122 enc_algo = CAM_AES; in rtl92ce_set_key() 2126 enc_algo); in rtl92ce_set_key() 2127 enc_algo = CAM_TKIP; in rtl92ce_set_key() 2186 entry_id, enc_algo, in rtl92ce_set_key() 2199 enc_algo, in rtl92ce_set_key() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hw.h | 36 u8 *p_macaddr, bool is_group, u8 enc_algo,
|
D | hw.c | 2142 u8 *p_macaddr, bool is_group, u8 enc_algo, in rtl8723e_set_key() argument 2181 switch (enc_algo) { in rtl8723e_set_key() 2183 enc_algo = CAM_WEP40; in rtl8723e_set_key() 2186 enc_algo = CAM_WEP104; in rtl8723e_set_key() 2189 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2192 enc_algo = CAM_AES; in rtl8723e_set_key() 2196 "switch case %#x not processed\n", enc_algo); in rtl8723e_set_key() 2197 enc_algo = CAM_TKIP; in rtl8723e_set_key() 2240 entry_id, enc_algo, in rtl8723e_set_key() 2252 enc_algo, in rtl8723e_set_key() [all …]
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 285 u32 enc_algo;/* encrypt algorithm; */ member
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2228 u8 *macaddr, bool is_group, u8 enc_algo,
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 253 pmlmeinfo->enc_algo = _NO_PRIVACY_; in init_mlme_ext_priv_value() 5668 pmlmeinfo->enc_algo = pparm->algorithm; in set_stakey_hdl()
|