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

/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h168 tNFA_SNEP_GET_RESP get_resp; /* NFA_SNEP_GET_RESP_EVT */ member in union:__anon7622
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c710 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
716 get_resp[0] = USIM_CLA;
766 get_resp[4] = resp[1];
771 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1046 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1080 get_resp[4] = resp[1];
1083 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1146 unsigned char get_resp[ local
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c798 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
804 get_resp[0] = USIM_CLA;
854 get_resp[4] = resp[1];
859 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1229 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1263 get_resp[4] = resp[1];
1266 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1329 unsigned char get_resp[ local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c798 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
804 get_resp[0] = USIM_CLA;
854 get_resp[4] = resp[1];
859 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1229 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1263 get_resp[4] = resp[1];
1266 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1329 unsigned char get_resp[ local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c798 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
804 get_resp[0] = USIM_CLA;
854 get_resp[4] = resp[1];
859 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1229 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1263 get_resp[4] = resp[1];
1266 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1329 unsigned char get_resp[ local
[all...]

Completed in 107 milliseconds