Lines Matching refs:enc_algo
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()
2288 entry_id, enc_algo, in rtl8723e_set_key()