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:
>
> &
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
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 = {
'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':
> 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
> 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
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