Lines Matching defs:mac
196 struct net_device *dev, u8 *mac,
200 trace_rdev_add_station(&rdev->wiphy, dev, mac, params);
201 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params);
218 struct net_device *dev, u8 *mac,
222 trace_rdev_change_station(&rdev->wiphy, dev, mac, params);
223 ret = rdev->ops->change_station(&rdev->wiphy, dev, mac, params);
229 struct net_device *dev, const u8 *mac,
233 trace_rdev_get_station(&rdev->wiphy, dev, mac);
234 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo);
240 struct net_device *dev, int idx, u8 *mac,
244 trace_rdev_dump_station(&rdev->wiphy, dev, idx, mac);
245 ret = rdev->ops->dump_station(&rdev->wiphy, dev, idx, mac, sinfo);