abort_pmsr       5088 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	.abort_pmsr = iwl_mvm_abort_pmsr,
abort_pmsr       3945 include/net/cfg80211.h 	void	(*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev,
abort_pmsr       4054 include/net/mac80211.h 	void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
abort_pmsr       4064 net/mac80211/cfg.c 	.abort_pmsr = ieee80211_abort_pmsr,
abort_pmsr       1277 net/mac80211/driver-ops.h 	if (local->ops->abort_pmsr)
abort_pmsr       1278 net/mac80211/driver-ops.h 		local->ops->abort_pmsr(&local->hw, &sdata->vif, request);
abort_pmsr       1285 net/wireless/rdev-ops.h 	if (rdev->ops->abort_pmsr)
abort_pmsr       1286 net/wireless/rdev-ops.h 		rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request);