Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c64 static QDF_STATUS p2p_tx_context_check_valid(struct tx_action_context *tx_ctx) in p2p_tx_context_check_valid()
104 static QDF_STATUS p2p_vdev_check_valid(struct tx_action_context *tx_ctx) in p2p_vdev_check_valid()
152 static QDF_STATUS p2p_vdev_check_valid(struct tx_action_context *tx_ctx) in p2p_vdev_check_valid()
212 static QDF_STATUS p2p_check_and_update_channel(struct tx_action_context *tx_ctx) in p2p_check_and_update_channel()
274 struct tx_action_context *tx_ctx) in p2p_get_p2pie_from_probe_rsp()
393 struct tx_action_context *tx_ctx) in p2p_get_vdev_noa_info()
444 struct tx_action_context *tx_ctx, uint8_t *pnoa_stream) in p2p_get_noa_attr_stream()
528 static uint16_t p2p_update_noa_stream(struct tx_action_context *tx_ctx, in p2p_update_noa_stream()
581 static void p2p_set_ht_caps(struct tx_action_context *tx_ctx, in p2p_set_ht_caps()
597 struct tx_action_context *tx_ctx, in p2p_get_next_seq_num()
[all …]
H A Dwlan_p2p_off_chan_tx.h180 struct tx_action_context { struct
233 struct tx_action_context *tx_ctx);
321 QDF_STATUS p2p_process_mgmt_tx(struct tx_action_context *tx_ctx);
367 struct tx_action_context *p2p_find_tx_ctx_by_nbuf(
475 struct tx_action_context *tx_action);
H A Dwlan_p2p_main.h76 struct tx_action_context;
H A Dwlan_p2p_main.c946 (struct tx_action_context *) in p2p_process_cmd()
1035 struct tx_action_context *tx_action; in p2p_msg_flush_callback()
1045 tx_action = (struct tx_action_context *)msg->bodyptr; in p2p_msg_flush_callback()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_ucfg_api.c304 struct tx_action_context *tx_action; in ucfg_p2p_mgmt_tx()