Searched refs:mod_link_station (Results 1 – 4 of 4) sorted by relevance
1485 if (rdev->ops->mod_link_station) in rdev_mod_link_station()1486 ret = rdev->ops->mod_link_station(&rdev->wiphy, dev, params); in rdev_mod_link_station()
16312 (!add && !rdev->ops->mod_link_station)) in nl80211_add_mod_link_station()
4940 int (*mod_link_station)(struct wiphy *wiphy, struct net_device *dev, member
5219 .mod_link_station = ieee80211_mod_link_station,