[gnome-shell] networkAgent: add support for EAP-FAST password requests



commit 5166354e343b2b0507be3bbb67d5c5cd55e68690
Author: Dan Williams <dcbw redhat com>
Date:   Tue Dec 3 17:33:20 2013 -0600

    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

 js/ui/components/networkAgent.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/components/networkAgent.js b/js/ui/components/networkAgent.js
index 57e7628..749ab37 100644
--- a/js/ui/components/networkAgent.js
+++ b/js/ui/components/networkAgent.js
@@ -255,6 +255,7 @@ const NetworkSecretDialog = new Lang.Class({
         case 'leap':
         case 'ttls':
         case 'peap':
+        case 'fast':
             // TTLS and PEAP are actually much more complicated, but this complication
             // is not visible here since we only care about phase2 authentication
             // (and don't even care of which one)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]