043081eff7ea901a81e6c654f759347015b900b1

NDI delete may get issue while NDI creation is still in progress. NDI session doesn't get cleaned up as it's done based on CSR_IS_CONN_NDI(&session->connectedProfile), which is valid only after the NDI is created i.e. START_BSS success. So cleanup should happen based on an intermediate check, i.e. if WLAN_SER_CMD_VDEV_START_BSS is still in queue. This was there earlier but got removed as part connection mgr cleanup as the station connection is moved to CM path. Add a check on WLAN_SER_CMD_VDEV_START_BSS and cleanup NDI. Change-Id: If692cf0e594cbdcb89cd1d8a0ad591b5bae3de49 CRs-Fixed: 2969276
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Langue
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%