/external/wpa_supplicant_8/src/ap/ |
D | hs20.c | 22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument 26 return eid; in hostapd_eid_hs20_indication() 27 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication() 28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication() 29 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication() 30 eid += 3; in hostapd_eid_hs20_indication() 31 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication() 37 *eid++ = conf; in hostapd_eid_hs20_indication() 39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication() 40 eid += 2; in hostapd_eid_hs20_indication() [all …]
|
D | ieee802_11.h | 48 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid); 49 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid); 50 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid); 51 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid); 52 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, 54 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid); 55 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid); 56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts); 57 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid); 58 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid); [all …]
|
D | p2p_hostapd.c | 94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument 97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage() 98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage() 99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage() 100 eid += 4; in hostapd_eid_p2p_manage() 102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage() 103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage() 104 eid += 2; in hostapd_eid_p2p_manage() 109 *eid++ = bitmap; in hostapd_eid_p2p_manage() 111 return eid; in hostapd_eid_p2p_manage()
|
D | ieee802_11_shared.c | 24 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument 26 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() 445 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument 447 u8 *pos = eid; in hostapd_eid_ext_capab() 511 return eid; in hostapd_eid_ext_capab() 524 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab() 526 eid[1] = len; in hostapd_eid_ext_capab() 529 return eid; in hostapd_eid_ext_capab() 531 return eid + 2 + len; in hostapd_eid_ext_capab() 535 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument [all …]
|
D | beacon.c | 39 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument 42 return eid; in hostapd_eid_bss_load() 46 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load() 47 *eid++ = 5; in hostapd_eid_bss_load() 48 os_memcpy(eid, hapd->conf->bss_load_test, 5); in hostapd_eid_bss_load() 49 eid += 5; in hostapd_eid_bss_load() 50 return eid; in hostapd_eid_bss_load() 54 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load() 55 *eid++ = 5; in hostapd_eid_bss_load() 56 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load() [all …]
|
D | ieee802_11_he.c | 83 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument 89 u8 *pos = eid; in hostapd_eid_he_capab() 93 return eid; in hostapd_eid_he_capab() 164 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument 167 u8 *pos = eid; in hostapd_eid_he_operation() 172 return eid; in hostapd_eid_he_operation() 241 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument 253 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set() 255 pos = eid; in hostapd_eid_he_mu_edca_parameter_set() 272 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument [all …]
|
D | ieee802_11_vht.c | 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument 27 u8 *pos = eid; in hostapd_eid_vht_capabilities() 30 return eid; in hostapd_eid_vht_capabilities() 74 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument 77 u8 *pos = eid; in hostapd_eid_vht_operation() 80 return eid; in hostapd_eid_vht_operation() 259 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() argument 261 u8 *pos = eid; in hostapd_eid_vendor_vht() 266 return eid; in hostapd_eid_vendor_vht()
|
D | wmm.c | 109 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument 111 u8 *pos = eid; in hostapd_eid_wmm() 120 return eid; in hostapd_eid_wmm() 122 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm() 150 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm() 161 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument 165 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid() 173 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
|
D | wpa_auth_ie.c | 431 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument 436 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen() 437 len = eid++; /* to be filled */ in wpa_write_osen() 438 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen() 439 eid += 3; in wpa_write_osen() 440 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen() 443 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen() 444 eid += RSN_SELECTOR_LEN; in wpa_write_osen() 447 WPA_PUT_LE16(eid, 1); in wpa_write_osen() 448 eid += 2; in wpa_write_osen() [all …]
|
D | wmm.h | 16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid); 17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
|
D | hs20.h | 14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid); 15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
|
D | ieee802_11_ht.c | 24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_capabilities() argument 27 u8 *pos = eid; in hostapd_eid_ht_capabilities() 31 return eid; in hostapd_eid_ht_capabilities() 82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ht_operation() argument 85 u8 *pos = eid; in hostapd_eid_ht_operation() 89 return eid; in hostapd_eid_ht_operation()
|
D | p2p_hostapd.h | 33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
|
D | ieee802_11.c | 91 u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_multi_ap() argument 96 return eid; in hostapd_eid_multi_ap() 102 return eid + add_multi_ap_ie(eid, 9, multi_ap_val); in hostapd_eid_multi_ap() 106 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument 108 u8 *pos = eid; in hostapd_eid_supp_rates() 113 return eid; in hostapd_eid_supp_rates() 162 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument 164 u8 *pos = eid; in hostapd_eid_ext_supp_rates() 169 return eid; in hostapd_eid_ext_supp_rates() 183 return eid; in hostapd_eid_ext_supp_rates() [all …]
|
D | beacon.h | 33 const u8 * hostapd_wpa_ie(struct hostapd_data *hapd, u8 eid);
|
/external/libopus/celt/ |
D | opus_custom_demo.c | 144 int eid = 0; in main() 153 eid = i; in main() 159 data[eid/8] ^= 1<<(7-(eid%8)); in main()
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 565 eid = int(connector_match.group(2)) 574 Connector(cid, eid, ctype, connected, size, encoder, modes)) 585 c.cid, c.eid, c.ctype, c.connected, size, c.encoder, 603 eid = int(encoder_match.group(1)) 605 encoders.append(Encoder(eid, crtc_id)) 620 return encoder.eid 624 def find_connector_from_eid(eid): argument 634 if connector.eid == eid: 663 eid = find_eid_from_crtc_id(crtc_id) 664 connector = find_connector_from_eid(eid)
|
/external/tinyalsa/ |
D | mixer.c | 139 struct snd_ctl_elem_id *eid = NULL; in mixer_grp_open() local 159 eid = calloc(elist.count, sizeof(*eid)); in mixer_grp_open() 160 if (!eid) { in mixer_grp_open() 167 elist.pids = eid; in mixer_grp_open() 177 ctl->info->id.numid = eid[n].numid; in mixer_grp_open() 178 strncpy((char *)ctl->info->id.name, (char *)eid[n].name, in mixer_grp_open() 188 free(eid); in mixer_grp_open() 193 free(eid); in mixer_grp_open()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 36 u8 eid; member 246 const u8 * get_ie(const u8 *ies, size_t len, u8 eid); 332 u8 eid, u8 eid_ext, 335 u8 eid, u8 eid_ext);
|
D | ieee802_11_common.c | 350 frag_ies->frags[frag_ies->n_frags].eid = frag_ies->last_eid; in ieee802_11_parse_fragment() 1977 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() argument 1984 for_each_element_id(elem, eid, ies, len) in get_ie() 2604 u8 eid, u8 eid_ext, in ieee802_11_defrag_data() argument 2621 if (frag_ies->frags[i].eid != eid || in ieee802_11_defrag_data() 2641 u8 eid, u8 eid_ext) in ieee802_11_defrag() argument 2650 switch (eid) { in ieee802_11_defrag() 2670 "Defragmentation not supported. eid=%u", eid); in ieee802_11_defrag() 2674 return ieee802_11_defrag_data(elems, eid, eid_ext, data, len); in ieee802_11_defrag()
|
/external/wpa_supplicant_8/src/fst/ |
D | fst_group.c | 31 WPA_ASSERT(mbie->eid == WLAN_EID_MULTI_BAND); in fst_dump_mb_ies() 67 mbie->eid = WLAN_EID_MULTI_BAND; in fst_fill_mb_ie() 209 if (mbie->eid != WLAN_EID_MULTI_BAND) { in fst_mbie_get_peer_addr_for_band() 210 fst_printf(MSG_INFO, "unexpected eid %d", mbie->eid); in fst_mbie_get_peer_addr_for_band()
|
/external/tinyalsa_new/src/ |
D | mixer.c | 180 struct snd_ctl_elem_id *eid = NULL; in add_controls() local 211 eid = calloc(elist.space, sizeof(struct snd_ctl_elem_id)); in add_controls() 212 if (!eid) in add_controls() 215 elist.pids = eid; in add_controls() 222 ei->id.numid = eid[n - old_count].numid; in add_controls() 232 free(eid); in add_controls() 246 free(eid); in add_controls()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 71 xcb_present_event_t eid; member 418 cookie = xcb_present_select_input_checked(scrn->conn, scrn->eid, in dri3_set_drawable() 425 scrn->eid = xcb_generate_id(scrn->conn); in dri3_set_drawable() 427 xcb_present_select_input_checked(scrn->conn, scrn->eid, scrn->drawable, in dri3_set_drawable() 447 xcb_register_for_special_xge(scrn->conn, &xcb_present_id, scrn->eid, 0); in dri3_set_drawable() 726 xcb_present_select_input_checked(scrn->conn, scrn->eid, in vl_dri3_screen_destroy()
|
/external/strace/ |
D | bpf.c | 140 struct ebpf_insns_data *eid = data; in print_ebpf_insn() local 143 if (eid->count++ >= BPF_MAXINSNS) { in print_ebpf_insn() 171 struct ebpf_insns_data eid = {}; in print_ebpf_prog() local 175 tfetch_mem, print_ebpf_insn, &eid); in print_ebpf_prog()
|
/external/perfetto/src/traced/probes/android_log/ |
D | android_log_data_source.cc | 366 int32_t eid; in ParseBinaryEvent() local 367 if (!ReadAndAdvance(&buf, end, &eid)) in ParseBinaryEvent() 372 const EventFormat* fmt = GetEventFormat(eid); in ParseBinaryEvent()
|