Lines Matching defs:mac
185 struct net_device *dev, u8 *mac,
189 trace_rdev_add_station(&rdev->wiphy, dev, mac, params);
190 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params);
207 struct net_device *dev, u8 *mac,
211 trace_rdev_change_station(&rdev->wiphy, dev, mac, params);
212 ret = rdev->ops->change_station(&rdev->wiphy, dev, mac, params);
218 struct net_device *dev, const u8 *mac,
222 trace_rdev_get_station(&rdev->wiphy, dev, mac);
223 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo);
229 struct net_device *dev, int idx, u8 *mac,
233 trace_rdev_dump_station(&rdev->wiphy, dev, idx, mac);
234 ret = rdev->ops->dump_station(&rdev->wiphy, dev, idx, mac, sinfo);