Searched refs:reply_obj (Results 1 – 1 of 1) sorted by relevance
613 struct json_token *root = NULL, *reply_obj, *token; in hostapd_afc_parse_reply() local643 reply_obj = json_get_member(root, "availableSpectrumInquiryResponses"); in hostapd_afc_parse_reply()644 if (!reply_obj || reply_obj->type != JSON_ARRAY) { in hostapd_afc_parse_reply()650 for (token = reply_obj->child; token; token = token->sibling) { in hostapd_afc_parse_reply()