Home
last modified time | relevance | path

Searched refs:cert_req (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/common/
Ddpp.c1971 int idx, bool cert_req) in dpp_build_conf_obj() argument
2019 if (!cert_req && !auth->certbag) { in dpp_build_conf_obj()
2034 u16 e_nonce_len, enum dpp_netrole netrole, bool cert_req) in dpp_build_conf_resp() argument
2054 conf = dpp_build_conf_obj(auth, netrole, 0, cert_req); in dpp_build_conf_resp()
2059 conf2 = dpp_build_conf_obj(auth, netrole, 1, cert_req); in dpp_build_conf_resp()
2067 else if (!cert_req && netrole == DPP_NETROLE_STA && auth->conf_sta && in dpp_build_conf_resp()
2287 struct wpabuf *cert_req = NULL; in dpp_conf_req_rx() local
2506 cert_req = json_get_member_base64(root, "pkcs10"); in dpp_conf_req_rx()
2507 if (cert_req) { in dpp_conf_req_rx()
2511 wpa_hexdump_buf(MSG_DEBUG, "DPP: CertificateRequest", cert_req); in dpp_conf_req_rx()
[all …]
Ddpp.h634 bool cert_req);