|
@@ -344,13 +344,6 @@ static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
|
|
|
wpa_config_update_psk(ssid);
|
|
|
}
|
|
|
|
|
|
- if (wpa_key_mgmt_wpa_psk(ssid->key_mgmt) && !ssid->psk_set) {
|
|
|
- wpa_printf(MSG_ERROR, "WPA-PSK accepted for key management, "
|
|
|
- "but no PSK configured for network '" TSTR "'.",
|
|
|
- netw);
|
|
|
- errors++;
|
|
|
- }
|
|
|
-
|
|
|
if ((ssid->group_cipher & WPA_CIPHER_CCMP) &&
|
|
|
!(ssid->pairwise_cipher & WPA_CIPHER_CCMP) &&
|
|
|
!(ssid->pairwise_cipher & WPA_CIPHER_NONE)) {
|