summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SoftAPManager: Use MasterSwitchHEADr11.1Anushek Prasal2021-08-0110-21/+230
| | | | Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
* SoftAPManager: Add info in footerAnushek Prasal2021-08-013-10/+18
| | | | Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
* SoftAPManager: Hide empty categoriesAnushek Prasal2021-08-011-0/+20
| | | | Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
* SoftAPManager: Fix app themeAnushek Prasal2021-08-013-1/+42
| | | | Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
* SoftAPManager: Cleanup and organizeAnushek Prasal2021-08-0135-42332/+41882
| | | | Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
* Move app to system partitionSakuraiLH2021-07-141-1/+0
| | | | | | | | | | | | | | | | | | * As @fryevia discovered, there will be an error when sdk_version doesn't exist in device tree (vayu in this case) * error: packages/apps/SoftAPManager/app/src/main/Android.bp:1:1: module "SoftAPManager" variant "android_common": sdk_version: sdk_version must have a value when the module is located at vendor or product (only if PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE is set). * Therefore, moving it to system would be the best selection for device trees which don't include "sdk_version". Signed-off-by: SakuraiLH <hikarilh@foxmail.com> Tested-by: fryevia <fryevia@gmail.com> Change-Id: I1b6d25691c23ea7d5b94b6743543f423f9cc08d1
* use IP address as name if couldn't get hostname of clientcjybyjk2021-07-031-1/+1
| | | | | Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn> Change-Id: Icec7fd938f7646ec1ff7f502816e0948ae973d24
* use List<WifiClient> in SoftApCallback to update client listcjybyjk2021-07-032-31/+24
| | | | | | | | | If we use the `ip neigh` command to get clients, we need to judge the reachability in the code. Using the client list provided by WifiManager.SoftApCallback will not cause this problem The result of the `ip neigh` command is only used to get the IP address. Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn> Change-Id: I33ace64bbbd74492259a79709eb69e3cbefe8d92
* fix: regex for IP & MAC addresscjybyjk2021-06-181-2/+2
| | | | | Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn> Change-Id: I63ca071f3a5faef20831d379dc7776c86e20869e
* upgrade to exthm-11cjybyjk2021-06-181-7/+5
| | | | | Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn> Change-Id: I4b08d4da40e5b0ada716c354daadedf9452942d2
* add missing LGPL license for JavaCSVcjybyjk2021-02-201-0/+165
| | | | | | JavaCSV: https://sourceforge.net/projects/javacsv/ Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn>
* get manufacturer by using MAC addresscjybyjk2021-02-1913-0/+43768
| | | | | | | | | IEEE MA-L Assignments: http://standards-oui.ieee.org/oui/oui.csv IEEE MA-M Assignments: http://standards-oui.ieee.org/oui28/mam.csv IEEE MA-S Assignments: http://standards-oui.ieee.org/oui36/oui36.csv IEEE IAB Assignments: http://standards-oui.ieee.org/iab/iab.csv Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn>
* inital commitcjybyjk2021-01-2727-0/+1397
Signed-off-by: cjybyjk <cjybyjk@zjnu.edu.cn>