Lines Matching defs:mac
32 u8 mac[WILC_MAX_NUM_STA][ETH_ALEN];
831 static void wilc_hif_pack_sta_param(u8 *cur_byte, const u8 *mac,
834 ether_addr_copy(cur_byte, mac);
1288 netdev_err(vif->ndev, "Failed to get mac address\n");
1305 netdev_err(vif->ndev, "Failed to set mac address\n");
1382 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val)
1394 ether_addr_copy(wid.val, mac);
1398 netdev_err(vif->ndev, "Failed to set inactive mac\n");
1814 int wilc_add_station(struct wilc_vif *vif, const u8 *mac,
1830 wilc_hif_pack_sta_param(cur_byte, mac, params);
1879 ether_addr_copy(del_sta.mac[i], mac_addr[i]);
1900 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac,
1916 wilc_hif_pack_sta_param(cur_byte, mac, params);