Searched refs:json_add_string (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/wpa/src/utils/ |
| H A D | json.c | 701 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() function 717 json_add_string(json, name, tmp); in json_add_string_escape() 731 json_add_string(json, name, b64); in json_add_base64url() 745 json_add_string(json, name, b64); in json_add_base64()
|
| H A D | json.h | 47 void json_add_string(struct wpabuf *json, const char *name, const char *val);
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | afc.c | 160 json_add_string(location_obj, "heightType", in hostapd_afc_build_location_request() 306 json_add_string(req_obj, "version", iconf->afc.request.version); in hostapd_afc_build_request() 316 json_add_string(req_obj, "requestId", request_id_str); in hostapd_afc_build_request() 321 json_add_string(req_obj, "serialNumber", iconf->afc.request.sn); in hostapd_afc_build_request() 329 json_add_string(req_obj, "rulesetId", in hostapd_afc_build_request() 333 json_add_string(req_obj, "id", iconf->afc.cert_ids[i].id); in hostapd_afc_build_request()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | dpp.c | 1019 json_add_string(json, "wi-fi_tech", tech); in dpp_build_conf_req_helper() 1021 json_add_string(json, "netRole", dpp_netrole_str(netrole)); in dpp_build_conf_req_helper() 1024 json_add_string(json, "mudurl", mud_url); in dpp_build_conf_req_helper() 1037 json_add_string(json, "pkcs10", csr); in dpp_build_conf_req_helper() 1555 json_add_string(buf, "wi-fi_tech", "infra"); in dpp_build_conf_start() 1601 json_add_string(buf, "kty", "EC"); in dpp_build_jwk() 1603 json_add_string(buf, "crv", curve->jwk_crv); in dpp_build_jwk() 1614 json_add_string(buf, "kid", kid); in dpp_build_jwk() 1642 json_add_string(buf, "psk_hex", psk); in dpp_build_legacy_cred_params() 1764 json_add_string(dppcon, "groupId", in dpp_build_conf_obj_dpp() [all …]
|
| H A D | dpp_reconfig.c | 210 json_add_string(dppcon, "groupId", "*"); in dpp_configurator_build_own_connector() 212 json_add_string(dppcon, "netRole", "configurator"); in dpp_configurator_build_own_connector()
|
| H A D | dpp_crypto.c | 1885 json_add_string(jws_prot_hdr, "typ", "dppCon"); in dpp_build_jws_prot_hdr() 1887 json_add_string(jws_prot_hdr, "kid", conf->kid); in dpp_build_jws_prot_hdr() 1889 json_add_string(jws_prot_hdr, "alg", conf->curve->jws_alg); in dpp_build_jws_prot_hdr()
|