Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TucWLAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
urz-anwendungen
TucWLAN
Commits
14fa4728
Commit
14fa4728
authored
May 06, 2019
by
Toni Beier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain network id check algorithm
parent
222f0151
Pipeline
#24956
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
app/src/main/java/de/tu_chemnitz/wlan/Helper.java
app/src/main/java/de/tu_chemnitz/wlan/Helper.java
+2
-0
No files found.
app/src/main/java/de/tu_chemnitz/wlan/Helper.java
View file @
14fa4728
...
@@ -448,6 +448,8 @@ class Helper {
...
@@ -448,6 +448,8 @@ class Helper {
}
}
}
}
// Test network id, to check if WLAN is available(-1) or disabled(0)
// Network id indicates network config status
if
(
id
==
-
1
||
id
==
0
)
{
if
(
id
==
-
1
||
id
==
0
)
{
lastAddedWifi
=
wifiMan
.
addNetwork
(
lastWifi
);
lastAddedWifi
=
wifiMan
.
addNetwork
(
lastWifi
);
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment