Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 40) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Dhs20.c22 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 …]
Dieee802_11.h48 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_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
56 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
57 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
[all …]
Dieee802_11_vht.c23 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()
167 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() argument
174 return eid; in hostapd_eid_wb_chsw_wrapper()
193 return eid; in hostapd_eid_wb_chsw_wrapper()
201 return eid; in hostapd_eid_wb_chsw_wrapper()
206 return eid; in hostapd_eid_wb_chsw_wrapper()
[all …]
Dieee802_11_shared.c25 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument
27 u8 *pos = eid; in hostapd_eid_assoc_comeback_time()
402 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument
404 u8 *pos = eid; in hostapd_eid_ext_capab()
446 return eid; in hostapd_eid_ext_capab()
459 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
461 eid[1] = len; in hostapd_eid_ext_capab()
464 return eid; in hostapd_eid_ext_capab()
466 return eid + 2 + len; in hostapd_eid_ext_capab()
470 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
[all …]
Dbeacon.c39 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() argument
50 return eid; in hostapd_eid_rm_enabled_capab()
52 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES; in hostapd_eid_rm_enabled_capab()
53 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
54 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab()
56 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab()
60 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument
63 return eid; in hostapd_eid_bss_load()
67 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
68 *eid++ = 5; in hostapd_eid_bss_load()
[all …]
Dp2p_hostapd.c94 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()
Dieee802_11_he.c19 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_capab() argument
22 u8 *pos = eid; in hostapd_eid_he_capab()
25 return eid; in hostapd_eid_he_capab()
52 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument
55 u8 *pos = eid; in hostapd_eid_he_operation()
58 return eid; in hostapd_eid_he_operation()
91 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument
103 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set()
105 pos = eid; in hostapd_eid_he_mu_edca_parameter_set()
Dieee802_11_ht.c24 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()
88 return eid; in hostapd_eid_ht_operation()
111 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_secondary_channel() argument
117 return eid; in hostapd_eid_secondary_channel()
124 return eid; in hostapd_eid_secondary_channel()
126 *eid++ = WLAN_EID_SECONDARY_CHANNEL_OFFSET; in hostapd_eid_secondary_channel()
[all …]
Dwmm.c46 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument
48 u8 *pos = eid; in hostapd_eid_wmm()
54 return eid; in hostapd_eid_wmm()
55 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm()
84 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm()
95 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument
99 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid()
107 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
Dwpa_auth_ie.c381 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
386 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
387 len = eid++; /* to be filled */ in wpa_write_osen()
388 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
389 eid += 3; in wpa_write_osen()
390 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
393 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
394 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
397 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
398 eid += 2; in wpa_write_osen()
[all …]
Dwmm.h16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
/external/libopus/celt/
Dopus_custom_demo.c144 int eid = 0; in main()
153 eid = i; in main()
159 data[eid/8] ^= 1<<(7-(eid%8)); in main()
/external/tinyalsa/
Dmixer.c102 struct snd_ctl_elem_id *eid = NULL; in mixer_open() local
129 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()
130 if (!eid) in mixer_open()
136 elist.pids = eid; in mixer_open()
145 ctl->info->id.numid = eid[n].numid; in mixer_open()
146 strncpy((char *)ctl->info->id.name, (char *)eid[n].name, in mixer_open()
151 free(eid); in mixer_open()
156 if (eid) in mixer_open()
157 free(eid); in mixer_open()
/external/autotest/client/site_tests/platform_CryptohomeGetEnrollmentId/
Dplatform_CryptohomeGetEnrollmentId.py22 eid = utils.system_output('cryptohome --action=get_enrollment_id')
23 return len(eid) == 64
/external/wpa_supplicant_8/src/fst/
Dfst_group.c31 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/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c71 xcb_present_event_t eid; member
422 cookie = xcb_present_select_input_checked(scrn->conn, scrn->eid, in dri3_set_drawable()
429 scrn->eid = xcb_generate_id(scrn->conn); in dri3_set_drawable()
431 xcb_present_select_input_checked(scrn->conn, scrn->eid, scrn->drawable, in dri3_set_drawable()
450 xcb_register_for_special_xge(scrn->conn, &xcb_present_id, scrn->eid, 0); in dri3_set_drawable()
727 xcb_present_select_input_checked(scrn->conn, scrn->eid, in vl_dri3_screen_destroy()
/external/strace/
Dbpf.c140 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/
Dandroid_log_data_source.cc349 int32_t eid; in ParseBinaryEvent() local
350 if (!ReadAndAdvance(&buf, end, &eid)) in ParseBinaryEvent()
355 const EventFormat* fmt = GetEventFormat(eid); in ParseBinaryEvent()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1384 u8 eid; /* 221 = 0xdd */ member
1835 u8 eid; /* WLAN_EID_WNMSLEEP */ member
1865 u8 eid; member
1894 u8 eid; /* Element ID */ member
1957 u8 eid; /* Element ID */ member
2005 u8 eid; /* WLAN_EID_MULTI_BAND */ member
/external/mesa3d/src/loader/
Dloader_dri3_helper.c243 xcb_present_select_input_checked(draw->conn, draw->eid, draw->drawable, in loader_dri3_drawable_fini()
385 } else if (ce->serial == draw->eid) { in dri3_handle_present_event()
456 draw->eid, in loader_dri3_wait_for_msc()
1186 draw->eid = xcb_generate_id(draw->conn); in dri3_update_drawable()
1188 xcb_present_select_input_checked(draw->conn, draw->eid, draw->drawable, in dri3_update_drawable()
1201 draw->eid, in dri3_update_drawable()
Dloader_dri3_helper.h148 xcb_present_event_t eid; member
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c408 if (msr_rep->eid != WLAN_EID_MEASURE_REPORT || in wpas_rrm_beacon_rep_update_last_frame()
1327 if (req->eid != WLAN_EID_MEASURE_REQUEST) { in wpas_rrm_process_msr_req_elems()
1330 req->eid); in wpas_rrm_process_msr_req_elems()
1434 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()
/external/curl/lib/
Dmulti.c2872 multi_deltimeout(struct Curl_easy *data, expire_id eid) in multi_deltimeout() argument
2879 if(n->eid == eid) { in multi_deltimeout()
2896 expire_id eid) in multi_addtimeout() argument
2904 node = &data->state.expires[eid]; in multi_addtimeout()
2908 node->eid = eid; /* also marks it as in use */ in multi_addtimeout()

12