Searched defs:get_resp (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h177 tNFA_SNEP_GET_RESP get_resp; /* NFA_SNEP_GET_RESP_EVT */ member in union:__anon24077
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c790 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
796 get_resp[0] = USIM_CLA;
846 get_resp[4] = resp[1];
851 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1221 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1240 get_resp[0] = USIM_CLA;
1256 get_resp[4] = resp[1];
1259 ret = scard_transmit(scard, get_resp, sizeof(get_resp), bu
1322 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c790 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
796 get_resp[0] = USIM_CLA;
846 get_resp[4] = resp[1];
851 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1221 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1240 get_resp[0] = USIM_CLA;
1256 get_resp[4] = resp[1];
1259 ret = scard_transmit(scard, get_resp, sizeof(get_resp), bu
1322 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c790 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
796 get_resp[0] = USIM_CLA;
846 get_resp[4] = resp[1];
851 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1221 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1240 get_resp[0] = USIM_CLA;
1256 get_resp[4] = resp[1];
1259 ret = scard_transmit(scard, get_resp, sizeof(get_resp), bu
1322 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; local
[all...]

Completed in 299 milliseconds