Searched refs:get_resp (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 815 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local 821 get_resp[0] = USIM_CLA; in _scard_select_file() 871 get_resp[4] = resp[1]; in _scard_select_file() 876 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen); in _scard_select_file() 1246 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in scard_gsm_auth() local 1265 get_resp[0] = USIM_CLA; in scard_gsm_auth() 1281 get_resp[4] = resp[1]; in scard_gsm_auth() 1284 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len); in scard_gsm_auth() 1347 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; in scard_umts_auth() local 1386 get_resp[4] = resp[1]; in scard_umts_auth() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 815 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in _scard_select_file() local 821 get_resp[0] = USIM_CLA; in _scard_select_file() 871 get_resp[4] = resp[1]; in _scard_select_file() 876 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &rlen); in _scard_select_file() 1246 unsigned char get_resp[5] = { SIM_CMD_GET_RESPONSE }; in scard_gsm_auth() local 1265 get_resp[0] = USIM_CLA; in scard_gsm_auth() 1281 get_resp[4] = resp[1]; in scard_gsm_auth() 1284 ret = scard_transmit(scard, get_resp, sizeof(get_resp), buf, &len); in scard_gsm_auth() 1347 unsigned char get_resp[5] = { USIM_CMD_GET_RESPONSE }; in scard_umts_auth() local 1386 get_resp[4] = resp[1]; in scard_umts_auth() [all …]
|