HomeSort by relevance Sort by last modified time
    Searched defs:aid (Results 1 - 25 of 32) sorted by null

1 2

  /external/libnfc-nxp/src/
phHciNfc_WI.h 77 uint8_t aid[MAX_AID_LEN]; member in struct:phHciNfc_WI_Info
phFriNfc_NdefMap.h 452 uint8_t aid[PH_FRINFC_NDEFMAP_MIFARESTD_TOTALNO_BLK]; member in struct:phFriNfc_MifareStdCont
463 /** The flag is to know that there is a different AID apart from
464 NFC forum sector AID */
    [all...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java 43 String aid = getAndroidId(context); local
58 if (!TextUtils.isEmpty(aid)) {
59 ub.appendQueryParameter("id1", aid);
174 Log.d(GoogleSecurityToolActivity.TAG, " F-aId:" + androidId);
193 Log.d(GoogleSecurityToolActivity.TAG, " E-aId:" + temp);
206 Log.d(GoogleSecurityToolActivity.TAG, " S-aId:" + temp);
  /system/core/include/private/
android_filesystem_config.h 87 unsigned aid; member in struct:android_id_info
  /external/wpa_supplicant_8/src/ap/
sta_info.h 46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
ieee802_11.c 539 int i, j = 32, aid; local
541 /* get a unique AID */
542 if (sta->aid > 0) {
543 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
559 aid = i * 32 + j + 1;
560 if (aid > 2007)
563 sta->aid = aid;
565 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardApplication.java 104 public String aid; field in class:IccCardApplication
  /external/bluetooth/bluez/src/
sdpd-request.c 178 struct attrid *aid; local
179 aid = malloc(sizeof(struct attrid));
180 aid->dtd = dataType;
181 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)&aid->uint16);
182 pElem = (char *) aid;
201 struct attrid *aid; local
202 aid = malloc(sizeof(struct attrid));
203 aid->dtd = dataType;
204 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)&aid->uint32);
205 pElem = (char *) aid;
569 struct attrid *aid = seq->data; local
    [all...]
  /external/wpa_supplicant/
driver_hostap.h 101 u16 aid; member in struct:prism2_hostapd_param::__anon13865::__anon13866
pcsc_funcs.c 228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
390 wpa_printf(MSG_DEBUG, "SCARD: Invalid AID length %d",
395 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
413 wpa_printf(MSG_DEBUG, "SCARD: Too long AID");
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
562 wpa_printf(MSG_DEBUG, "SCARD: Failed to find AID for
    [all...]
wpa_supplicant_i.h 190 u16 aid; member in struct:wpa_client_mlme
mlme.c 112 u16 aid; member in struct:ieee80211_mgmt::__anon13914::__anon13918
1279 u16 capab_info, status_code, aid; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 101 u16 aid; member in struct:prism2_hostapd_param::__anon14033::__anon14034
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
390 wpa_printf(MSG_DEBUG, "SCARD: Invalid AID length %d",
395 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
413 wpa_printf(MSG_DEBUG, "SCARD: Too long AID");
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
562 wpa_printf(MSG_DEBUG, "SCARD: Failed to find AID for
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 228 sim_types sim_type, unsigned char *aid,
325 static int scard_get_aid(struct scard_data *scard, unsigned char *aid,
390 wpa_printf(MSG_DEBUG, "SCARD: Invalid AID length %d",
395 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
413 wpa_printf(MSG_DEBUG, "SCARD: Too long AID");
417 os_memcpy(aid, efdir->rid, efdir->aid_len);
557 unsigned char aid[32]; local
560 aid_len = scard_get_aid(scard, aid, sizeof(aid));
562 wpa_printf(MSG_DEBUG, "SCARD: Failed to find AID for
    [all...]
  /external/tcpdump/
ieee802_11.h 231 u_int16_t aid; member in struct:mgmt_body_t
284 u_int16_t aid; member in struct:ctrl_ps_poll_t
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 164 u16 aid; member in struct:prism2_hostapd_param::__anon14251::__anon14252
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 613 long aid = cursor.getLong(0); local
617 Drawable d = MusicUtils.getCachedArtwork(context, aid, mDefaultAlbumIcon);
623 if (currentalbumid == aid) {
ArtistAlbumBrowserActivity.java 750 long aid = cursor.getLong(0); local
752 if (currentalbumid == aid) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1037 u16 capab_info, status_code, aid; local
1067 aid = le_to_host16(mgmt->u.assoc_resp.aid);
1068 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14)))
1069 wpa_printf(MSG_DEBUG, "MLME: invalid aid value %d; bits 15:14 "
1070 "not set", aid);
1071 aid &= ~(BIT(15) | BIT(14));
1074 " (capab=0x%x status=%d aid=%d)",
1076 capab_info, status_code, aid);
1132 wpa_s->mlme.aid = aid
    [all...]
wpa_supplicant_i.h 187 u16 aid; member in struct:wpa_client_mlme
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 1067 u16 capab_info, status_code, aid; local
1097 aid = le_to_host16(mgmt->u.assoc_resp.aid);
1098 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14)))
1099 wpa_printf(MSG_DEBUG, "MLME: invalid aid value %d; bits 15:14 "
1100 "not set", aid);
1101 aid &= ~(BIT(15) | BIT(14));
1104 " (capab=0x%x status=%d aid=%d)",
1106 capab_info, status_code, aid);
1163 wpa_s->mlme.aid = aid
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 1225 phNfc_sData_t *aid; local
    [all...]
  /external/libnfc-nxp/inc/
phNfcHalTypes.h 897 /* AID Information is obtained if the eventType is
900 phNfc_sData_t aid; member in union:phHal_sEventInfo::uEventInfo
    [all...]
phNfcTypes.h 998 phNfc_sData_t aid; member in struct:phNfc_sUiccInfo_t
    [all...]

Completed in 857 milliseconds

1 2