Home
last modified time | relevance | path

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

/hostap-3.6.0/src/utils/
Dpcsc_funcs.c267 int *ps_do, int *file_len) in scard_parse_fsp_templ() argument
273 if (file_len) in scard_parse_fsp_templ()
274 *file_len = -1; in scard_parse_fsp_templ()
328 if ((len == 1 || len == 2) && file_len) { in scard_parse_fsp_templ()
330 *file_len = (int) pos[0]; in scard_parse_fsp_templ()
332 *file_len = WPA_GET_BE16(pos); in scard_parse_fsp_templ()
334 *file_len); in scard_parse_fsp_templ()