Searched refs:cipher_mask (Results 1 – 1 of 1) sorted by relevance
1191 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_key() argument1206 if (cipher_mask == BIT(cipher)) in mt7615_mac_wtbl_update_key()1221 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_pk() argument1232 if (cipher_mask) in mt7615_mac_wtbl_update_pk()1236 if (cipher_mask & BIT(MT_CIPHER_BIP_CMAC_128)) in mt7615_mac_wtbl_update_pk()1241 if (cipher != MT_CIPHER_BIP_CMAC_128 || cipher_mask == BIT(cipher)) { in mt7615_mac_wtbl_update_pk()1258 enum mt76_cipher_type cipher, u16 cipher_mask) in mt7615_mac_wtbl_update_cipher() argument1263 cipher_mask & ~BIT(MT_CIPHER_BIP_CMAC_128)) in mt7615_mac_wtbl_update_cipher()1275 u16 cipher_mask = wcid->cipher; in __mt7615_mac_wtbl_set_key() local1282 cipher_mask |= BIT(cipher); in __mt7615_mac_wtbl_set_key()[all …]