Searched refs:auth_frame_body (Results 1 – 1 of 1) sorted by relevance
738 tSirMacAuthFrameBody *auth_frame_body; in lim_process_mlm_auth_req() local811 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 …]