/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ie.c | 355 * @ie: Pointer to parsed IE data 359 struct wpa_eapol_ie_parse *ie) in wpa_parse_vendor_specific() 372 ie->wmm = &pos[2]; in wpa_parse_vendor_specific() 373 ie->wmm_len = pos[1]; in wpa_parse_vendor_specific() 375 ie->wmm, ie->wmm_len); in wpa_parse_vendor_specific() 377 ie->wmm = &pos[2]; in wpa_parse_vendor_specific() 378 ie->wmm_len = pos[1]; in wpa_parse_vendor_specific() 380 ie->wmm, ie in wpa_parse_vendor_specific() 358 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_vendor_specific() argument 394 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument 490 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) wpa_supplicant_parse_ies() argument [all...] |
H A D | wpa.c | 591 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() local 607 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4() 613 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0) in wpa_supplicant_process_1_of_4() 615 if (ie.pmkid) { in wpa_supplicant_process_1_of_4() 617 "Authenticator", ie.pmkid, PMKID_LEN); in wpa_supplicant_process_1_of_4() 621 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4() 1125 struct wpa_eapol_ie_parse *ie) in ieee80211w_set_keys() 1131 if (ie->igtk) { in ieee80211w_set_keys() 1136 if (ie in ieee80211w_set_keys() 1124 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) ieee80211w_set_keys() argument 1191 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) ft_validate_mdie() argument 1222 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) ft_validate_ftie() argument 1250 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) ft_validate_rsnie() argument 1286 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) wpa_supplicant_validate_ie_ft() argument 1321 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) wpa_supplicant_validate_ie() argument 1442 struct wpa_eapol_ie_parse ie; wpa_supplicant_process_3_of_4() local 1606 struct wpa_eapol_ie_parse ie; wpa_supplicant_process_1_of_2_rsn() local 3213 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) wpa_sm_set_assoc_wpa_ie() argument 3247 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) wpa_sm_set_ap_wpa_ie() argument 3281 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) wpa_sm_set_ap_rsn_ie() argument 4515 struct wpabuf *ie = NULL, *pub = NULL; owe_build_assoc_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wifi_display.c | 41 struct wpabuf *ie; in wifi_display_get_wfd_ie() local 54 ie = wpabuf_alloc(len); in wifi_display_get_wfd_ie() 55 if (ie == NULL) in wifi_display_get_wfd_ie() 60 wpabuf_put_buf(ie, global->wfd_subelem[i]); in wifi_display_get_wfd_ie() 63 return ie; in wifi_display_get_wfd_ie() 69 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local 174 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() 175 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie); in wifi_display_update_wfd_ie() 176 p2p_set_wfd_ie_beacon(global->p2p, ie); in wifi_display_update_wfd_ie() 178 ie in wifi_display_update_wfd_ie() 298 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) wifi_display_subelem_set_from_ies() argument 358 struct wpabuf *ie; wifi_display_subelem_get() local [all...] |
H A D | bss.c | 37 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); in wpa_bss_set_hessid() local 38 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) { in wpa_bss_set_hessid() 42 if (ie[1] == 7) in wpa_bss_set_hessid() 43 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid() 45 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid() 475 const struct wpa_scan_res *new_res, u32 ie) in are_ies_equal() 482 switch (ie) { in are_ies_equal() 484 old_ie = wpa_bss_get_vendor_ie(old, ie); in are_ies_equal() 474 are_ies_equal(const struct wpa_bss *old, const struct wpa_scan_res *new_res, u32 ie) are_ies_equal() argument 1111 wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie) wpa_bss_get_ie() argument 1277 const u8 *ie; wpa_bss_get_max_rate() local 1307 const u8 *ie, *ie2; wpa_bss_get_bit_rates() local 1344 const u8 *ie; wpa_bss_get_fils_cache_id() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wifi_display.c | 41 struct wpabuf *ie; in wifi_display_get_wfd_ie() local 54 ie = wpabuf_alloc(len); in wifi_display_get_wfd_ie() 55 if (ie == NULL) in wifi_display_get_wfd_ie() 60 wpabuf_put_buf(ie, global->wfd_subelem[i]); in wifi_display_get_wfd_ie() 63 return ie; in wifi_display_get_wfd_ie() 69 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local 174 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie() 175 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie); in wifi_display_update_wfd_ie() 176 p2p_set_wfd_ie_beacon(global->p2p, ie); in wifi_display_update_wfd_ie() 178 ie in wifi_display_update_wfd_ie() 298 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) wifi_display_subelem_set_from_ies() argument 358 struct wpabuf *ie; wifi_display_subelem_get() local [all...] |
H A D | bss.c | 25 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); in wpa_bss_set_hessid() local 26 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) { in wpa_bss_set_hessid() 30 if (ie[1] == 7) in wpa_bss_set_hessid() 31 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid() 33 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid() 540 const struct wpa_scan_res *new_res, u32 ie) in are_ies_equal() 547 switch (ie) { in are_ies_equal() 549 old_ie = wpa_bss_get_vendor_ie(old, ie); in are_ies_equal() 539 are_ies_equal(const struct wpa_bss *old, const struct wpa_scan_res *new_res, u32 ie) are_ies_equal() argument 1232 wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie) wpa_bss_get_ie() argument 1338 u8 ie, len; wpa_bss_get_vendor_ie_multi() local 1413 const u8 *ie; wpa_bss_get_max_rate() local 1443 const u8 *ie, *ie2; wpa_bss_get_bit_rates() local 1480 const u8 *ie; wpa_bss_get_fils_cache_id() local [all...] |
H A D | mbo.c | 90 struct wpa_ie_data ie; in wpas_mbo_check_pmf() local 102 if (!rsne || wpa_parse_wpa_ie(rsne, 2 + rsne[1], &ie) < 0) in wpas_mbo_check_pmf() 105 if (!(ie.capabilities & WPA_CAPABILITY_MFPC)) in wpas_mbo_check_pmf() 442 void wpas_mbo_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ie) in wpas_mbo_scan_ie() argument 446 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wpas_mbo_scan_ie() 447 len = wpabuf_put(ie, 1); in wpas_mbo_scan_ie() 449 wpabuf_put_be24(ie, OUI_WFA); in wpas_mbo_scan_ie() 450 wpabuf_put_u8(ie, MBO_OUI_TYPE); in wpas_mbo_scan_ie() 452 wpabuf_put_u8(ie, MBO_ATTR_ID_CELL_DATA_CAPA); in wpas_mbo_scan_ie() 453 wpabuf_put_u8(ie, in wpas_mbo_scan_ie() [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 194 static leVCN *ntfs_ie_get_vcn_addr(INDEX_ENTRY *ie) in ntfs_ie_get_vcn_addr() argument 196 return (leVCN *)((u8 *)ie + le16_to_cpu(ie->length) - sizeof(leVCN)); in ntfs_ie_get_vcn_addr() 202 VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie) in ntfs_ie_get_vcn() argument 204 return sle64_to_cpup(ntfs_ie_get_vcn_addr(ie)); in ntfs_ie_get_vcn() 212 static INDEX_ENTRY *ntfs_ie_get_next(INDEX_ENTRY *ie) in ntfs_ie_get_next() argument 214 return (INDEX_ENTRY *)((char *)ie + le16_to_cpu(ie->length)); in ntfs_ie_get_next() 223 static int ntfs_ie_end(INDEX_ENTRY *ie) in ntfs_ie_end() argument 225 return ie in ntfs_ie_end() 231 ntfs_ie_get_last(INDEX_ENTRY *ie, char *ies_end) ntfs_ie_get_last() argument 243 INDEX_ENTRY *ie; ntfs_ie_get_by_pos() local 255 ntfs_ie_prev(INDEX_HEADER *ih, INDEX_ENTRY *ie) ntfs_ie_prev() argument 272 ntfs_ie_filename_get(INDEX_ENTRY *ie) ntfs_ie_filename_get() argument 280 ntfs_ie_filename_dump(INDEX_ENTRY *ie) ntfs_ie_filename_dump() argument 291 INDEX_ENTRY *ie; ntfs_ih_filename_dump() local 305 INDEX_ENTRY *ie; ntfs_ih_numof_entries() local 327 ntfs_ie_delete(INDEX_HEADER *ih, INDEX_ENTRY *ie) ntfs_ie_delete() argument 339 ntfs_ie_set_vcn(INDEX_ENTRY *ie, VCN vcn) ntfs_ie_set_vcn() argument 347 ntfs_ie_insert(INDEX_HEADER *ih, INDEX_ENTRY *ie, INDEX_ENTRY *pos) ntfs_ie_insert() argument 359 ntfs_ie_dup(INDEX_ENTRY *ie) ntfs_ie_dup() argument 372 ntfs_ie_dup_novcn(INDEX_ENTRY *ie) ntfs_ie_dup_novcn() argument 525 ntfs_index_entry_inconsistent(const INDEX_ENTRY *ie, COLLATION_RULES collation_rule, u64 inum) ntfs_index_entry_inconsistent() argument 579 INDEX_ENTRY *ie; ntfs_ie_lookup() local 774 INDEX_ENTRY *ie; ntfs_index_lookup() local 940 INDEX_ENTRY *ie, *ie_start; ntfs_ie_get_median() local 1171 ntfs_ib_cut_tail(ntfs_index_context *icx, INDEX_BLOCK *ib, INDEX_ENTRY *ie) ntfs_ib_cut_tail() argument 1224 INDEX_ENTRY *ie; ntfs_ir_reparent() local 1379 ntfs_ie_add_vcn(INDEX_ENTRY **ie) ntfs_ie_add_vcn() argument 1397 INDEX_ENTRY *ie_node, *ie; ntfs_ih_insert() local 1470 ntfs_ib_insert(ntfs_index_context *icx, INDEX_ENTRY *ie, VCN new_vcn) ntfs_ib_insert() argument 1553 ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie) ntfs_ie_add() argument 1625 INDEX_ENTRY *ie; ntfs_index_add_filename() local 1663 ntfs_ih_takeout(ntfs_index_context *icx, INDEX_HEADER *ih, INDEX_ENTRY *ie, INDEX_BLOCK *ib) ntfs_ih_takeout() argument 1710 INDEX_ENTRY *ie; ntfs_ir_leafify() local 1732 INDEX_ENTRY *ie, *ie_prev; ntfs_ih_reparent_end() local 1748 INDEX_ENTRY *ie; ntfs_index_rm_leaf() local 1803 INDEX_ENTRY *ie_succ, *ie, *entry = icx->entry; ntfs_index_rm_node() local 2037 ntfs_index_walk_down(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_walk_down() argument 2077 ntfs_index_walk_up(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_walk_up() argument 2151 ntfs_index_next(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_next() argument [all...] |
H A D | dir.c | 258 INDEX_ENTRY *ie; in ntfs_inode_lookup_by_name() local 299 ie = (INDEX_ENTRY*)((u8*)&ir->index + in ntfs_inode_lookup_by_name() 305 for (;; ie = (INDEX_ENTRY*)((u8*)ie + le16_to_cpu(ie->length))) { in ntfs_inode_lookup_by_name() 307 if ((u8*)ie < (u8*)ctx->mrec || (u8*)ie + in ntfs_inode_lookup_by_name() 309 (u8*)ie + le16_to_cpu(ie->length) > in ntfs_inode_lookup_by_name() 320 if (ie in ntfs_inode_lookup_by_name() 959 ntfs_filldir(ntfs_inode *dir_ni, s64 *pos, u8 ivcn_bits, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) ntfs_filldir() argument 1110 INDEX_ENTRY *ie; ntfs_readdir() local 1574 INDEX_ENTRY *ie; __ntfs_create() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.c | 420 struct wpabuf *ie; in wps_build_assoc_req_ie() local 425 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie() 426 if (ie == NULL) in wps_build_assoc_req_ie() 429 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie() 430 len = wpabuf_put(ie, 1); in wps_build_assoc_req_ie() 431 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie() 433 if (wps_build_version(ie) || in wps_build_assoc_req_ie() 434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 435 wps_build_wfa_ext(ie, 0, NULL, 0, 0)) { in wps_build_assoc_req_ie() 436 wpabuf_free(ie); in wps_build_assoc_req_ie() 454 struct wpabuf *ie; wps_build_assoc_resp_ie() local 500 struct wpabuf *ie; wps_build_probe_req_ie() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.c | 426 struct wpabuf *ie; in wps_build_assoc_req_ie() local 431 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie() 432 if (ie == NULL) in wps_build_assoc_req_ie() 435 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie() 436 len = wpabuf_put(ie, 1); in wps_build_assoc_req_ie() 437 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie() 439 if (wps_build_version(ie) || in wps_build_assoc_req_ie() 440 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie() 441 wps_build_wfa_ext(ie, 0, NULL, 0, 0)) { in wps_build_assoc_req_ie() 442 wpabuf_free(ie); in wps_build_assoc_req_ie() 460 struct wpabuf *ie; wps_build_assoc_resp_ie() local 506 struct wpabuf *ie; wps_build_probe_req_ie() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | taxonomy.c | 103 const u8 *ie; in ie_to_string() local 120 ie = wpabuf_head(ies); in ie_to_string() 127 id = *ie++; in ie_to_string() 128 elen = *ie++; in ie_to_string() 136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) { in ie_to_string() 139 const u8 *data = &ie[4]; in ie_to_string() 152 sep, id, ie[0], ie[1], ie[2], ie[ in ie_to_string() 268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) taxonomy_sta_info_probe_req() argument 277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) taxonomy_hostapd_sta_info_probe_req() argument 286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) taxonomy_sta_info_assoc_req() argument [all...] |
H A D | rrm.c | 99 const u8 *pos, *ie, *end; in hostapd_handle_radio_msmt_report() local 106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report() 107 if (ie[1] < 3) { in hostapd_handle_radio_msmt_report() 112 rep_mode = ie[3]; in hostapd_handle_radio_msmt_report() 114 rep_mode, ie[4]); in hostapd_handle_radio_msmt_report() 116 switch (ie[4]) { in hostapd_handle_radio_msmt_report() 118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 121 hostapd_handle_range_report(hapd, token, ie + 2, ie[ in hostapd_handle_radio_msmt_report() 282 const u8 *pos, *ie, *end; hostapd_handle_nei_report_req() local [all...] |
H A D | ap_rrm.c | 99 const u8 *pos, *ie, *end; in hostapd_handle_radio_msmt_report() local 106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report() 107 if (ie[1] < 3) { in hostapd_handle_radio_msmt_report() 112 rep_mode = ie[3]; in hostapd_handle_radio_msmt_report() 114 rep_mode, ie[4]); in hostapd_handle_radio_msmt_report() 116 switch (ie[4]) { in hostapd_handle_radio_msmt_report() 118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 121 hostapd_handle_range_report(hapd, token, ie + 2, ie[ in hostapd_handle_radio_msmt_report() 282 const u8 *pos, *ie, *end; hostapd_handle_nei_report_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | taxonomy.c | 103 const u8 *ie; in ie_to_string() local 120 ie = wpabuf_head(ies); in ie_to_string() 127 id = *ie++; in ie_to_string() 128 elen = *ie++; in ie_to_string() 136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) { in ie_to_string() 139 const u8 *data = &ie[4]; in ie_to_string() 152 sep, id, ie[0], ie[1], ie[2], ie[ in ie_to_string() 268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) taxonomy_sta_info_probe_req() argument 277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) taxonomy_hostapd_sta_info_probe_req() argument 286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) taxonomy_sta_info_assoc_req() argument [all...] |
H A D | ap_rrm.c | 99 const u8 *pos, *ie, *end; in hostapd_handle_radio_msmt_report() local 106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report() 107 if (ie[1] < 3) { in hostapd_handle_radio_msmt_report() 112 rep_mode = ie[3]; in hostapd_handle_radio_msmt_report() 114 rep_mode, ie[4]); in hostapd_handle_radio_msmt_report() 116 switch (ie[4]) { in hostapd_handle_radio_msmt_report() 118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]); in hostapd_handle_radio_msmt_report() 121 hostapd_handle_range_report(hapd, token, ie + 2, ie[ in hostapd_handle_radio_msmt_report() 282 const u8 *pos, *ie, *end; hostapd_handle_nei_report_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_group.c | 127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument 131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info() 133 wpabuf_put_buf(ie, m->client_info); in p2p_client_info() 138 struct wpabuf *ie) in p2p_group_add_common_ies() 160 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies() 164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument 169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa() 170 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa() 171 wpabuf_put_buf(ie, noa); in p2p_group_add_noa() 177 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local 137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) p2p_group_add_common_ies() argument 210 struct wpabuf *ie; p2p_group_build_beacon_ie() local 257 struct wpabuf *ie; wifi_display_encaps() local 445 struct wpabuf *p2p_subelems, *ie; p2p_group_build_probe_resp_ie() local 602 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) p2p_group_notif_assoc() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie; in ExecuteOneTest() 184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 189 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 196 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() 208 ie = pred_end(Change); it != ie; in DAGDeltaAlgorithmImpl() [all...] |
H A D | DeltaAlgorithm.cpp | 35 ie = S.end(); it != ie; ++it, ++idx) in Split() 61 ie = Sets.end(); it != ie; ++it) in Delta() 74 ie = Sets.end(); it != ie; ++it) { in Search()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 132 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument 136 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info() 138 wpabuf_put_buf(ie, m->client_info); in p2p_client_info() 143 struct wpabuf *ie) in p2p_group_add_common_ies() 165 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies() 169 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument 174 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa() 175 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa() 176 wpabuf_put_buf(ie, noa); in p2p_group_add_noa() 182 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local 142 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) p2p_group_add_common_ies() argument 215 struct wpabuf *ie; p2p_group_build_beacon_ie() local 273 struct wpabuf *ie; wifi_display_encaps() local 461 struct wpabuf *p2p_subelems, *ie; p2p_group_build_probe_resp_ie() local 638 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) p2p_group_notif_assoc() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.c | 987 static int wpa_ft_parse_ftie(const u8 *ie, size_t ie_len, in wpa_ft_parse_ftie() argument 992 parse->ftie = ie; in wpa_ft_parse_ftie() 995 pos = ie + (use_sha384 ? sizeof(struct rsn_ftie_sha384) : in wpa_ft_parse_ftie() 997 end = ie + ie_len; in wpa_ft_parse_ftie() 1630 wpa_printf(MSG_DEBUG, "%s: ie len too short %lu", in wpa_parse_wpa_ie_rsn() 1653 wpa_printf(MSG_DEBUG, "%s: malformed ie or unknown version", in wpa_parse_wpa_ie_rsn() 1675 wpa_printf(MSG_DEBUG, "%s: ie length mismatch, %u too much", in wpa_parse_wpa_ie_rsn() 1686 wpa_printf(MSG_DEBUG, "%s: ie count botch (pairwise), " in wpa_parse_wpa_ie_rsn() 1703 wpa_printf(MSG_DEBUG, "%s: ie too short (for key mgmt)", in wpa_parse_wpa_ie_rsn() 1714 wpa_printf(MSG_DEBUG, "%s: ie coun in wpa_parse_wpa_ie_rsn() 3092 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) wpa_parse_vendor_specific() argument 3127 wpa_parse_generic(const u8 *pos, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument 3325 wpa_parse_generic(const u8 *pos, struct wpa_eapol_ie_parse *ie) wpa_parse_generic() argument 3455 wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) wpa_parse_kde_ies() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal_event.c | 54 event.assoc_info.req_ies = staInfo->ie; in WifiWpaEventNewStaProcess() 59 WpaMemFree(staInfo->ie); in WifiWpaEventNewStaProcess() 186 rc = memcpy_s(&res[1], scanResult->ieLen, scanResult->ie, scanResult->ieLen); in WifiWpaEventScanResultProcess() 199 WpaMemFree(scanResult->ie); in WifiWpaEventScanResultProcess() 211 WpaMemFree(scanResult->ie); in WifiWpaEventScanResultProcess() 272 event.disassoc_info.ie = result->ie; in WifiWpaEventDisconnectProcess() 276 WpaMemFree(result->ie); in WifiWpaEventDisconnectProcess() 343 uint8_t *ie = NULL; in WifiWpaNewStaProcess() local 352 ie in WifiWpaNewStaProcess() 484 uint8_t *ie = NULL; WifiWpaScanResultProcess() local 613 uint8_t *ie = NULL; WifiWpaDisconnectProcess() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal_event.c | 56 event.assoc_info.req_ies = staInfo->ie; in WifiWpaEventNewStaProcess() 61 WpaMemFree(staInfo->ie); in WifiWpaEventNewStaProcess() 188 rc = memcpy_s(&res[1], scanResult->ieLen, scanResult->ie, scanResult->ieLen); in WifiWpaEventScanResultProcess() 201 WpaMemFree(scanResult->ie); in WifiWpaEventScanResultProcess() 213 WpaMemFree(scanResult->ie); in WifiWpaEventScanResultProcess() 274 event.disassoc_info.ie = result->ie; in WifiWpaEventDisconnectProcess() 278 WpaMemFree(result->ie); in WifiWpaEventDisconnectProcess() 345 uint8_t *ie = NULL; in WifiWpaNewStaProcess() local 354 ie in WifiWpaNewStaProcess() 486 uint8_t *ie = NULL; WifiWpaScanResultProcess() local 615 uint8_t *ie = NULL; WifiWpaDisconnectProcess() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 784 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() local 813 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4() 821 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0) in wpa_supplicant_process_1_of_4() 823 if (ie.pmkid) { in wpa_supplicant_process_1_of_4() 825 "Authenticator", ie.pmkid, PMKID_LEN); in wpa_supplicant_process_1_of_4() 828 if (sm->mlo.valid_links && !is_valid_ap_mld_mac_kde(sm, ie.mac_addr)) { in wpa_supplicant_process_1_of_4() 838 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4() 1438 struct wpa_eapol_ie_parse *ie, 1446 if (!ie 1436 wpa_supplicant_pairwise_mlo_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *ie, int key_info) global() argument [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | index.h | 144 extern int ntfs_index_entry_inconsistent(const INDEX_ENTRY *ie, 149 extern INDEX_ENTRY *ntfs_index_next(INDEX_ENTRY *ie, 159 extern VCN ntfs_ie_get_vcn(INDEX_ENTRY *ie); 163 extern char *ntfs_ie_filename_get(INDEX_ENTRY *ie); 164 extern void ntfs_ie_filename_dump(INDEX_ENTRY *ie); 168 extern int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie);
|