Searched refs:abort_pmsr (Results 1 – 5 of 5) sorted by relevance
| /linux/net/mac80211/ |
| H A D | driver-ops.h | 1466 if (local->ops->abort_pmsr) in drv_abort_pmsr() 1467 local->ops->abort_pmsr(&local->hw, &sdata->vif, request); in drv_abort_pmsr()
|
| H A D | cfg.c | 5861 .abort_pmsr = ieee80211_abort_pmsr,
|
| /linux/net/wireless/ |
| H A D | rdev-ops.h | 1367 if (rdev->ops->abort_pmsr) in rdev_set_tid_config() 1368 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_set_tid_config()
|
| /linux/include/net/ |
| H A D | mac80211.h | 4623 * @abort_pmsr: abort peer measurement (this call can sleep) 5030 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, 4902 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, global() member
|
| H A D | cfg80211.h | 5041 * @abort_pmsr: abort peer measurement 5430 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, 5237 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, global() member
|