Lines Matching defs:mac
87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac)
99 if (mac != NULL) {
107 if (is_multicast_ether_addr(mac))
110 macLo = get_unaligned_le32(mac);
111 macHi = get_unaligned_le16(mac + 4);
131 const u8 *mac)
150 "AES-CCM not supported by this mac rev\n");
220 (void) ath_hw_keysetmac(common, entry, mac);
333 (void) ath_hw_keysetmac(common, entry, mac);
479 const u8 *mac = NULL;
513 mac = gmac;
523 mac = gmac;
533 mac = sta->addr;
544 mac = sta->addr;
553 ret = ath_setkey_tkip(common, idx, key->key, &hk, mac,
556 ret = ath_hw_set_keycache_entry(common, idx, &hk, mac);