Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Djson.c493 token->type = JSON_DOUBLE; in json_parse()
503 curr_token->type = JSON_DOUBLE; in json_parse()
523 curr_token->type = JSON_DOUBLE; in json_parse()
650 case JSON_DOUBLE: in json_type_str()
H A Djson.h19 JSON_DOUBLE, enumerator
H A Dutils_module_tests.c1004 if (root->type != JSON_DOUBLE || root->dnumber != exp_dval[i]) { in json_tests()
/freebsd/contrib/wpa/src/ap/
H A Dafc.c434 if (!token || (token->type != JSON_DOUBLE && in hostad_afc_parse_available_freq_info()
437 max_psd = token->type == JSON_DOUBLE ? in hostad_afc_parse_available_freq_info()
557 (power_arr->type != JSON_DOUBLE && in hostad_afc_parse_available_chan_info()
566 power = power_arr->type == JSON_DOUBLE ? in hostad_afc_parse_available_chan_info()