Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Drdev-ops.h1329 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr()
1330 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1488 .abort_pmsr = iwl_mvm_abort_pmsr,
H A Dmac80211.c6664 .abort_pmsr = iwl_mvm_abort_pmsr,
/linux/include/net/
H A Dmac80211.h4805 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
H A Dcfg80211.h4920 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux/net/mac80211/
H A Dcfg.c5274 .abort_pmsr = ieee80211_abort_pmsr,
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3974 .abort_pmsr = mac80211_hwsim_abort_pmsr, \