NetworkManager doc typos
This commit is contained in:
parent
553bba8ed1
commit
43dec4c754
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ type NetworkManager interface {
|
||||||
ActivateWirelessConnection(connection Connection, device Device, accessPoint AccessPoint) ActiveConnection
|
ActivateWirelessConnection(connection Connection, device Device, accessPoint AccessPoint) ActiveConnection
|
||||||
|
|
||||||
// AddAndActivateWirelessConnection adds a new connection profile to the network device it has been
|
// AddAndActivateWirelessConnection adds a new connection profile to the network device it has been
|
||||||
// passed. It then activates the connection to the passed access point. The first paramter contains
|
// passed. It then activates the connection to the passed access point. The first parameter contains
|
||||||
// additional information for the connection (most propably the credentials).
|
// additional information for the connection (most probably the credentials).
|
||||||
// Example contents for connection are:
|
// Example contents for connection are:
|
||||||
// connection := make(map[string]map[string]interface{})
|
// connection := make(map[string]map[string]interface{})
|
||||||
// connection["802-11-wireless"] = make(map[string]interface{})
|
// connection["802-11-wireless"] = make(map[string]interface{})
|
||||||
|
|
Reference in a new issue