Home
last modified time | relevance | path

Searched refs:cipher_mask (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c1183 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_key() argument
1200 if (cipher_mask == BIT(cipher)) in mt7615_mac_wtbl_update_key()
1210 else if (cipher_mask) in mt7615_mac_wtbl_update_key()
1212 if (!cipher_mask) in mt7615_mac_wtbl_update_key()
1223 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_pk() argument
1234 if (cipher_mask) in mt7615_mac_wtbl_update_pk()
1238 if (cipher_mask & BIT(MT_CIPHER_BIP_CMAC_128)) in mt7615_mac_wtbl_update_pk()
1245 cipher_mask == BIT(cipher))) { in mt7615_mac_wtbl_update_pk()
1262 enum mt76_cipher_type cipher, u16 cipher_mask, in mt7615_mac_wtbl_update_cipher() argument
1267 if (!cipher_mask) { in mt7615_mac_wtbl_update_cipher()
[all …]