Home
last modified time | relevance | path

Searched refs:mgmtSeqNum (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/system/src/
H A Dmac_init_api.c147 mac->mgmtSeqNum = WLAN_HOST_SEQ_NUM_MIN - 1; in mac_open()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dani_global.h698 uint16_t mgmtSeqNum; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c85 if (mac->mgmtSeqNum >= WLAN_HOST_SEQ_NUM_MAX) { in lim_add_mgmt_seq_num()
86 mac->mgmtSeqNum = WLAN_HOST_SEQ_NUM_MIN - 1; in lim_add_mgmt_seq_num()
89 mac->mgmtSeqNum++; in lim_add_mgmt_seq_num()
91 pMacHdr->seqControl.seqNumLo = (mac->mgmtSeqNum & LOW_SEQ_NUM_MASK); in lim_add_mgmt_seq_num()
93 ((mac->mgmtSeqNum & HIGH_SEQ_NUM_MASK) >> HIGH_SEQ_NUM_OFFSET); in lim_add_mgmt_seq_num()
147 mac_ctx->mgmtSeqNum, mac_hdr->seqControl.fragNum); in lim_populate_mac_header()
483 vdev_id, mac_ctx->mgmtSeqNum, in lim_send_probe_req_mgmt_frame()
1334 mac->mgmtSeqNum, mac_hdr->fc.subType); in lim_send_mscs_req_action_frame()
1943 mac_ctx->mgmtSeqNum, status_code, aid, addn_ie_len, in lim_send_assoc_rsp_mgmt_frame()
3096 mac_ctx->mgmtSeqNum); in lim_send_assoc_req_mgmt_frame()
[all …]
H A Dlim_process_mlm_req_messages.c1817 mac_ctx->mgmtSeqNum, session_entry->vdev_id); in lim_handle_sae_auth_timeout()