blob: f0ddfe0f74963da94b51ff64dc146414a5ec212d [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001This directory contains WIFI libwifitest.so library
2
3
4WHAT IT DOES?
5=============
6It provide WIFI LGE feature, which allow read and write WIFI items by AT command.
7
8
9HOW IT WAS BUILT?
10==================
11It needs the following libs from AOSP:
121. libc.so
13
14and the following libs from MediaTek:
151. libnvram.so
16
17
18All source/dependency modules of this module are already put in
19'hardware/mediatek/wlan/libwifitest' 'vendor/mediatek/proprietary/external/atcid' folder.
20
21
22HOW TO USE IT?
23==============
24Files in this directory is used to generate a library which's name is 'libwifitest.so'
25
26
27WIFI Tool
28The lib 'libwifitest.so' is loaded when SP LGE MTK_TC1_FEATURE macro enabled,
29all WIFI opertations will call LGE_RFT_xxx API, then it calls IOCtl to access WIFI driver data.
30
31
32All the source code of this library were written by MediaTek co..
33