Home
last modified time | relevance | path

Searched refs:frameLen (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_action_frame.c484 uint32_t frameLen; in __lim_process_add_ts_rsp() local
495 frameLen = WMA_GET_RX_PAYLOAD_LEN(rx_pkt_info); in __lim_process_add_ts_rsp()
511 frameLen, &addts); in __lim_process_add_ts_rsp()
935 uint32_t frameLen; in __lim_process_measurement_request_frame() local
939 frameLen = WMA_GET_RX_PAYLOAD_LEN(pRxPacketInfo); in __lim_process_measurement_request_frame()
945 if (sir_convert_meas_req_frame2_struct(mac, pBody, pMeasReqFrame, frameLen) in __lim_process_measurement_request_frame()
976 uint32_t frameLen; in __lim_process_tpc_request_frame() local
980 frameLen = WMA_GET_RX_PAYLOAD_LEN(pRxPacketInfo); in __lim_process_tpc_request_frame()
987 if (sir_convert_tpc_req_frame2_struct(mac, pBody, pTpcReqFrame, frameLen) != in __lim_process_tpc_request_frame()
1011 uint32_t frameLen, nStatus; in __lim_process_sm_power_save_update() local
[all …]
Dlim_security_utils.c636 uint16_t frameLen) in lim_rc4() argument
675 uint16_t len = frameLen; in lim_rc4()
728 uint8_t *pPlainBody, uint32_t keyLength, uint16_t frameLen) in lim_decrypt_auth_frame() argument
743 pEncrBody + SIR_MAC_WEP_IV_LENGTH, seed, keyLength, frameLen); in lim_decrypt_auth_frame()
748 (frameLen - SIR_MAC_WEP_ICV_LENGTH)); in lim_decrypt_auth_frame()
754 pPlainBody[frameLen - SIR_MAC_WEP_ICV_LENGTH + i]); in lim_decrypt_auth_frame()
757 pPlainBody[frameLen - SIR_MAC_WEP_ICV_LENGTH + i]) in lim_decrypt_auth_frame()
Dlim_process_deauth_frame.c72 uint32_t frameLen; in lim_process_deauth_frame() local
79 frameLen = WMA_GET_RX_PAYLOAD_LEN(pRxPacketInfo); in lim_process_deauth_frame()
80 if (frameLen < sizeof(reasonCode)) { in lim_process_deauth_frame()
81 pe_err("Deauth Frame length invalid %d", frameLen); in lim_process_deauth_frame()
148 (frameLen + in lim_process_deauth_frame()
Dlim_process_probe_req_frame.c476 uint32_t frameLen; in lim_indicate_probe_req_to_hdd() local
481 frameLen = WMA_GET_RX_PAYLOAD_LEN(pBd); in lim_indicate_probe_req_to_hdd()
486 (frameLen + sizeof(tSirMacMgmtHdr)), in lim_indicate_probe_req_to_hdd()
Dlim_process_auth_frame.c2301 uint16_t frameLen, curr_seq_num, auth_alg = 0; in lim_process_auth_frame_no_session() local
2309 frameLen = WMA_GET_RX_PAYLOAD_LEN(pBd); in lim_process_auth_frame_no_session()
2313 if (frameLen == 0) { in lim_process_auth_frame_no_session()
2318 if (frameLen > WLAN_MIN_AUTH_FRM_ALGO_FIELD_LEN) in lim_process_auth_frame_no_session()
2343 lim_process_ft_sae_auth_frame(mac, pe_session, pBody, frameLen); in lim_process_auth_frame_no_session()
2430 if ((sir_convert_auth_frame2_struct(mac, pBody, frameLen, in lim_process_auth_frame_no_session()
2467 frameLen, pe_session); in lim_process_auth_frame_no_session()
Dlim_assoc_utils.h341 uint8_t *frame, uint32_t frameLen,
Dlim_assoc_utils.c4715 uint8_t *frame, uint32_t frameLen, in lim_send_sme_unprotected_mgmt_frame_ind() argument
4723 length = sizeof(tSirSmeUnprotMgmtFrameInd) + frameLen; in lim_send_sme_unprotected_mgmt_frame_ind()
4732 qdf_mem_copy(pSirSmeMgmtFrame->frameBuf, frame, frameLen); in lim_send_sme_unprotected_mgmt_frame_ind()
4733 pSirSmeMgmtFrame->frameLen = frameLen; in lim_send_sme_unprotected_mgmt_frame_ind()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1830 uint8_t frameLen; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c1375 roam_info->nFrameLength = pSmeMgmtFrm->frameLen; in sme_unprotected_mgmt_frm_ind()