/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx.c | 176 uint8_t use_6mbps, uint16_t chanfreq) in ol_txrx_mgmt_send_ext() argument 250 &tx_msdu_info, chanfreq); in ol_txrx_mgmt_send_ext()
|
D | ol_tx.h | 296 uint8_t type, uint8_t use_6mbps, uint16_t chanfreq);
|
D | ol_tx_ll.c | 298 uint16_t chanfreq) in ol_txrx_mgmt_send_frame() argument 302 htt_tx_desc_set_chanfreq(tx_desc->htt_tx_desc, chanfreq); in ol_txrx_mgmt_send_frame()
|
D | ol_txrx.h | 449 uint16_t chanfreq);
|
D | ol_tx_hl.c | 409 uint16_t chanfreq) in ol_txrx_mgmt_send_frame() argument 445 htt_tx_desc_set_chanfreq(tx_desc->htt_tx_desc, chanfreq); in ol_txrx_mgmt_send_frame()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
D | ol_htt_tx_api.h | 818 void htt_tx_desc_set_chanfreq(void *htt_tx_desc, uint16_t chanfreq) in htt_tx_desc_set_chanfreq() argument 834 *chanfreq_field_ptr = chanfreq; in htt_tx_desc_set_chanfreq()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_data.c | 2318 uint16_t chanfreq; in wma_tx_packet() local 2674 chanfreq = wma_handle->interfaces[vdev_id].ch_freq; in wma_tx_packet() 2676 chanfreq = channel_freq; in wma_tx_packet() 2678 chanfreq, vdev_id); in wma_tx_packet() 2679 if (wma_is_vdev_in_ap_mode(wma_handle, vdev_id) && !chanfreq) in wma_tx_packet() 2683 chanfreq = channel_freq; in wma_tx_packet() 2685 chanfreq = 0; in wma_tx_packet() 2711 mgmt_param.chanfreq = chanfreq; in wma_tx_packet()
|
D | wma_mgmt.c | 4098 mgmt_params->chanfreq); in wma_mgmt_unified_cmd_send()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified.c | 1431 void *header, uint32_t vdev_id, uint32_t chanfreq) in wmi_mgmt_cmd_record() argument 1439 data[3] = chanfreq; in wmi_mgmt_cmd_record() 1450 void *header, uint32_t vdev_id, uint32_t chanfreq) { } in wmi_mgmt_cmd_record() argument
|
D | wmi_unified_tlv.c | 4709 cmd->chanfreq = param->chanfreq; in send_mgmt_cmd_tlv() 4723 bufp, cmd->vdev_id, cmd->chanfreq); in send_mgmt_cmd_tlv() 4788 cmd->chanfreq = param->chanfreq; in send_mgmt_cmd_tlv() 4820 bufp, cmd->vdev_id, cmd->chanfreq); in send_mgmt_cmd_tlv() 4908 cmd->chanfreq = param->chanfreq; in send_offchan_data_tx_cmd_tlv() 4925 bufp, cmd->vdev_id, cmd->chanfreq); in send_offchan_data_tx_cmd_tlv()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_cmn.h | 1040 uint8_t use_6mbps, uint16_t chanfreq) in cdp_mgmt_send_ext() argument 1053 (soc, vdev_id, tx_mgmt_frm, type, use_6mbps, chanfreq); in cdp_mgmt_send_ext()
|
D | cdp_txrx_ops.h | 379 uint8_t use_6mbps, uint16_t chanfreq);
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
D | htt_tx.c | 1081 qdf_debug(" chanfreq = %d", htt_tx_desc->chanfreq); in htt_tx_desc_display()
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
D | wlan_p2p_off_chan_tx.c | 1218 mgmt_param.chanfreq = tx_ctx->chan_freq; in p2p_mgmt_tx() 1278 mgmt_param.frm_len, mgmt_param.chanfreq, in p2p_mgmt_tx()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_api.h | 247 void *header, uint32_t vdev_id, uint32_t chanfreq);
|
D | wmi_unified_param.h | 1760 uint16_t chanfreq; member 1791 uint16_t chanfreq; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_send_management_frames.c | 6923 (qdf_freq_t)mgmt_params->chanfreq, 6993 (qdf_freq_t)mgmt_params->chanfreq,
|
/wlan-driver/fw-api/fw/ |
D | htt.h | 1208 A_UINT16 chanfreq; \ 2053 chanfreq : 16; member
|
D | wmi_unified.h | 7551 A_UINT32 chanfreq; /* MHz units */ member 7598 A_UINT32 chanfreq; /* MHz units */ member
|