Skip to content

Commit

Permalink
Bug 1049476 - 0003. Add EAP-TLS to wifi capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Jun 22, 2019
1 parent 30ec1a9 commit 69920f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/wifi/WifiWorker.js
Expand Up @@ -125,7 +125,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]
Expand Down

0 comments on commit 69920f9

Please sign in to comment.