Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.c4174 const u8 *conf_obj, u16 conf_obj_len) in dpp_parse_conf_obj() argument
4179 root = json_parse((const char *) conf_obj, conf_obj_len); in dpp_parse_conf_obj()
4256 u16 wrapped_data_len, e_nonce_len, status_len, conf_obj_len; in dpp_conf_resp_rx() local
4332 DPP_ATTR_CONFIG_OBJ, &conf_obj_len); in dpp_conf_resp_rx()
4339 conf_obj, conf_obj_len); in dpp_conf_resp_rx()
4340 if (dpp_parse_conf_obj(auth, conf_obj, conf_obj_len) < 0) in dpp_conf_resp_rx()