Home
last modified time | relevance | path

Searched defs:p2p_mgmt_tx (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
Dwlan_p2p_public_struct.h151 struct p2p_mgmt_tx { struct
152 uint32_t vdev_id;
153 qdf_freq_t chan_freq;
154 uint32_t wait;
155 uint32_t len;
156 uint32_t no_cck;
157 uint32_t dont_wait_for_ack;
158 uint32_t off_chan;
159 const uint8_t *buf;
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c1197 static QDF_STATUS p2p_mgmt_tx(struct tx_action_context *tx_ctx, in p2p_mgmt_tx() function