Home
last modified time | relevance | path

Searched refs:abort_pmsr (Results 1 – 8 of 8) sorted by relevance

/linux/net/mac80211/
H A Ddriver-ops.h1466 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 Dcfg.c5655 .abort_pmsr = ieee80211_abort_pmsr,
/linux/net/wireless/
H A Drdev-ops.h1335 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr()
1336 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1097 .abort_pmsr = iwl_mvm_abort_pmsr,
H A Dmac80211.c6426 .abort_pmsr = iwl_mvm_abort_pmsr,
/linux/include/net/
H A Dmac80211.h4902 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
H A Dcfg80211.h5237 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4187 .abort_pmsr = mac80211_hwsim_abort_pmsr, \