0102cac0055f08949b108318ac8532f8747a5684

The function __lim_process_sme_join_req dereferences the sme_join_req pointer without checking even if msg_buf is NULL. The function also returns if qdf_mem_malloc fails for sme_join_req or mlm_join_req without giving any join response. Fix is to use lim_get_session_info function that checks if msg_buf is NULL, and then assign the corersponding value. The function __lim_process_sme_join_req also send the join response with the failure reason. Change-Id: I712f814b90ecd4c0322355dd9022441019ecd7a4 CRs-Fixed: 1034734
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%