Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_mlm_req_messages.c738 tSirMacAuthFrameBody *auth_frame_body; in lim_process_mlm_auth_req() local
811 auth_frame_body = qdf_mem_malloc(sizeof(*auth_frame_body)); in lim_process_mlm_auth_req()
812 if (!auth_frame_body) { in lim_process_mlm_auth_req()
822 qdf_mem_free(auth_frame_body); in lim_process_mlm_auth_req()
826 auth_frame_body->authAlgoNumber = eSIR_AUTH_TYPE_SAE; in lim_process_mlm_auth_req()
827 auth_frame_body->authTransactionSeqNumber = in lim_process_mlm_auth_req()
829 auth_frame_body->authStatusCode = 0; in lim_process_mlm_auth_req()
830 host_log_wlan_auth_info(auth_frame_body->authAlgoNumber, in lim_process_mlm_auth_req()
831 auth_frame_body->authTransactionSeqNumber, in lim_process_mlm_auth_req()
832 auth_frame_body->authStatusCode); in lim_process_mlm_auth_req()
[all …]