Searched refs:mod_link_station (Results 1 – 4 of 4) sorted by relevance
1487 if (rdev->ops->mod_link_station) in rdev_mod_link_station()1488 ret = rdev->ops->mod_link_station(&rdev->wiphy, dev, params); in rdev_mod_link_station()
16340 (!add && !rdev->ops->mod_link_station)) in nl80211_add_mod_link_station()
4995 int (*mod_link_station)(struct wiphy *wiphy, struct net_device *dev, member
5314 .mod_link_station = ieee80211_mod_link_station,