Searched refs:abort_pmsr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/mac80211/ |
D | driver-ops.h | 1434 if (local->ops->abort_pmsr) in drv_abort_pmsr() 1435 local->ops->abort_pmsr(&local->hw, &sdata->vif, request); in drv_abort_pmsr()
|
D | cfg.c | 5209 .abort_pmsr = ieee80211_abort_pmsr,
|
/linux-6.12.1/net/wireless/ |
D | rdev-ops.h | 1328 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr() 1329 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-mac80211.c | 1474 .abort_pmsr = iwl_mvm_abort_pmsr,
|
D | mac80211.c | 6633 .abort_pmsr = iwl_mvm_abort_pmsr,
|
/linux-6.12.1/include/net/ |
D | mac80211.h | 4779 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
D | cfg80211.h | 4919 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/linux-6.12.1/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.c | 3974 .abort_pmsr = mac80211_hwsim_abort_pmsr, \
|