37ecea438191f24b27c233ac38a40bdaa493fcc3

Currently HDD maintains an auth key management bitmap as field authKeyMgmt in struct hdd_wext_state utilizing bitmaps defined by wireless.h. This current implementation suffers from the following issues: - The implementation is independent of wireless extensions so it should not use wireless.h definitons or be stored in a wext-related data structure. - The name uses camelCase which is inconsistent with the Linux coding style. To address these issues define a new set of bitmps along with a properly named field located in struct hdd_station_ctx. Change-Id: I0d1c66236f88b7e6486b2d03c3383ef38f80c134 CRs-Fixed: 2207904
This is CNSS WLAN Host Driver for products starting from iHelium
描述
语言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%