Tom Wambold
03a3b409e2
Merge pull request #11 from Meskedal/duplicate_fix
...
Fixed duplicate entries in nm and utils
2019-06-29 21:56:31 -04:00
meskedal
4c09e115f8
Fixed duplicate entries in nm and utils
...
After the latest merge there was a duplicate entry of AddAndActivateWirelessConnection in NetworkManager.go
which has been removed. There was also duplicate functions call2 and
callError2 in utils.go. The duplicate of AddAndActivateWirelessConnection referenced
callError2, and both of these duplicates has been removed.
2019-06-29 23:53:31 +02:00
Tom Wambold
7f3cfc8b74
Merge pull request #10 from phommel/master
...
Don't Panic ™ : Refactoring of execption handling from panic to error values
2019-06-26 10:08:15 -04:00
Peter Hommel
12d19b58ae
Don't Panic: Forward all errors as error values. Read this for reference: https://dave.cheney.net/2012/01/18/why-go-gets-exceptions-right
2019-06-26 09:24:05 +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