Searched refs:get_resp (Results 1 - 5 of 5) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/utils/ |
H A D | pcsc_funcs.c | 798 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 D | pcsc_funcs.c | 798 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 D | pcsc_funcs.c | 798 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/libnfc-nci/src/nfa/include/ |
H A D | nfa_snep_api.h | 169 tNFA_SNEP_GET_RESP get_resp; /* NFA_SNEP_GET_RESP_EVT */ member in union:__anon8379
|
/external/chromium/net/http/ |
H A D | http_network_transaction_unittest.cc | 2212 scoped_ptr<spdy::SpdyFrame> get_resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 2214 ConstructWrappedSpdyFrame(get_resp, 1));
|
Completed in 2154 milliseconds