scans system and suggests the recommended configuration which will be used by the library
+
scans system and suggests the recommended configuration which may be used by the library
no
@@ -196,11 +197,93 @@ small {
yes
+
+
QStringList CurrentWiFi()
+
returns current WiFi point in format NAME|SECURITY|TYPE|FREQ|MAC|SIGNAL|ACTIVE|EXISTS
+
yes
+
+
+
QStringList VerboseWiFi()
+
returns available WiFi points in format NAME|SECURITY|TYPE|FREQS|MACS|SIGNAL|ACTIVE|EXISTS. First line is always active connection (see CurrentWiFi())
+
yes
+
QStringList WiFi()
returns available WiFi points in format NAME|SECURITY|SIGNAL|ACTIVE|EXISTS
yes
+
+
+
/interface path
+
+
+
+
int Enable(QString profile)
+
enables or disables the profile. Returns is the profile enabled or 2 if there was an another error
+
yes
+
+
+
int Restart(QString profile)
+
restarts the profile. Returns is the profile active or 2 if there was an error
+
yes
+
+
+
int Start(QString profile)
+
starts or stops the profile. Returns is the profile active or 2 if there was an error
+
yes
+
+
+
bool StopAll()
+
synonym of /ctlr/StopAll()
+
yes
+
+
+
bool SwitchTo(QString profile)
+
switchs to the profile (works with netctl and netctl-auto). Returns is the profile active or 2 if there was an error
+
yes
+
+
+
int Create(QString profile, QStringList settingsList)
+
>creates the profile with specified settings. Settings should be given in the format KEY==VALUE. Returns 1 if action has been performed successfully, 0 if there was an error in the profile copying and 2 if there was an another error
+
yes
+
+
+
QStringList Profile(QString profile)
+
synonym of /netctl/Profile()
+
no
+
+
+
int Remove(QString profile)
+
synonym of /ctrl/Remove()
+
yes
+
+
+
+
QStringList Information()
+
returns general information in format [IsNetctlAutoActive, NetctlProfiles, NetctlAutoProfiles]
+
no
+
+
+
QStringList Status()
+
returns actual information in format [IsNetctlAutoActive, ProfilesNames, ActiveProfile, ActiveProfileEnables]
+
no
+
+
+
+
int Essid(QString essid, QStringList settingsList)
+
connects to WiFi point with the given ESSID, calls KnownEssid or UnknownESSID depending on whether there is a profile. Settings may be empty. To get return codes refer to KnownEssid() and UnknownEssid()
+
yes
+
+
+
int KnownEssid(QString essid)
+
connects to WiFi point with the given ESSID with existent profile. Returns Start() if ok, in other cases returns 2
+
yes
+
+
+
int UnknownEssid(QString essid, QStringList settingsList)
+
creates a profile and connects to WiFi point with the given ESSID. Returns Start() if ok, in other cases returns 2
+
yes
+
/netctl path
@@ -221,11 +304,31 @@ small {
returns general information in format [ActiveProfile, ActiveProfileStatus]
no
+
+
QString netctlActiveProfile()
+
returns active profile from netctl even if netctl-auto is running
+
no
+
+
+
QStringList netctlProfileList()
+
returns available profiles in format NAME|DESCRIPTION|ACTIVE|ENABLED from netctl even if netctl-auto is running
+
no
+
+
+
QStringList netctlVerboseProfileList()
+
returns available profiles in format NAME|DESCRIPTION|TYPE|INTERFACE|ESSID|ACTIVE|ENABLED|NETCTL-AUTO from netctl even if netctl-auto is running
+
no
+
QStringList ProfileList()
returns available profiles in format NAME|DESCRIPTION|ACTIVE|ENABLED
no
+
+
QStringList VerboseProfileList()
+
returns available profiles in format NAME|DESCRIPTION|TYPE|INTERFACE|ESSID|ACTIVE|ENABLED|NETCTL-AUTO
+
no
+
QStringList WirelessInterface()
returns wireless interfaces
@@ -279,11 +382,15 @@ small {
returns value of the key by the given profile or empty line
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_netctl-members.html b/devs/netctl-gui/class_netctl-members.html
index 751de53..499c54c 100644
--- a/devs/netctl-gui/class_netctl-members.html
+++ b/devs/netctl-gui/class_netctl-members.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_netctl.html b/devs/netctl-gui/class_netctl.html
index 9738890..7802d8b 100644
--- a/devs/netctl-gui/class_netctl.html
+++ b/devs/netctl-gui/class_netctl.html
@@ -25,7 +25,7 @@
@@ -1075,7 +1075,7 @@ true if the method was completed without errors
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_netctl_interface-members.html b/devs/netctl-gui/class_netctl_interface-members.html
new file mode 100644
index 0000000..2153e99
--- /dev/null
+++ b/devs/netctl-gui/class_netctl_interface-members.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+netctlgui: Member List
+
+
+
+
+
+
+
+
+
+
+
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_netctl_profile.html b/devs/netctl-gui/class_netctl_profile.html
index 3c7529e..f4d0411 100644
--- a/devs/netctl-gui/class_netctl_profile.html
+++ b/devs/netctl-gui/class_netctl_profile.html
@@ -25,7 +25,7 @@
@@ -347,6 +350,42 @@ true if the method was completed without errors
Returns
value by key
+
+
+
+
+
+
+
+
QStringList NetctlProfile::getValuesFromProfile
+
(
+
const QString
+
profile,
+
+
+
+
+
const QStringList
+
keys
+
+
+
+
)
+
+
+
+
+
+
method which return values from profile by keys
+
Parameters
+
+
profile
profile name
+
keys
required keys
+
+
+
+
Returns
values by keys
+
@@ -382,7 +421,7 @@ true if the method was completed without errors
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_wpa_sup-members.html b/devs/netctl-gui/class_wpa_sup-members.html
index 978435b..36fbf59 100644
--- a/devs/netctl-gui/class_wpa_sup-members.html
+++ b/devs/netctl-gui/class_wpa_sup-members.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -92,19 +92,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
This is the complete list of members for WpaSup, including all inherited members.
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/class_wpa_sup.html b/devs/netctl-gui/class_wpa_sup.html
index 9358bf1..0773311 100644
--- a/devs/netctl-gui/class_wpa_sup.html
+++ b/devs/netctl-gui/class_wpa_sup.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -108,6 +108,9 @@ Inheritance diagram for WpaSup:
@@ -399,7 +428,7 @@ true if the method was completed without errors
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/classes.html b/devs/netctl-gui/classes.html
index de5e3a3..c4a7060 100644
--- a/devs/netctl-gui/classes.html
+++ b/devs/netctl-gui/classes.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -92,19 +92,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html b/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
index 5d106c8..30ef601 100644
--- a/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
+++ b/devs/netctl-gui/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -94,7 +94,7 @@ Directories
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html b/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html
index c95cb1e..be49cc2 100644
--- a/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html
+++ b/devs/netctl-gui/dir_65c9e01252fc41f6e848ebca2af7e47b.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -94,7 +94,7 @@ Directories
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html b/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html
index ed52c4a..88ccf15 100644
--- a/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html
+++ b/devs/netctl-gui/dir_e335b5ab077db6a8c30879452b1fc605.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -94,7 +94,7 @@ Directories
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html b/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html
index 643c2a2..fc5b79a 100644
--- a/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html
+++ b/devs/netctl-gui/dir_fe59a2a0e1774c507781b7be7e3787b8.html
@@ -25,7 +25,7 @@
@@ -100,7 +102,7 @@ Files
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/files.html b/devs/netctl-gui/files.html
index f34cd14..358f575 100644
--- a/devs/netctl-gui/files.html
+++ b/devs/netctl-gui/files.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/functions.html b/devs/netctl-gui/functions.html
index d7fc834..6714fea 100644
--- a/devs/netctl-gui/functions.html
+++ b/devs/netctl-gui/functions.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -85,9 +85,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -320,7 +409,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/functions_func.html b/devs/netctl-gui/functions_func.html
index 055e75a..d7bbf3a 100644
--- a/devs/netctl-gui/functions_func.html
+++ b/devs/netctl-gui/functions_func.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -85,6 +85,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -292,7 +334,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/functions_vars.html b/devs/netctl-gui/functions_vars.html
index 2471523..33954a1 100644
--- a/devs/netctl-gui/functions_vars.html
+++ b/devs/netctl-gui/functions_vars.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -97,30 +97,69 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: netctlProfileInfo
, netctlWifiInfo
+
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/index.html b/devs/netctl-gui/index.html
index 656eaa3..71d666e 100644
--- a/devs/netctl-gui/index.html
+++ b/devs/netctl-gui/index.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/netctlgui_8h.html b/devs/netctl-gui/netctlgui_8h.html
index 5b0f3b6..7709bb9 100644
--- a/devs/netctl-gui/netctlgui_8h.html
+++ b/devs/netctl-gui/netctlgui_8h.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -98,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/netctlgui_8h_source.html b/devs/netctl-gui/netctlgui_8h_source.html
index f66843c..044582c 100644
--- a/devs/netctl-gui/netctlgui_8h_source.html
+++ b/devs/netctl-gui/netctlgui_8h_source.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/netctlinteract_8h.html b/devs/netctl-gui/netctlinteract_8h.html
index f206c89..96e45ef 100644
--- a/devs/netctl-gui/netctlinteract_8h.html
+++ b/devs/netctl-gui/netctlinteract_8h.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -110,7 +111,7 @@ Classes
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/netctlinteract_8h_source.html b/devs/netctl-gui/netctlinteract_8h_source.html
index 7bf35de..1c6730f 100644
--- a/devs/netctl-gui/netctlinteract_8h_source.html
+++ b/devs/netctl-gui/netctlinteract_8h_source.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -107,7 +108,7 @@ Classes
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/netctlprofile_8h_source.html b/devs/netctl-gui/netctlprofile_8h_source.html
index 881166b..2ef0db0 100644
--- a/devs/netctl-gui/netctlprofile_8h_source.html
+++ b/devs/netctl-gui/netctlprofile_8h_source.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/structnetctl_profile_info.html b/devs/netctl-gui/structnetctl_profile_info.html
index 5af0659..786aa73 100644
--- a/devs/netctl-gui/structnetctl_profile_info.html
+++ b/devs/netctl-gui/structnetctl_profile_info.html
@@ -25,7 +25,7 @@
The documentation for this struct was generated from the following file:
@@ -168,7 +228,7 @@ Public Attributes
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/structnetctl_wifi_info-members.html b/devs/netctl-gui/structnetctl_wifi_info-members.html
index e3ec61d..e030e47 100644
--- a/devs/netctl-gui/structnetctl_wifi_info-members.html
+++ b/devs/netctl-gui/structnetctl_wifi_info-members.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -94,13 +94,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/structnetctl_wifi_info.html b/devs/netctl-gui/structnetctl_wifi_info.html
index 39fcc8b..3ed39b5 100644
--- a/devs/netctl-gui/structnetctl_wifi_info.html
+++ b/devs/netctl-gui/structnetctl_wifi_info.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -98,15 +98,21 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
The documentation for this struct was generated from the following file:
@@ -183,7 +228,7 @@ Public Attributes
-Generated on Mon Jan 12 2015 19:03:46 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/wpasupinteract_8h.html b/devs/netctl-gui/wpasupinteract_8h.html
index 845389b..0850ec6 100644
--- a/devs/netctl-gui/wpasupinteract_8h.html
+++ b/devs/netctl-gui/wpasupinteract_8h.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
+
-Generated on Mon Jan 12 2015 19:03:45 for netctlgui by
+Generated on Wed Mar 18 2015 03:33:16 for netctlgui by 1.8.9.1
diff --git a/devs/netctl-gui/wpasupinteract_8h_source.html b/devs/netctl-gui/wpasupinteract_8h_source.html
index c156f7f..7500b6e 100644
--- a/devs/netctl-gui/wpasupinteract_8h_source.html
+++ b/devs/netctl-gui/wpasupinteract_8h_source.html
@@ -25,7 +25,7 @@
netctlgui
- 1.4.0
+ 1.4.1
Qt library which interacts with netctl
@@ -64,6 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');