cfa33dc393148f9ef58adf45eea0971038e40fa4

Currently driver cleanup sta connection info at stop adapter because of which if query for sta connection info comes after adapter restart, in that case driver is not able to return this info. For example according to new design of Android-S, framework issues stop adapter after every disconnetion to update mac address dynamically, after that it starts adapter again, now if driver gets request for connection info, it is not able to provide the connection info as it is already cleaned up on stop adapter. To address above issue, cleanup sta connection info at close adapter instead of stop adapter. Change-Id: I54247d4577dd7f8cf1c7d7bc657005a09d69d0df CRs-Fixed: 3000842
This is CNSS WLAN Host Driver for products starting from iHelium
Opis
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%