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 <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5c9da160a5
commit
cf15b15cc1
1 changed files with 1 additions and 0 deletions
|
@ -711,6 +711,7 @@ static void wpa_config_write_network(FILE *f, struct wpa_ssid *ssid)
|
||||||
INT_DEF(eap_workaround, DEFAULT_EAP_WORKAROUND);
|
INT_DEF(eap_workaround, DEFAULT_EAP_WORKAROUND);
|
||||||
STR(pac_file);
|
STR(pac_file);
|
||||||
INT_DEFe(fragment_size, DEFAULT_FRAGMENT_SIZE);
|
INT_DEFe(fragment_size, DEFAULT_FRAGMENT_SIZE);
|
||||||
|
INTe(ocsp);
|
||||||
#endif /* IEEE8021X_EAPOL */
|
#endif /* IEEE8021X_EAPOL */
|
||||||
INT(mode);
|
INT(mode);
|
||||||
INT(frequency);
|
INT(frequency);
|
||||||
|
|
Loading…
Reference in a new issue