Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddriver-ops.h1439 if (local->ops->abort_pmsr) in drv_abort_pmsr()
1440 local->ops->abort_pmsr(&local->hw, &sdata->vif, request); in drv_abort_pmsr()
H A Dcfg.c5304 .abort_pmsr = ieee80211_abort_pmsr,
/linux-6.15/net/wireless/
H A Drdev-ops.h1330 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr()
1331 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1423 .abort_pmsr = iwl_mvm_abort_pmsr,
H A Dmac80211.c6669 .abort_pmsr = iwl_mvm_abort_pmsr,
/linux-6.15/include/net/
H A Dmac80211.h4818 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
H A Dcfg80211.h4974 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3976 .abort_pmsr = mac80211_hwsim_abort_pmsr, \