Searched refs:workarounds (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/hs20/client/
H A Dosu_client.h51 unsigned long int workarounds; member in struct:hs20_osu_client
H A Dest.c116 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2);
563 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2);
667 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2);
H A Dosu_client.c314 (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL) ? 1 : 2);
2966 f = fopen("hs20-osu-client.workarounds", "r");
2977 ctx->workarounds = val;
2978 if (ctx->workarounds & WORKAROUND_OCSP_OPTIONAL)

Completed in 88 milliseconds