On Wed, Jan 04, 2017 at 11:37:50AM +0100, Xavier Bestel wrote: > Jan 4 11:22:29 pcxav wpa_supplicant[13666]: wlx7cdd90463ef8: SME: Trying to authenticate with 5c:33:8e:56:78:d3 (SSID='MySecretSSID' freq=2437 MHz) > Jan 4 11:22:29 pcxav kernel: [2921135.972360] wlx7cdd90463ef8: authenticate with 5c:33:8e:56:78:d3 > Jan 4 11:22:29 pcxav NetworkManager[15150]: <info> [1483525349.3774] device (wlx7cdd90463ef8): supplicant interface state: inactive -> authenticating > Jan 4 11:22:29 pcxav kernel: [2921135.990588] wlx7cdd90463ef8: send auth to 5c:33:8e:56:78:d3 (try 1/3) > Jan 4 11:22:29 pcxav kernel: [2921135.999983] wlx7cdd90463ef8: authenticated > Jan 4 11:22:34 pcxav kernel: [2921140.991625] wlx7cdd90463ef8: aborting authentication with 5c:33:8e:56:78:d3 by local choice (Reason: 3=DEAUTH_LEAVING) This looks like problem when wpa_supplicant do not talk to correct kernel socket when cfg80211 module was removed and then loaded again. This can happen when you remove wireless device driver using modprobe -r i.e: modprobe -r rt2800usb modprobe rt2800pci This problem is fixed in current version of wpa_supplicant or maybe in kernel. > Does anyone have a hint to make it work ? "systemctl restart wpa_supplicant.service" recovers from bad state. Stanislaw