Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Thomas Bechtold
On 18/06/12 12:33, Daniel McCue wrote: > Thanks Pavel. If I create a new configuration keyfile in > /etc/NetworkManager/system-connections, any idea how long it will take > NetworkManager to notice or is there something I can do to notify it to > attempt a connection to the new AP? the new file i

RE: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Jonas Vikstrom
From: "Daniel McCue" > To: "Pavel Simerda" > Cc: networkmanager-list@gnome.org > Sent: Monday, June 18, 2012 12:33:20 PM > Subject: Re: Programmatically adding a wireless connection to network manager > configuration? > > Thanks Pavel. If I create

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Daniel McCue
To: "Pavel Simerda" > > Cc: networkmanager-list@gnome.org > > Sent: Monday, June 18, 2012 12:33:20 PM > > Subject: Re: Programmatically adding a wireless connection to network > manager configuration? > > > > Thanks Pavel. If I create a new configuration key

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Pavel Simerda
ok at the examples Thomas suggested. Pavel - Original Message - > From: "Daniel McCue" > To: "Pavel Simerda" > Cc: networkmanager-list@gnome.org > Sent: Monday, June 18, 2012 12:33:20 PM > Subject: Re: Programmatically adding a wireless connec

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Daniel McCue
Thanks Pavel. If I create a new configuration keyfile in /etc/NetworkManager/system-connections, any idea how long it will take NetworkManager to notice or is there something I can do to notify it to attempt a connection to the new AP? On Mon, Jun 18, 2012 at 5:16 AM, Pavel Simerda wrote: > > I

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Thomas Bechtold
On 17/06/12 16:30, Daniel McCue wrote: > I have an application that acquires wifi connection information from a user > including SSID, encryption type (e.g., WPA2 Personal or WPA Enterprise) and > password. Is there a way I can programmatically inform Network Manager > about this new connection ra

Re: Programmatically adding a wireless connection to network manager configuration?

2012-06-18 Thread Pavel Simerda
> I have an application that acquires wifi connection information from > a user including SSID, encryption type (e.g., WPA2 Personal or WPA > Enterprise) and password. Is there a way I can programmatically > inform Network Manager about this new connection rather than require > the user to access t

Programmatically adding a wireless connection to network manager configuration?

2012-06-17 Thread Daniel McCue
I have an application that acquires wifi connection information from a user including SSID, encryption type (e.g., WPA2 Personal or WPA Enterprise) and password. Is there a way I can programmatically inform Network Manager about this new connection rather than require the user to access the applet