Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c613 struct json_token *root = NULL, *reply_obj, *token; in hostapd_afc_parse_reply() local
643 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()