HomeSort by relevance Sort by last modified time
    Searched defs:appl_id_tag (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 332 unsigned char appl_id_tag; /* 0x4f */ member in struct:efdir
383 if (efdir->appl_id_tag != 0x4f) {
385 "identifier tag 0x%x", efdir->appl_id_tag);
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 326 unsigned char appl_id_tag; /* 0x4f */ member in struct:efdir
377 if (efdir->appl_id_tag != 0x4f) {
379 "identifier tag 0x%x", efdir->appl_id_tag);
    [all...]

Completed in 17 milliseconds