Closed
Bug 1020866
Opened 7 years ago
Closed 7 years ago
[Wifi] Flame doesn't send MSCHAPv2 request when configuring phase 2 authentication as "MSCHAP V2"
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(blocking-b2g:2.0+, firefox31 wontfix, firefox32 fixed, firefox33 fixed, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: gchang, Assigned: chucklee)
Details
Attachments
(3 files, 1 obsolete file)
392.18 KB,
text/x-log
|
Details | |
31.82 KB,
text/x-log
|
Details | |
2.19 KB,
patch
|
Details | Diff | Splinter Review |
### Steps: 1. Navigate to Settings > Wi-Fi page 2. Choose the network supporting WPA-EAP TTLS 3. Select "TTLS" in EAP method 4. Select "MSCHAP V2" in phase 2 authentication 5. Type username and password 6. Tap "OK" button ### Expected: 1. The wireless network should be connected. 2. From radius server, the MSCHAP request should be sent. ### Actual: 1. Device doesn't send MSCHAP request. 2. Device can connecto to network ### Reproduce rate always ### Version: Device flame Gaia a38a6a5c6fabc97dd16d5360632b5ac5c7e06241 Gecko https://hg.mozilla.org/mozilla-central/rev/951e3a671279 BuildID 20140604160202 Version 32.0a1
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
From the logs in radius server, there should be "MS-CHAP-Challenge" & "MS-CHAP2-Response" shown in server. Below is an example. [ttls] Got tunneled request User-Name = "sqa" MS-CHAP-Challenge = 0x66c9d6f7408432c625f638ce33b0b5ca MS-CHAP2-Response = 0xc1008d568db0bdf98b8002ffe9ebf90729720000000000000000d244c2b574dfbf9b27a99dbf6b5b928acf0abb9a56f72265 FreeRADIUS-Proxied-To = 127.0.0.1
status-b2g-v2.0:
--- → affected
Flags: needinfo?(chulee)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → chulee
Flags: needinfo?(chulee)
Assignee | ||
Comment 3•7 years ago
|
||
It seems that we need to add "IEEE8021X" to key_mgmt while using WPA-EAP to use phase 2 authentication.
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8437534 -
Flags: review?(vchang)
Comment 5•7 years ago
|
||
Comment on attachment 8437534 [details] [diff] [review] 0001. Add IEEE8021X to WPA-EAP config. Review of attachment 8437534 [details] [diff] [review]: ----------------------------------------------------------------- Looks good. Thank you.
Attachment #8437534 -
Flags: review?(vchang) → review+
Assignee | ||
Comment 6•7 years ago
|
||
Prevent IEEE8021X being sent out in network information, this will be shown in Setting UI and cause confusion.
Attachment #8437534 -
Attachment is obsolete: true
Reporter | ||
Updated•7 years ago
|
blocking-b2g: --- → 2.0?
Assignee | ||
Comment 7•7 years ago
|
||
Try looks good: https://tbpl.mozilla.org/?tree=Try&rev=35f714434540
Keywords: checkin-needed
Updated•7 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 8•7 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/d689f1b53926
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/d689f1b53926
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S4 (20june)
Comment 10•7 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/434177365679
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → wontfix
status-firefox32:
--- → fixed
status-firefox33:
--- → fixed
Reporter | ||
Comment 11•7 years ago
|
||
Verified @ Gaia 43226cf5c3ad19728a88b3786595670b6d60e5c6 Gecko https://hg.mozilla.org/releases/mozilla-aurora/rev/d0275ba5f438 BuildID 20140701160202 Version 32.0a2
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•