VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
3.24k stars 606 forks source link

Translate Android API capabilities (short form) #311

Closed jbacksch closed 3 years ago

jbacksch commented 3 years ago

How to report a bug

Please search issues (open and closed) to see the issues has already been reported. done

Describe the bug WiFiAnalyzer does not show WPA3 and PMF flags in the Access Points menue.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Access Points'

Expected behavior Show WAP3 and PMF flags like WPA3, PSK, and so on

Screenshots Mssing WPA3 % PMF flags in https://lh3.googleusercontent.com/YRscuij--IUjnpz3Fmrvbhmaw4HLDxpUhp_gbaEdK-sZVV6j_nrPKViFDGQmpUv2Hg=w1440-h620

Note Android 11, Pixel 3 & Pixel 4

Additional context none

Provide Device/Android OS information Android 11 Pixel 3 & Android 11 Pixel 4

VREMSoftwareDevelopment commented 3 years ago

Please use provided templates to report a bug or request features and do not forget to fill all questions/topics in the templates.

How to provide Feedback

VREMSoftwareDevelopment commented 3 years ago

@jbacksch the information that was provided is not enough to investigate the issue. Please fill all questions/topics in the templates to help us to investigate and solve reported issue.

jbacksch commented 3 years ago

Questions have been updated in template format. See above.

VREMSoftwareDevelopment commented 3 years ago

@jbacksch

Based on the information you have provided, it looks like Access Points that are available to you do not support WPA3.

Also please take a look at #267

Which version of the application are you using?

jbacksch commented 3 years ago

APs are fully supporting WPA3 - has been verified with other STAs:

Version: 3.0.1 - 53GSL (11-30) lastest from Google Play Store

VREMSoftwareDevelopment commented 3 years ago

@jbacksch you have not provided a screenshot from your device/phone.

jbacksch commented 3 years ago

WAP3 WAP3 802 1x

VREMSoftwareDevelopment commented 3 years ago

Application correctly display WPA3 Access Points support. It is not clear to us what is the issue exactly?

jbacksch commented 3 years ago

Sorry, but the string WPA3 is only included in the SSID (eg. "backschues.NET - WPA3"). WPA3 is not shown in the AP's characteristics.

VREMSoftwareDevelopment commented 3 years ago

The section that displays information is called capabilities and is provided by Android API. Application does not change this information when it is displayed. Reference: ScanResult

Maybe mapping of capabilities feature will be added in the future release

VREMSoftwareDevelopment commented 3 years ago

Translated capabilities will be available in next release.