Searched refs:conf_obj (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 3830 struct dpp_config_obj *conf = &auth->conf_obj[i]; in dpp_auth_deinit() 5280 const u8 *conf_obj, u16 conf_obj_len) in dpp_parse_conf_obj() argument 5287 root = json_parse((const char *) conf_obj, conf_obj_len); in dpp_parse_conf_obj() 5343 conf = &auth->conf_obj[auth->num_conf_obj++]; in dpp_parse_conf_obj() 5398 const u8 *wrapped_data, *e_nonce, *status, *conf_obj; in dpp_conf_resp_rx() local 5475 conf_obj = dpp_get_attr(unwrapped, unwrapped_len, DPP_ATTR_CONFIG_OBJ, in dpp_conf_resp_rx() 5477 if (!conf_obj) { in dpp_conf_resp_rx() 5482 while (conf_obj) { in dpp_conf_resp_rx() 5484 (u8 *)conf_obj, conf_obj_len); in dpp_conf_resp_rx() 5485 if (dpp_parse_conf_obj(auth, conf_obj, conf_obj_len) < 0) in dpp_conf_resp_rx() [all …]
|
D | dpp.h | 300 } conf_obj[DPP_MAX_CONF_OBJ]; member
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 330 res = esp_dpp_handle_config_obj(auth, &auth->conf_obj[i]); in gas_query_resp_rx()
|