Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Drdev-ops.h1367 if (rdev->ops->abort_pmsr) in rdev_set_tid_config()
1368 rdev->ops->abort_pmsr(&rdev->wiphy, wdev, request); in rdev_set_tid_config()
/linux/include/net/
H A Dmac80211.h5030 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/linux/net/mac80211/
H A Dcfg.c5861 .abort_pmsr = ieee80211_abort_pmsr,
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4341 .abort_pmsr = mac80211_hwsim_abort_pmsr, \