wpa_gui-qt4: Set EAP-FAST provisioning parameters if inner method is 'any'
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 7 Oct 2008 15:53:02 +0000 (18:53 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Oct 2008 15:53:02 +0000 (18:53 +0300)
wpa_supplicant/wpa_gui-qt4/networkconfig.cpp

index f17475e..74e6842 100644 (file)
@@ -316,7 +316,8 @@ void NetworkConfig::addNetwork()
                                snprintf(phase2, sizeof(phase2),
                                         "auth=GTC auth=MSCHAPV2");
                                provisioning = "fast_provisioning=1";
-                       }
+                       } else
+                               provisioning = "fast_provisioning=3";
                        if (provisioning) {
                                char blob[32];
                                setNetworkParam(id, "phase1", provisioning,