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

  /external/libnfc-nci/src/nfc/int/
ce_int.h 85 UINT8 aid_len; member in struct:__anon13131
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 99 UINT8 aid_len; /* AID length */ member in struct:__anon12870
nfa_ee_int.h 140 /* Each AID entry has an ssociated aid_len, aid_pwr_cfg, aid_rt_info.
143 * the aid_len is the total length of all the TLVs associated with this AID entry
145 UINT8 aid_len[NFA_EE_MAX_AID_ENTRIES];/* the actual lengths in aid_cfg */ member in struct:__anon12934
225 UINT8 aid_len; member in struct:__anon12941
234 UINT8 aid_len; member in struct:__anon12942
483 tNFA_EE_ECB * nfa_ee_find_aid_offset(UINT8 aid_len, UINT8 *p_aid, int *p_offset, int *p_entry);
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 401 unsigned char aid_len; member in struct:efdir
407 unsigned int aid_len = 0; local
459 aid_len = efdir->aid_len;
460 if (aid_len < 1 || aid_len > 16) {
462 aid_len);
467 aid_pos, aid_len);
483 if (aid_len > maxlen) {
488 os_memcpy(aid, aid_pos, aid_len);
645 int aid_len; local
    [all...]

Completed in 5774 milliseconds