Lines Matching defs:mac
28 u8 mac[WILC_MAX_NUM_STA][ETH_ALEN];
800 static void wilc_hif_pack_sta_param(u8 *cur_byte, const u8 *mac,
803 ether_addr_copy(cur_byte, mac);
1285 netdev_err(vif->ndev, "Failed to get mac address\n");
1362 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val)
1374 ether_addr_copy(wid.val, mac);
1378 netdev_err(vif->ndev, "Failed to set inactive mac\n");
1797 int wilc_add_station(struct wilc_vif *vif, const u8 *mac,
1812 wilc_hif_pack_sta_param(cur_byte, mac, params);
1861 ether_addr_copy(del_sta.mac[i], mac_addr[i]);
1882 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac,
1897 wilc_hif_pack_sta_param(cur_byte, mac, params);