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