0c5690202351c450752c851e6abd2cb2877cdbc0

TDLS peer_update_timer and peer discovery timers are not stopped upon sta disconnect. So while the handler is invoked upon timer expiry, the vdev could have been already deleted. This could result in null pointer dereference of vdev while trying to get TDLS vdev objects. Since the timer is not required upon sta disconnection and peer will already be deleted, stop the timer upon STA disconnection itself, instead of doing it during vdev destroy. Change-Id: I3c405b3e7b57d25a7d1afbf6c93476271a29a6b8 CRs-Fixed: 3673078
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%