Closed
Bug 816698
Opened 13 years ago
Closed 13 years ago
[wifi] wifi does not automatically reconnect to a secure network
Categories
(Core :: DOM: Device Interfaces, defect, P2)
Tracking
()
People
(Reporter: nhirata, Assigned: mrbkap)
Details
(Keywords: regression, Whiteboard: [feedback])
## Environment :
Unagi phone, build 2012/11/29
## Repro :
1. connect Mozilla G or some other secure network
2. let the phone sleep
3. wake the phone
## Expected :
1. wifi should automatically connect agian
## Actual :
1. wifi scans and fails to reconnect
## Note :
11-29 13:12:14.831: W/wpa_supplicant(377): wlan0: EAP-MSCHAPV2: failure message: 'Authentication Failure' (retry allowed, error 691)
| Reporter | ||
Updated•13 years ago
|
Keywords: regression
Updated•13 years ago
|
Component: Gaia → Gaia::System
| Reporter | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Comment 1•13 years ago
|
||
I found the same log while trying to connect to "Mozilla-G" with incorrect username. Here is my log,
W/wpa_supplicant( 820): wlan0: EAP-MSCHAPV2: failure message: 'Authentication Failure' (retry allowed, error 691)
Can you help to double check if the username and password are correct ?
You can find them in /data/misc/wifi/wpa_supplicant.conf.
network={
ssid="Mozilla-G"
key_mgmt=WPA-EAP
identity="vchang@mozilla. com" <= here is typo, one extra space
password="xxxxxxxxxxxx"
priority=1
}
Comment 2•13 years ago
|
||
blocking+
This has only been observed/reproducible on the Mozilla-G network so far, might be related to the specific config we use? Need investigation.
blocking-basecamp: ? → +
Priority: -- → P3
Comment 3•13 years ago
|
||
Which wifi security versions does this impact? Is it only EAP-MSCHAPV2?
blocking-basecamp: + → ?
Priority: P3 → --
| Reporter | ||
Comment 5•13 years ago
|
||
I don't have the same type unfortunately. QAwanted also not just to do security but various connection type testing. ie rebooting phone versus timeout is different code pathing I believe.
network={
ssid="Mozilla-G"
key_mgmt=WPA-EAP
identity="nhirata@mozilla.com"
password="xxxxxxxxxxxxx"
}
Comment 6•13 years ago
|
||
(In reply to Naoki Hirata :nhirata from comment #5)
> I don't have the same type unfortunately. QAwanted also not just to do
> security but various connection type testing. ie rebooting phone versus
> timeout is different code pathing I believe.
>
> network={
> ssid="Mozilla-G"
> key_mgmt=WPA-EAP
> identity="nhirata@mozilla.com"
> password="xxxxxxxxxxxxx"
> }
The difference is that we have a clean wifi driver when doing the reboot. Not sure if it is related to the driver. I also connect to "Mozilla-G" network, but I am not be able to reproduce this bug in Taipei office. Any difference between these two APs ? Can it be reproduced all the time when trying to connect with "Mozilla-G" network ?
Comment 7•13 years ago
|
||
gecko-beta: 1e56f66d7ee9
gaia: ea68f5ece44baeb6806be78e0ae33c1ea6d29445
Works fine with WPA-PSK
Doesn't work with WPA-EAP (EAP-MSCHAPV2)
I validate the Naoki scenario and results.
Comment 8•13 years ago
|
||
My WEP network (802.11g) is also affected by this.
Component: Gaia::System → DOM: Device Interfaces
Product: Boot2Gecko → Core
Comment 9•13 years ago
|
||
Blake, can you help sort out the situation here? Is WPA-EAP the thing we're not supporting? Joe's issue with WEP in comment #8 concerned us during triage.
Assignee: nobody → mrbkap
blocking-basecamp: ? → +
Comment 10•13 years ago
|
||
Mass Modify: All un-milestoned, unresolved blocking-basecamp+ bugs are being moved into the C3 milestone. Note that the target milestone does not mean that these bugs can't be resolved prior to 12/10, rather C2 bugs should be prioritized ahead of C3 bugs.
Target Milestone: --- → B2G C3 (12dec-1jan)
Updated•13 years ago
|
Priority: -- → P2
Comment 11•13 years ago
|
||
No update from assignee in 10 days. Blake, any update?
I'm not seeing this locally - reconnect to my authenticated networks on recent Unagi builds.
Comment 12•13 years ago
|
||
Since I wiped my Unagi phone and re-flashed with the beta build, my phone now connects automatically to my WEP network.
Comment 13•13 years ago
|
||
(In reply to Joe Drew (:JOEDREW! \o/) from comment #12)
> Since I wiped my Unagi phone and re-flashed with the beta build, my phone
> now connects automatically to my WEP network.
Thanks for the update, Joe.
If others see this behaviour, please re-open.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•