Home
last modified time | relevance | path

Searched refs:ie_size (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c54 u8 ie_size = 0, mcs_nss_size = 0, ppet_size = 0; in hostapd_eid_he_capab() local
59 ie_size = sizeof(struct ieee80211_he_capabilities); in hostapd_eid_he_capab()
81 ie_size += mcs_nss_size + ppet_size; in hostapd_eid_he_capab()
84 *pos++ = 1 + ie_size; in hostapd_eid_he_capab()
123 pos += ie_size; in hostapd_eid_he_capab()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c90 u8 ie_size = 0, mcs_nss_size = 4, ppet_size = 0; in hostapd_eid_he_capab() local
95 ie_size = sizeof(*cap) - sizeof(cap->optional); in hostapd_eid_he_capab()
116 ie_size += mcs_nss_size + ppet_size; in hostapd_eid_he_capab()
119 *pos++ = 1 + ie_size; in hostapd_eid_he_capab()
158 pos += ie_size; in hostapd_eid_he_capab()
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c349 int ie_size = le16_to_cpu(ie->length); in ntfs_ie_insert() local
353 ih->index_length = cpu_to_le32(le32_to_cpu(ih->index_length) + ie_size); in ntfs_ie_insert()
354 memmove((u8 *)pos + ie_size, pos, in ntfs_ie_insert()
355 le32_to_cpu(ih->index_length) - ((u8 *)pos - (u8 *)ih) - ie_size); in ntfs_ie_insert()
356 memcpy(pos, ie, ie_size); in ntfs_ie_insert()
1627 int fn_size, ie_size, err, ret = -1; in ntfs_index_add_filename() local
1639 ie_size = (sizeof(INDEX_ENTRY_HEADER) + fn_size + 7) & ~7; in ntfs_index_add_filename()
1641 ie = ntfs_calloc(ie_size); in ntfs_index_add_filename()
1646 ie->length = cpu_to_le16(ie_size); in ntfs_index_add_filename()

Completed in 6 milliseconds