Re: Network manager auto-upgraded, ppp no longer connects.

2017-01-19 Thread Dan Williams
On Wed, 2017-01-18 at 16:36 -0500, A. F. Cano wrote: > On Tue, Jan 17, 2017 at 10:52:42AM -0600, Dan Williams wrote: > > ... > > Ok good, this helps.  It seems we need to be in mode 2 before we > > can > > get anything useful.  The +CIND response is especially useful, > > since we > > can see that

Re: [PATCH 3/4 v2] platform: wifi: add support for wake-on-wlan

2017-01-19 Thread Thomas Haller
On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: > --- a/src/platform/wifi/wifi-utils-nl80211.c > +++ b/src/platform/wifi/wifi-utils-nl80211.c > @@ -469,6 +469,45 @@ nla_put_failure: >   return FALSE; >  } >   > +static gboolean > +wifi_nl80211_set_wake_on_wlan (WifiData *data, > NMSettingW

Re: [PATCH 4/4 v2] devices: wifi: enable wake-on-wlan when device is enabled

2017-01-19 Thread Thomas Haller
On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: > --- >  src/devices/wifi/nm-device-wifi.c | 41 > +++ >  1 file changed, 41 insertions(+) > > diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm- > device-wifi.c > index ed5d2c6..17b1bf9 1006

Re: [PATCH 3/4 v2] platform: wifi: add support for wake-on-wlan

2017-01-19 Thread Thomas Haller
On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: > --- >  src/platform/nm-linux-platform.c   |  8 +++ >  src/platform/nm-platform.c | 10 + >  src/platform/nm-platform.h |  3 +++ >  src/platform/wifi/wifi-utils-nl80211.c | 40 >

Re: [PATCH 2/4 v3] cli: add support for wake-on-wlan properties

2017-01-19 Thread Thomas Haller
On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: > --- >  clients/cli/settings.c | 66 > +- >  1 file changed, 65 insertions(+), 1 deletion(-) > > diff --git a/clients/cli/settings.c b/clients/cli/settings.c > index 40cf975..7cb2d3e 100644 > --- a

Re: [PATCH 1/4 v2] libnm-core: add wake-on-wlan configuration items

2017-01-19 Thread Thomas Haller
On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: > --- > + /** > +  * NMSettingWireless:wake-on-wlan: > +  * > +  * The #NMSettingWirelessWakeOnWLan options to enable. Not > all devices support all options. > +  * > +  * Since: 1.2 > +  **/ > + g_object_class_ins

Towards NetworkManager 1.6

2017-01-19 Thread Lubomir Rintel
Hello everyone! we've decided to release NetworkManager 1.6 rather soon. Among over 1000 commits since NetworkManager 1.4 there are usual bug fixes, improvements, but also a plenty of cool features. It would be a shame if it took too long for them to find their ways into your favorite distribution

Re: issues with long connection time for Non/802.1x networks

2017-01-19 Thread Beniamino Galvani
On Wed, Jan 18, 2017 at 12:42:41AM +0100, dennis knorr wrote: > Hi, > > [...] > > My wishes/requirements would be: > * possibility to configure timeout for non-successfull connection > attempt with 802.1x/wpa supplicant (on cable/wireless) The timeout is now hardcoded to 25 seconds: https://cgit

Re: [PATCH] wifi: don't request new PSK for locally-generated WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY errors

2017-01-19 Thread Thomas Haller
On Thu, 2017-01-19 at 02:08 +, Jonathan Kang wrote: > Hi > > Any progress on reviewing this patch? dcbw merge the patch long ago, there just wasn't a follow-up email on the list: master: https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=0c5aa6e48b713a5626c20303c683f7d96e

Re: [PATCH] wifi: don't request new PSK for locally-generated WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY errors

2017-01-19 Thread Jonathan Kang
Hi Any progress on reviewing this patch? Thanks On Mon, Dec 19, 2016 at 7:10 PM Thomas Haller wrote: > On Fri, 2016-12-16 at 11:49 -0600, Dan Williams wrote: > > This usually indicates that the driver missed beacons from the AP, > > due to driver bugs > > or faulty power-save management. It d

Re: [PATCH 1/4 v2] libnm-core: add wake-on-wlan configuration items

2017-01-19 Thread Simon Fels
On 18.01.2017 18:44, Thomas Haller wrote: > On Wed, 2017-01-18 at 17:32 +0100, Simon Fels wrote: >> --- >> libnm-core/nm-setting-wireless.c | 85 >> >> libnm-core/nm-setting-wireless.h | 47 ++ >> libnm/libnm.ver | 3 ++