From: Jouni Malinen Date: Fri, 28 Mar 2014 14:56:41 +0000 (+0200) Subject: Add writing of network block ocsp parameter X-Git-Tag: hostap_2_2~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf15b15cc17f3e325ed8bab5effd4389afd35475;p=thirdparty%2Fhostap.git Add writing of network block ocsp parameter This was forgotten from the per-network ocsp parameter addition. The new parameter needs to be stored to the configuration file similarly to the other EAP parameters. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/config_file.c b/wpa_supplicant/config_file.c index 4f5813011..739459316 100644 --- a/wpa_supplicant/config_file.c +++ b/wpa_supplicant/config_file.c @@ -711,6 +711,7 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid) INT_DEF(eap_workaround, DEFAULT_EAP_WORKAROUND); STR(pac_file); INT_DEFe(fragment_size, DEFAULT_FRAGMENT_SIZE); + INTe(ocsp); #endif /* IEEE8021X_EAPOL */ INT(mode); INT(frequency);