/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 1037 uint8_t *pFrame; in lim_send_addts_req_action_frame() local 1152 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_addts_req_action_frame() 1160 qdf_mem_zero(pFrame, nBytes); in lim_send_addts_req_action_frame() 1163 lim_populate_mac_header(mac, pFrame, SIR_MAC_MGMT_FRAME, in lim_send_addts_req_action_frame() 1165 pMacHdr = (tpSirMacMgmtHdr) pFrame; in lim_send_addts_req_action_frame() 1174 pFrame + in lim_send_addts_req_action_frame() 1188 pFrame + in lim_send_addts_req_action_frame() 1220 7, lim_tx_complete, pFrame, txFlag, in lim_send_addts_req_action_frame() 2014 uint8_t *pFrame; in lim_send_delts_req_action_frame() local 2070 cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_delts_req_action_frame() [all …]
|
H A D | lim_process_tdls.c | 468 static uint32_t lim_prepare_tdls_frame_header(struct mac_context *mac, uint8_t *pFrame, in lim_prepare_tdls_frame_header() argument 488 pMacHdr = (tpSirMacDataHdr3a) (pFrame); in lim_prepare_tdls_frame_header() 547 qdf_mem_copy((uint8_t *) (pFrame + header_offset), in lim_prepare_tdls_frame_header() 553 *(pFrame + header_offset) = PAYLOAD_TYPE_TDLS; in lim_prepare_tdls_frame_header() 663 uint8_t *pFrame; in lim_send_tdls_dis_req_frame() local 754 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_tdls_dis_req_frame() 764 qdf_mem_zero(pFrame, nBytes); in lim_send_tdls_dis_req_frame() 773 header_offset = lim_prepare_tdls_frame_header(mac, pFrame, in lim_send_tdls_dis_req_frame() 779 status = dot11f_pack_tdls_dis_req(mac, tdls_dis_req, pFrame in lim_send_tdls_dis_req_frame() 795 pFrame + header_offset + in lim_send_tdls_dis_req_frame() [all …]
|
H A D | lim_send_frames_host_roam.c | 612 uint8_t *pFrame; in lim_send_reassoc_req_mgmt_frame() local 868 qdf_status = cds_packet_alloc((uint16_t) nBytes, (void **)&pFrame, in lim_send_reassoc_req_mgmt_frame() 880 qdf_mem_zero(pFrame, nBytes); in lim_send_reassoc_req_mgmt_frame() 883 lim_populate_mac_header(mac, pFrame, SIR_MAC_MGMT_FRAME, in lim_send_reassoc_req_mgmt_frame() 886 pMacHdr = (tpSirMacMgmtHdr) pFrame; in lim_send_reassoc_req_mgmt_frame() 889 nStatus = dot11f_pack_re_assoc_request(mac, frm, pFrame + in lim_send_reassoc_req_mgmt_frame() 921 pFrame + sizeof(tSirMacMgmtHdr), nPayload); in lim_send_reassoc_req_mgmt_frame() 949 lim_tx_complete, pFrame, txFlag, smeSessionId, 0, in lim_send_reassoc_req_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_data.c | 2319 uint8_t *pFrame = NULL; in wma_tx_packet() local 2416 (void **)&pFrame, in wma_tx_packet() 2433 qdf_mem_zero(pFrame, newFrmLen); in wma_tx_packet() 2434 qdf_mem_copy(pFrame, wh, sizeof(*wh)); in wma_tx_packet() 2435 qdf_mem_copy(pFrame + sizeof(*wh) + in wma_tx_packet() 2442 pData = pFrame; in wma_tx_packet() 2467 (void **)&pFrame, in wma_tx_packet() 2483 qdf_mem_zero(pFrame, newFrmLen); in wma_tx_packet() 2484 qdf_mem_copy(pFrame, wh, sizeof(*wh)); in wma_tx_packet() 2485 qdf_mem_copy(pFrame + sizeof(*wh), in wma_tx_packet() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 2564 uint8_t *pFrame, 2580 status = dot11f_unpack_probe_request(mac, pFrame, nFrame, pr, false); 2585 pFrame, nFrame); 2974 uint8_t *pFrame, 2989 status = dot11f_unpack_probe_response(mac, pFrame, nFrame, pr, false); 2994 pFrame, nFrame); 3242 sir_convert_probe_frame2_mlo_struct(pFrame, nFrame, pr, pProbeResp); 3304 sir_convert_assoc_req_frame2_mlo_struct(uint8_t *pFrame, 3315 uint8_t *pFrame, 3326 status = dot11f_unpack_assoc_request(mac, pFrame, nFrame, ar, false); [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | parser_api.h | 705 uint8_t *pFrame, uint32_t nFrame,
|