Lines Matching defs:mac
38 if (memcmp(node_addr, ar->sta_list[i].mac, ETH_ALEN) == 0) {
61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid,
72 memcpy(sta->mac, mac, ETH_ALEN);
108 eth_zero_addr(sta->mac);
117 static u8 ath6kl_remove_sta(struct ath6kl *ar, u8 *mac, u16 reason)
121 if (is_zero_ether_addr(mac))
124 if (is_broadcast_ether_addr(mac)) {
128 if (!is_zero_ether_addr(ar->sta_list[i].mac)) {
135 if (memcmp(ar->sta_list[i].mac, mac, ETH_ALEN) == 0) {
138 mac, ar->sta_list[i].aid, reason);
536 "ready event mac addr %pM sw_ver 0x%x abi_ver 0x%x cap 0x%x\n",
695 cfg80211_michael_mic_failure(vif->ndev, sta->mac,