41a6496ffe26ba7fb955793098fc107618a6f9dc

The Linux Coding Style enumerates a few special cases where typedefs are useful, but stresses "NEVER EVER use a typedef unless you can clearly match one of those rules." The roaming_info_t typedef does not meet any of those criteria, so replace it with a well named struct. In the process remove the unused roamingEvent that it contains. Change-Id: I0bf974fcbe0a591973610eef27acc3da07071a57 CRs-Fixed: 2092842
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%