Home
last modified time | relevance | path

Searched refs:assocReqLength (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_fsm.c1972 if (assoc_ind->assocReqLength < WLAN_REASSOC_REQ_IES_OFFSET) { in sap_fill_owe_ie_in_assoc_ind()
1979 assoc_req_ie_len = assoc_ind->assocReqLength - in sap_fill_owe_ie_in_assoc_ind()
1982 if (assoc_ind->assocReqLength < WLAN_ASSOC_REQ_IES_OFFSET) { in sap_fill_owe_ie_in_assoc_ind()
1989 assoc_req_ie_len = assoc_ind->assocReqLength - in sap_fill_owe_ie_in_assoc_ind()
2366 if (csr_roaminfo->assocReqLength < ASSOC_REQ_IE_OFFSET) { in sap_populate_peer_assoc_info()
2368 csr_roaminfo->assocReqLength); in sap_populate_peer_assoc_info()
2372 reassoc_complete->ies_len = (csr_roaminfo->assocReqLength - in sap_populate_peer_assoc_info()
2475 assoc_ind->assocReqLength = csr_roaminfo->assocReqLength; in sap_signal_hdd_event()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_mlm_rsp_messages.c774 sme_assoc_ind->assocReqLength = assoc_ind->assocReqLength; in lim_fill_sme_assoc_ind_params()
775 if (assoc_req_alloc && assoc_ind->assocReqLength) { in lim_fill_sme_assoc_ind_params()
777 assoc_ind->assocReqLength); in lim_fill_sme_assoc_ind_params()
779 assoc_ind->assocReqLength); in lim_fill_sme_assoc_ind_params()
H A Dlim_types.h241 uint32_t assocReqLength; member
H A Dlim_process_assoc_req_frame.c3418 assoc_ind->assocReqLength = assoc_req->assocReqFrameLength; in lim_fill_lim_assoc_ind_params()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h555 uint32_t assocReqLength; member
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h262 uint32_t assocReqLength; member
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c3366 roam_info->assocReqLength = in csr_roam_joined_state_msg_processor()
3894 if (ind->assocReqLength < MAX_ASSOC_REQ_IE_LEN) { in csr_send_assoc_ind_to_upper_layer_cnf_msg()
3895 cnf->ies = qdf_mem_malloc(ind->assocReqLength); in csr_send_assoc_ind_to_upper_layer_cnf_msg()
3900 cnf->ies_len = ind->assocReqLength; in csr_send_assoc_ind_to_upper_layer_cnf_msg()
3941 if (assoc_ind->assocReqLength != 0 && assoc_ind->assocReqPtr) in csr_roam_chk_lnk_assoc_ind_upper_layer()
3981 roam_info->assocReqLength = pAssocInd->assocReqLength; in csr_roam_chk_lnk_assoc_ind()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h1071 uint32_t assocReqLength; member