qcacmn: mgmt frame txrx

Modify P2P IE and tx mgmt frame. Handles tx confirm and rx frame
events.

Change-Id: I0c0ada2e12ee5ebdd3e8d7b7a6f2bd2af4357548
CRs-Fixed: 2015297
此提交包含在:
Wu Gao
2017-03-22 13:18:15 +08:00
提交者 Sandeep Puligilla
父節點 01309adc5c
當前提交 47276d6785
共有 8 個檔案被更改,包括 1896 行新增4 行删除

查看文件

@@ -111,6 +111,7 @@ struct p2p_tx_cnf {
* @len: Length of tx buffer
* @no_cck: Required cck or not
* @dont_wait_for_ack: Wait for ack or not
* @off_chan: Off channel tx or not
* @buf: TX buffer
*/
struct p2p_mgmt_tx {
@@ -120,6 +121,7 @@ struct p2p_mgmt_tx {
uint32_t len;
uint32_t no_cck;
uint32_t dont_wait_for_ack;
uint32_t off_chan;
const uint8_t *buf;
};