Home
last modified time | relevance | path

Searched refs:wma_tx_frame (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c501 wma_tx_frame(mac_ctx, packet, in lim_send_probe_req_mgmt_frame()
999 qdf_status = wma_tx_frame(mac_ctx, packet, in lim_send_probe_rsp_mgmt_frame()
1217 qdf_status = wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_addts_req_action_frame()
1979 qdf_status = wma_tx_frame( in lim_send_assoc_rsp_mgmt_frame()
2131 qdf_status = wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_delts_req_action_frame()
4411 qdf_status = wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_disassoc_mgmt_frame()
4655 wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_deauth_mgmt_frame()
4678 wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_deauth_mgmt_frame()
4806 wma_tx_frame(mac, pPacket, (uint16_t) nBytes, in lim_send_meas_report_frame()
4914 wma_tx_frame(mac, pPacket, (uint16_t) nBytes,
[all …]
H A Dlim_send_frames_host_roam.c514 qdf_status = wma_tx_frame(mac_ctx, packet, in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
946 wma_tx_frame(mac, pPacket, in lim_send_reassoc_req_mgmt_frame()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_types.h448 #define wma_tx_frame(hHal, pFrmBuf, frmLen, frmType, txDir, tid, pCompFunc, \ macro