-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fast roaming protocol (802.11 k/v/r) #459
Merged
VREMSoftwareDevelopment
merged 8 commits into
VREMSoftwareDevelopment:fast-roaming
from
LeadroyaL:master
Feb 10, 2024
Merged
Support fast roaming protocol (802.11 k/v/r) #459
VREMSoftwareDevelopment
merged 8 commits into
VREMSoftwareDevelopment:fast-roaming
from
LeadroyaL:master
Feb 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feature #459 +/- ##
=============================================
+ Coverage 92.92% 92.98% +0.06%
- Complexity 922 931 +9
=============================================
Files 131 132 +1
Lines 2726 2767 +41
Branches 221 230 +9
=============================================
+ Hits 2533 2573 +40
Misses 58 58
- Partials 135 136 +1 |
@LeadroyaL |
Thanks |
VREMSoftwareDevelopment
requested changes
Feb 3, 2024
app/src/main/kotlin/com/vrem/wifianalyzer/wifi/accesspoint/AccessPointDetail.kt
Show resolved
Hide resolved
app/src/main/kotlin/com/vrem/wifianalyzer/wifi/model/WiFiSignal.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/com/vrem/wifianalyzer/wifi/scanner/Transformer.kt
Outdated
Show resolved
Hide resolved
VREMSoftwareDevelopment
changed the base branch from
feature
to
fast-roaming
February 10, 2024 16:17
VREMSoftwareDevelopment
approved these changes
Feb 10, 2024
VREMSoftwareDevelopment
merged commit Feb 10, 2024
eb4db49
into
VREMSoftwareDevelopment:fast-roaming
5 checks passed
Thank you for your contribution |
VREMSoftwareDevelopment
added a commit
that referenced
this pull request
Feb 14, 2024
* add fast roaming information * add test for fast roaming information * add information for earlier android version * improve code coverage * Add boundary check, avoid package from evil access point. * Move `FastRoaming` to separate file. * Avoid null in kotlin. Co-authored-by: LeadroyaL <LeadroyaL@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this implement/fix? Please describe.
Support fast roaming protocol (802.11 k/v/r).
Additional context
Where has this been tested?
Yes, with unittest and on-board test