OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIM_CMD_GET_RESPONSE
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c
56
#define
SIM_CMD_GET_RESPONSE
0xa0, 0xc0, 0x00, 0x00
710
unsigned char get_resp[5] = {
SIM_CMD_GET_RESPONSE
};
1046
unsigned char get_resp[5] = {
SIM_CMD_GET_RESPONSE
};
[
all
...]
/external/wpa_supplicant_8/src/utils/
pcsc_funcs.c
50
#define
SIM_CMD_GET_RESPONSE
0xa0, 0xc0, 0x00, 0x00
704
unsigned char get_resp[5] = {
SIM_CMD_GET_RESPONSE
};
1095
unsigned char get_resp[5] = {
SIM_CMD_GET_RESPONSE
};
[
all
...]
Completed in 46 milliseconds