Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dafc.c651 struct json_token *reply_elem, *response; in hostapd_afc_parse_reply() local
656 reply_elem = json_get_member(token, "requestId"); in hostapd_afc_parse_reply()
657 if (!reply_elem || reply_elem->type != JSON_STRING) { in hostapd_afc_parse_reply()
665 if (os_strcmp(request_id_str, reply_elem->string) != 0) { in hostapd_afc_parse_reply()
671 reply_elem = json_get_member(token, "rulesetId"); in hostapd_afc_parse_reply()
672 if (!reply_elem || reply_elem->type != JSON_STRING) { in hostapd_afc_parse_reply()
680 reply_elem->string) == 0) in hostapd_afc_parse_reply()
697 reply_elem = json_get_member(response, "shortDescription"); in hostapd_afc_parse_reply()
698 if (reply_elem && reply_elem->type == JSON_STRING) in hostapd_afc_parse_reply()
700 reply_elem->string); in hostapd_afc_parse_reply()
[all …]