Lines Matching defs:mac
16 #include "mac.h"
1886 static void ath10k_wmi_tx_beacons_iter(void *data, u8 *mac,
2278 "mac wep key present for peer %pM\n", addr);
2566 sband = &ar->mac.sbands[status->band];
7520 ath10k_wmi_op_gen_set_ap_ps(struct ath10k *ar, u32 vdev_id, const u8 *mac,
7526 if (!mac)
7537 ether_addr_copy(cmd->peer_macaddr.addr, mac);
7541 vdev_id, param_id, value, mac);
8048 const u8 *mac)
8053 if (!mac)
8062 ether_addr_copy(cmd->peer_macaddr.addr, mac);
8066 vdev_id, mac);
8071 ath10k_wmi_op_gen_addba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac,
8077 if (!mac)
8086 ether_addr_copy(cmd->peer_macaddr.addr, mac);
8092 vdev_id, mac, tid, buf_size);
8097 ath10k_wmi_op_gen_addba_set_resp(struct ath10k *ar, u32 vdev_id, const u8 *mac,
8103 if (!mac)
8112 ether_addr_copy(cmd->peer_macaddr.addr, mac);
8118 vdev_id, mac, tid, status);
8123 ath10k_wmi_op_gen_delba_send(struct ath10k *ar, u32 vdev_id, const u8 *mac,
8129 if (!mac)
8138 ether_addr_copy(cmd->peer_macaddr.addr, mac);
8145 vdev_id, mac, tid, initiator, reason);