All this means is that the authentication was rejected by the AP. What I see even more interesting is this:
May 21 08:05:08 ubuntu-phablet kernel: [ 332.441294] wlan: [1284:E :SME] csrNeighborRoamPrepareScanProfileFilter: 1197: Filtering for SSID darline from scan results,length of SSID = 7 May 21 08:05:08 ubuntu-phablet kernel: [ 332.442270] wlan: [1284:E :SME] csrNeighborRoamProcessScanComplete: 1867: No candidate found after scanning in state 3.. Are there any updates that were done on this device? What is the current image version, and when did this trouble start? The failure code 13 that we see in the errors means: "Responding STA does not support the specified authentication algorithm" This makes it even more important to know when this started, so that we can find out what changed. One thing to try would be to connect to the device via ADB and edit the file: /etc/NetworkManager/system-connections/darline Remove the line "wep-tx-keyidx=0" if it's there, and add a line: wep-key-type=2 In the same section, if it isn't already in place. All this should be under the 802-11-wireless-security section. I've created a file locally to test (attached). Do note that you will need to do a few steps to transfer a file like that on your device (and you will need to set the right passphrase in wep-key0) : adb push darline /etc/NetworkManager/system-connections/darline adb shell chmod 600 /etc/NetworkManager/system-connections/darline adb shell touch /etc/NetworkManager/system-connections/darline You may also need to reboot the phone to be sure the new file is used. ** Attachment added: "example connection file for wep-128 bit" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1321650/+attachment/4116898/+files/darline ** Changed in: network-manager (Ubuntu) Status: New => Incomplete ** Changed in: network-manager (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1321650 Title: wifi not connecting network on Nexus 4 image #28 Status in “network-manager” package in Ubuntu: Incomplete Bug description: Since some images, none of both of my Nexus 4 can't connect to Internet over the wifi. As it seems I'm the only one to have this issue, it may be linked to the network I'm using. It's a shared network from an iMac, using a WEP key at 128bits. It used to work for a long (and I'm using it right now from my Ubuntu 14.04 laptop). Attached is the dmesg of one of the devices. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1321650/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp