RE: Help with adding wifi connections with python

2012-05-08 Thread Jonas Vikstrom
I go along. best regards, Jonas > Subject: RE: Help with adding wifi connections with python > From: awill...@whitemice.org > To: networkmanager-list@gnome.org > Date: Tue, 21 Feb 2012 15:20:41 -0500 > > On Tue, 2012-02-21 at 20:19 +, Jonas Vikstrom wrote: > > &

RE: Help with adding wifi connections with python

2012-02-25 Thread Jonas Vikstrom
ect: RE: Help with adding wifi connections with python > From: awill...@whitemice.org > To: networkmanager-list@gnome.org > Date: Tue, 21 Feb 2012 15:20:41 -0500 > > On Tue, 2012-02-21 at 20:19 +, Jonas Vikstrom wrote: > > > Ok, I figured it out by myself. No key

RE: Help with adding wifi connections with python

2012-02-21 Thread Adam Tauno Williams
structure', > 'security': '802-11-wireless-security', 'name': '802-11-wireless' } > s_wsec = { 'key-mgmt': 'wpa-psk', 'psk': 'xxx', 'name': > '802-11-wireless-security' } > > s_ip4 = { &#x

RE: Help with adding wifi connections with python

2012-02-21 Thread Jonas Vikstrom
'xxx', 'name': '802-11-wireless-security' } s_ip4 = { 'method': 'auto', 'name': 'ipv4' } con = { 'connection': s_con, '802-11-wireless': s_wifi, '802-11-wireless-security': s_wsec, 'ipv4':

RE: Help with adding wifi connections with python

2012-02-20 Thread Jonas Vikstrom
> Subject: Re: Help with adding wifi connections with python > From: awill...@whitemice.org > To: networkmanager-list@gnome.org > Date: Mon, 20 Feb 2012 08:27:30 -0500 > > On Sun, 2012-02-19 at 11:02 +, Jonas Vikstrom wrote: > > Hello, > > I am trying to mov

RE: Help with adding wifi connections with python

2012-02-20 Thread Jonas Vikstrom
> Subject: Re: Help with adding wifi connections with python > From: awill...@whitemice.org > To: networkmanager-list@gnome.org > Date: Mon, 20 Feb 2012 08:27:30 -0500 > > On Sun, 2012-02-19 at 11:02 +, Jonas Vikstrom wrote: > > Hello, > > I am trying to mov

Re: Help with adding wifi connections with python

2012-02-20 Thread Adam Tauno Williams
On Sun, 2012-02-19 at 11:02 +, Jonas Vikstrom wrote: > Hello, > I am trying to move from wicd to network-manager and from a python > point of view it is not easy. > I have found a number of libraries but non of them works with Ubuntu > 11.10 (nm 0.9). > (the project is wireless manager for xbmc

Help with adding wifi connections with python

2012-02-19 Thread Jonas Vikstrom
Hello, I am trying to move from wicd to network-manager and from a python point of view it is not easy. I have found a number of libraries but non of them works with Ubuntu 11.10 (nm 0.9). (the project is wireless manager for xbmc) These examples are great http://cgit.freedesktop.org/NetworkM