Searched defs:p2p_mgmt_tx (Results 1 – 2 of 2) sorted by relevance
151 struct p2p_mgmt_tx { struct152 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;
1197 static QDF_STATUS p2p_mgmt_tx(struct tx_action_context *tx_ctx, in p2p_mgmt_tx() function