Home
last modified time | relevance | path

Searched refs:off_chan (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_ucfg_api.c345 tx_action->off_chan = mgmt_frm->off_chan; in ucfg_p2p_mgmt_tx()
360 mgmt_frm->dont_wait_for_ack, mgmt_frm->off_chan, *cookie); in ucfg_p2p_mgmt_tx()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
H A Dwlan_p2p_public_struct.h158 uint32_t off_chan; member
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.h190 bool off_chan; member
H A Dwlan_p2p_off_chan_tx.c142 !tx_ctx->off_chan)) { in p2p_vdev_check_valid()
191 !tx_ctx->off_chan)) { in p2p_vdev_check_valid()
1988 tx_ctx->off_chan, tx_ctx->no_cck, in p2p_dump_tx_queue()
2008 tx_ctx->off_chan, tx_ctx->no_cck, in p2p_dump_tx_queue()
3208 tx_ctx->buf, tx_ctx->buf_len, tx_ctx->off_chan, in p2p_process_mgmt_tx()
3251 if (!tx_ctx->off_chan || !tx_ctx->chan_freq) { in p2p_process_mgmt_tx()
/wlan-driver/qcacld-3.0/os_if/p2p/src/
H A Dwlan_cfg80211_p2p.c479 mgmt_tx.off_chan = (uint32_t)offchan; in wlan_cfg80211_mgmt_tx()