Searched refs:pMacHdr (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ ! |
H A D | lim_send_management_frames.c | 83 static void lim_add_mgmt_seq_num(struct mac_context *mac, tpSirMacMgmtHdr pMacHdr) in lim_add_mgmt_seq_num() argument 91 pMacHdr->seqControl.seqNumLo = (mac->mgmtSeqNum & LOW_SEQ_NUM_MASK); in lim_add_mgmt_seq_num() 92 pMacHdr->seqControl.seqNumHi = in lim_add_mgmt_seq_num() 94 pMacHdr->seqControl.fragNum = 0; in lim_add_mgmt_seq_num() 1041 tpSirMacMgmtHdr pMacHdr; in lim_send_addts_req_action_frame() local 1165 pMacHdr = (tpSirMacMgmtHdr) pFrame; in lim_send_addts_req_action_frame() 1167 sir_copy_mac_addr(pMacHdr->bssId, pe_session->bssId); in lim_send_addts_req_action_frame() 1169 lim_set_protected_bit(mac, pe_session, peerMacAddr, pMacHdr); in lim_send_addts_req_action_frame() 1211 pe_session->peSessionId, pMacHdr->fc.subType)); in lim_send_addts_req_action_frame() 1212 lim_diag_mgmt_tx_event_report(mac, pMacHdr, in lim_send_addts_req_action_frame() [all …]
|
H A D | lim_send_frames_host_roam.c | 624 tpSirMacMgmtHdr pMacHdr; in lim_send_reassoc_req_mgmt_frame() local 886 pMacHdr = (tpSirMacMgmtHdr) pFrame; in lim_send_reassoc_req_mgmt_frame() 901 pMacHdr->bssId, pMacHdr->sa, in lim_send_reassoc_req_mgmt_frame() 935 pe_session->peSessionId, pMacHdr->fc.subType)); in lim_send_reassoc_req_mgmt_frame() 938 lim_diag_mgmt_tx_event_report(mac, pMacHdr, in lim_send_reassoc_req_mgmt_frame()
|
H A D | lim_process_tdls.c | 474 tpSirMacDataHdr3a pMacHdr; in lim_prepare_tdls_frame_header() local 488 pMacHdr = (tpSirMacDataHdr3a) (pFrame); in lim_prepare_tdls_frame_header() 501 pMacHdr->fc.protVer = SIR_MAC_PROTOCOL_VERSION; in lim_prepare_tdls_frame_header() 502 pMacHdr->fc.type = SIR_MAC_DATA_FRAME; in lim_prepare_tdls_frame_header() 509 pMacHdr->fc.subType = in lim_prepare_tdls_frame_header() 518 pMacHdr->fc.toDS = toDs; in lim_prepare_tdls_frame_header() 519 pMacHdr->fc.powerMgmt = 0; in lim_prepare_tdls_frame_header() 520 pMacHdr->fc.wep = (pe_session->encryptType == eSIR_ED_NONE) ? 0 : 1; in lim_prepare_tdls_frame_header() 522 qdf_mem_copy((uint8_t *) pMacHdr->addr1, in lim_prepare_tdls_frame_header() 524 qdf_mem_copy((uint8_t *) pMacHdr->addr2, in lim_prepare_tdls_frame_header() [all …]
|
H A D | lim_utils.h | 1015 tSirMacAddr peer, tpSirMacMgmtHdr pMacHdr);
|
H A D | lim_utils.c | 5105 tSirMacAddr peer, tpSirMacMgmtHdr pMacHdr) in lim_set_protected_bit() argument 5121 pMacHdr->fc.wep = 1; in lim_set_protected_bit() 5123 pe_debug("wep:%d rmf:%d is_key_set:%d", pMacHdr->fc.wep, in lim_set_protected_bit()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ ! |
H A D | sch_api.c | 697 tpSirMacMgmtHdr pMacHdr; in lim_send_probe_rsp_template_to_hal() local 813 pMacHdr = (tpSirMacMgmtHdr) pFrame2Hal; in lim_send_probe_rsp_template_to_hal() 815 sir_copy_mac_addr(pMacHdr->bssId, pe_session->bssId); in lim_send_probe_rsp_template_to_hal()
|