Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dhttpd_unittest.py18 get_resp = ''
20 get_resp = urllib.urlopen(url).read()
23 if not (get_done.is_set() and get_resp):
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c798 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local
804 get_resp[0] = USIM_CLA; in _scard_select_file()
854 get_resp[4] = resp[1]; in _scard_select_file()
859 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen); in _scard_select_file()
1229 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in scard_gsm_auth() local
1248 get_resp[0] = USIM_CLA; in scard_gsm_auth()
1264 get_resp[4] = resp[1]; in scard_gsm_auth()
1267 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len); in scard_gsm_auth()
1330 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; in scard_umts_auth() local
1369 get_resp[4] = resp[1]; in scard_umts_auth()
[all …]
/external/libnfc-nci/src/nfa/include/
Dnfa_snep_api.h177 tNFA_SNEP_GET_RESP get_resp; /* NFA_SNEP_GET_RESP_EVT */ member