Home
last modified time | relevance | path

Searched refs:cmdlen (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/utils/
Dpcsc_funcs.c814 int cmdlen; in _scard_select_file() local
833 cmdlen = 5 + aidlen; in _scard_select_file()
837 cmdlen = 7; in _scard_select_file()
840 ret = scard_transmit(scard, cmd, cmdlen, resp, &len); in _scard_select_file()
1245 int cmdlen; in scard_gsm_auth() local
1256 cmdlen = 5 + 16; in scard_gsm_auth()
1259 cmdlen = 5 + 1 + 16; in scard_gsm_auth()
1268 ret = scard_transmit(scard, cmd, cmdlen, resp, &len); in scard_gsm_auth()