Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac80211/
Ddriver-ops.h1313 if (local->ops->abort_pmsr) in drv_abort_pmsr()
1314 local->ops->abort_pmsr(&local->hw, &sdata->vif, request); in drv_abort_pmsr()
Dcfg.c5132 .abort_pmsr = ieee80211_abort_pmsr,
/linux-6.6.21/net/wireless/
Drdev-ops.h1325 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr()
1326 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1172 .abort_pmsr = iwl_mvm_abort_pmsr,
Dmac80211.c6234 .abort_pmsr = iwl_mvm_abort_pmsr,
/linux-6.6.21/include/net/
Dmac80211.h4599 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
Dcfg80211.h4736 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux-6.6.21/drivers/net/wireless/virtual/
Dmac80211_hwsim.c3843 .abort_pmsr = mac80211_hwsim_abort_pmsr,