Searched refs:abort_pmsr (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | driver-ops.h | 1316 if (local->ops->abort_pmsr) in drv_abort_pmsr() 1317 local->ops->abort_pmsr(&local->hw, &sdata->vif, request); in drv_abort_pmsr()
|
H A D | cfg.c | 5134 .abort_pmsr = ieee80211_abort_pmsr,
|
/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 1329 if (rdev->ops->abort_pmsr) in rdev_abort_pmsr() 1330 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_abort_pmsr()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1179 .abort_pmsr = iwl_mvm_abort_pmsr,
|
H A D | mac80211.c | 6305 .abort_pmsr = iwl_mvm_abort_pmsr,
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 4616 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
H A D | cfg80211.h | 4736 void (*abort_pmsr)(struct wiphy *wiphy, struct wireless_dev *wdev, member
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3843 .abort_pmsr = mac80211_hwsim_abort_pmsr,
|