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