networkAgent: add support for EAP-FAST password requests
EAP-FAST is a top-level EAP method like TTLS, PEAP, etc. https://bugzilla.gnome.org/show_bug.cgi?id=719813
This commit is contained in:
parent
04ea95049a
commit
5166354e34
@ -255,6 +255,7 @@ const NetworkSecretDialog = new Lang.Class({
|
|||||||
case 'leap':
|
case 'leap':
|
||||||
case 'ttls':
|
case 'ttls':
|
||||||
case 'peap':
|
case 'peap':
|
||||||
|
case 'fast':
|
||||||
// TTLS and PEAP are actually much more complicated, but this complication
|
// TTLS and PEAP are actually much more complicated, but this complication
|
||||||
// is not visible here since we only care about phase2 authentication
|
// is not visible here since we only care about phase2 authentication
|
||||||
// (and don't even care of which one)
|
// (and don't even care of which one)
|
||||||
|
Loading…
Reference in New Issue
Block a user