HomeSort by relevance Sort by last modified time
    Searched refs:ps_do (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
pcsc_funcs.c 241 int *ps_do, int *file_len)
245 if (ps_do)
246 *ps_do = -1;
285 pos[3] >= 1 && ps_do) {
286 wpa_printf(MSG_DEBUG, "SCARD: PS_DO=0x%02x",
288 *ps_do = (int) pos[4];
311 int ps_do; local
312 if (scard_parse_fsp_templ(hdr, hlen, &ps_do, NULL))
314 /* TODO: there could be more than one PS_DO entry because of
316 if (ps_do > 0 && (ps_do & 0x80)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 241 int *ps_do, int *file_len)
245 if (ps_do)
246 *ps_do = -1;
285 pos[3] >= 1 && ps_do) {
286 wpa_printf(MSG_DEBUG, "SCARD: PS_DO=0x%02x",
288 *ps_do = (int) pos[4];
311 int ps_do; local
312 if (scard_parse_fsp_templ(hdr, hlen, &ps_do, NULL))
314 /* TODO: there could be more than one PS_DO entry because of
316 if (ps_do > 0 && (ps_do & 0x80)
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 241 int *ps_do, int *file_len)
245 if (ps_do)
246 *ps_do = -1;
285 pos[3] >= 1 && ps_do) {
286 wpa_printf(MSG_DEBUG, "SCARD: PS_DO=0x%02x",
288 *ps_do = (int) pos[4];
311 int ps_do; local
312 if (scard_parse_fsp_templ(hdr, hlen, &ps_do, NULL))
314 /* TODO: there could be more than one PS_DO entry because of
316 if (ps_do > 0 && (ps_do & 0x80)
    [all...]

Completed in 17 milliseconds