HomeSort by relevance Sort by last modified time
    Searched defs:get_resp (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 710 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[5] = { USIM_CMD_GET_RESPONSE } local
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 704 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
710 get_resp[0] = USIM_CLA;
760 get_resp[4] = resp[1];
765 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen);
1095 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; local
1129 get_resp[4] = resp[1];
1132 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len);
1195 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE } local
    [all...]

Completed in 394 milliseconds