Searched refs:offchan (Results 1 - 6 of 6) sorted by relevance

/net/wireless/
H A Dtrace.h1654 struct ieee80211_channel *chan, bool offchan,
1656 TP_ARGS(wiphy, wdev, chan, offchan, wait, no_cck, dont_wait_for_ack),
1661 __field(bool, offchan)
1670 __entry->offchan = offchan;
1675 TP_printk(WIPHY_PR_FMT ", " WDEV_PR_FMT ", " CHAN_PR_FMT ", offchan: %s,"
1678 BOOL_TO_STR(__entry->offchan), __entry->wait,
H A Drdev-ops.h626 struct ieee80211_channel *chan, bool offchan,
631 trace_rdev_mgmt_tx(&rdev->wiphy, wdev, chan, offchan,
633 ret = rdev->ops->mgmt_tx(&rdev->wiphy, wdev, chan, offchan,
624 rdev_mgmt_tx(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, struct ieee80211_channel *chan, bool offchan, unsigned int wait, const u8 *buf, size_t len, bool no_cck, bool dont_wait_for_ack, u64 *cookie) argument
H A Dcore.h369 struct ieee80211_channel *chan, bool offchan,
H A Dmlme.c676 struct ieee80211_channel *chan, bool offchan,
771 return rdev_mgmt_tx(rdev, wdev, chan, offchan,
674 cfg80211_mlme_mgmt_tx(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, struct ieee80211_channel *chan, bool offchan, unsigned int wait, const u8 *buf, size_t len, bool no_cck, bool dont_wait_for_ack, u64 *cookie) argument
H A Dnl80211.c7261 bool offchan, no_cck, dont_wait_for_ack; local
7300 offchan = info->attrs[NL80211_ATTR_OFFCHANNEL_TX_OK];
7302 if (offchan && !(rdev->wiphy.flags & WIPHY_FLAG_OFFCHAN_TX))
7324 err = cfg80211_mlme_mgmt_tx(rdev, wdev, chandef.chan, offchan, wait,
/net/mac80211/
H A Dcfg.c2770 struct ieee80211_channel *chan, bool offchan,
2848 if (need_offchan && !offchan) {
2769 ieee80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, bool offchan, unsigned int wait, const u8 *buf, size_t len, bool no_cck, bool dont_wait_for_ack, u64 *cookie) argument

Completed in 86 milliseconds