Commit graph

141 commits

Author SHA1 Message Date
Christian Müller
b9e95e8780 Refactor callAndPanic to callWithReturnAndPanic 2019-05-28 11:06:28 +02:00
Christian Müller
a165df46fa Fix Settings properties path 2019-05-27 16:22:02 +02:00
Christian Müller
2cd4d064d3 Add DHCP6 config 2019-05-27 15:04:18 +02:00
Christian Müller
3a91ad9f21 Return nil when optional DHCP / IP config is unavailable 2019-05-27 14:59:39 +02:00
Christian Müller
c6e950e45a Add ActiveConnection.IP6Config 2019-05-17 18:13:37 +02:00
Christian Müller
c8c883838e Fix IP6Config nameserver data fetch 2019-05-17 18:13:23 +02:00
Christian Müller
bdc679ae76 IP6Config (new API) methods implementation 2019-05-17 17:55:58 +02:00
Christian Müller
053b71438e IP4Config (new API) methods implementation 2019-05-17 17:55:50 +02:00
Christian Müller
e5777e2fd1 Add IP6Config (WIP) 2019-05-17 17:10:44 +02:00
Christian Müller
9213556292 Update IP4Config with new methods (WIP) 2019-05-17 17:09:18 +02:00
Christian Müller
03507ea528 Revert flags type usage to be able to use multiple flags 2019-05-17 15:21:19 +02:00
Christian Müller
5f9a5ef78d Add NmActivationStateFlag 2019-05-17 15:19:25 +02:00
Christian Müller
94be8f57f6 Add NmActiveConnectionState 2019-05-17 15:18:13 +02:00
Christian Müller
7e14f55cb3 Add Device methods identifiers definition 2019-05-17 11:40:57 +02:00
Christian Müller
b0f53082ac Update to godbus 5.0.1 2019-05-17 11:40:40 +02:00
Christian Müller
8bf298463c Fix typo 2019-05-17 09:36:08 +02:00
Christian Müller
91e429abbc Add Device.PhysicalPort and Device.Mtu 2019-05-16 17:43:48 +02:00
Christian Müller
30a232a612 Fix bad refactor 2019-05-16 17:16:45 +02:00
Christian Müller
3eddf987a8 Add 1.16 Methods and Properties path definitions 2019-05-16 17:10:52 +02:00
Christian Müller
5c25f8b28d Add Device.Managed 2019-05-16 16:42:06 +02:00
Christian Müller
d277069c44 Add getBoolProperty 2019-05-16 16:41:51 +02:00
Christian Müller
98bb278033 Add Device.Udi 2019-05-16 16:41:32 +02:00
Christian Müller
517b97cad2 Add Settings.Hostname 2019-05-15 17:38:35 +02:00
Christian Müller
a5d97dddcc Rename call methods for better understandable logic. Add additional call with no return value. 2019-05-15 17:38:20 +02:00
Christian Müller
ab586e0f32 Add NetworkManager.GetAllDevices 2019-05-15 15:53:18 +02:00
Christian Müller
3400f94b66 Adding enum comments 2019-05-15 15:49:32 +02:00
Christian Müller
361a357586 Adding extra device types 2019-05-15 15:41:41 +02:00
Christian Müller
7b6b2d700f Adding module files 2019-05-15 15:35:49 +02:00
Peter Hommel
9224fc9401 I have added AddAndActivateConnection to NetworkManager (#8)
Add `AddAndActivateConnection` method to NetworkManager.

This adds a network profile, and activates the connection in one operation.
2019-05-13 09:51:12 -04:00
Peter Hommel
54e6cf98e2 AddAndActivateWirelessConnection: removed unnecessary recover 2019-05-13 14:12:35 +02:00
Peter Hommel
f42ba34c0a AddAndActivateWirelessConnection: documentation, error handling and return value 2019-05-09 10:42:29 +02:00
Peter Hommel
1a95214556 Added utils method for dbus calls with two return values 2019-05-09 10:41:57 +02:00
Peter Hommel
5852676635 added AddAndActivateConnection method to NetworkManager 2019-05-03 13:47:35 +02:00
hiro15
c04bde19c5 Implement settings APIs 2018-12-07 14:54:35 -05:00
hiro15
e95fae9eed Request scan and activate access point (#6)
Add some methods for wireless devices.
2018-12-04 09:31:30 -05:00
hiro15
c185f6c3d0 Active connection (#5)
Implement ActiveConnection interface.
2018-11-27 12:40:05 -05:00
Kamil Krawczyk
a623a58bfe Get the IP interface name of the device. 2018-07-30 17:21:50 -04:00
Kamil Krawczyk
394a1ac2cd Get configuration returned by the IPv4 DHCP server. 2018-07-19 10:22:54 -04:00
Tom Wambold
e9eb8e5842 Flesh out Device and AccessPoint objects, JSON marshalling, basic signals. 2016-05-25 16:47:07 -04:00
Tom Wambold
f8e3a86e11 Fix godoc badge. 2016-05-24 21:01:08 -04:00
Tom Wambold
75591bce97 Initial commit with not a whole lot of coverage. 2016-05-24 20:58:18 -04:00