Home
last modified time | relevance | path

Searched refs:JSON_STRING (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/utils/
Djson.c307 token->type = JSON_STRING; in json_parse()
316 curr_token->type = JSON_STRING; in json_parse()
327 curr_token->type = JSON_STRING; in json_parse()
517 if (!token || token->type != JSON_STRING) in json_get_member_base64url()
540 if (!token || token->type != JSON_STRING) in json_get_member_base64()
562 case JSON_STRING: in json_type_str()
Djson.h17 JSON_STRING, enumerator
/hostap-latest/src/common/
Ddpp.c2416 if (!token || token->type != JSON_STRING) { in dpp_conf_req_rx()
2425 if (!token || token->type != JSON_STRING) { in dpp_conf_req_rx()
2438 if (!token || token->type != JSON_STRING) { in dpp_conf_req_rx()
2458 if (token && token->type == JSON_STRING) { in dpp_conf_req_rx()
2559 if (pass && pass->type == JSON_STRING) { in dpp_parse_cred_legacy()
2568 } else if (psk_hex && psk_hex->type == JSON_STRING) { in dpp_parse_cred_legacy()
2605 if (!token || token->type != JSON_STRING) { in dpp_parse_jwk()
2616 if (!token || token->type != JSON_STRING) { in dpp_parse_jwk()
2775 if (!id || id->type != JSON_STRING) { in dpp_parse_connector()
2781 if (!role || role->type != JSON_STRING) { in dpp_parse_connector()
[all …]
Ddpp_reconfig.c507 if (token && token->type == JSON_STRING && in dpp_reconfig_auth_req_rx()
Ddpp_crypto.c629 if (!token || token->type != JSON_STRING) { in dpp_parse_jws_prot_hdr()
643 if (!token || token->type != JSON_STRING) { in dpp_parse_jws_prot_hdr()