diff --git a/dom/wifi/WifiWorker.js b/dom/wifi/WifiWorker.js index c05a7b3cd776..aaba0698b0bb 100755 --- a/dom/wifi/WifiWorker.js +++ b/dom/wifi/WifiWorker.js @@ -129,7 +129,7 @@ var WifiManager = (function() { let capabilities = { security: ["OPEN", "WEP", "WPA-PSK", "WPA-EAP"], - eapMethod: ["PEAP", "TTLS"], + eapMethod: ["PEAP", "TTLS", "TLS"], eapPhase2: ["MSCHAPV2"], certificate: ["SERVER"], mode: [MODE_ESS]