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

  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 99 UINT8 aid_len; /* AID length */ member in struct:__anon10348
nfa_ee_int.h 138 /* Each AID entry has an ssociated aid_len, aid_pwr_cfg, aid_rt_info.
141 * the aid_len is the total length of all the TLVs associated with this AID entry
143 UINT8 aid_len[NFA_EE_MAX_AID_ENTRIES];/* the actual lengths in aid_cfg */ member in struct:__anon10412
221 UINT8 aid_len; member in struct:__anon10419
230 UINT8 aid_len; member in struct:__anon10420
455 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 85 UINT8 aid_len; member in struct:__anon10608
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 396 unsigned char aid_len; member in struct:efdir
452 if (efdir->aid_len < 1 || efdir->aid_len > 16) {
454 efdir->aid_len);
459 efdir->rid, efdir->aid_len);
475 if (efdir->aid_len > maxlen) {
480 os_memcpy(aid, efdir->rid, efdir->aid_len);
482 return efdir->aid_len;
645 int aid_len; local
647 aid_len = scard_get_aid(scard, aid, sizeof(aid))
    [all...]

Completed in 169 milliseconds