/external/wpa_supplicant_8/src/ap/ |
D | hs20.c | 20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument 24 return eid; in hostapd_eid_hs20_indication() 25 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication() 26 *eid++ = 7; in hostapd_eid_hs20_indication() 27 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication() 28 eid += 3; in hostapd_eid_hs20_indication() 29 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication() 34 *eid++ = conf; in hostapd_eid_hs20_indication() 35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication() 36 eid += 2; in hostapd_eid_hs20_indication() [all …]
|
D | ieee802_11.h | 46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid); 47 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid); 48 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid); 49 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid); 50 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid); 51 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid); 52 u8 * hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid); 53 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts); 54 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid); 55 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid); [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() 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 …]
|
D | ieee802_11_shared.c | 23 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument 25 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() 239 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument 241 u8 *pos = eid; in hostapd_eid_ext_capab() 277 return eid; in hostapd_eid_ext_capab() 290 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab() 292 eid[1] = len; in hostapd_eid_ext_capab() 295 return eid; in hostapd_eid_ext_capab() 297 return eid + 2 + len; in hostapd_eid_ext_capab() 301 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument [all …]
|
D | beacon.c | 37 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() argument 48 return eid; in hostapd_eid_rm_enabled_capab() 50 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES; in hostapd_eid_rm_enabled_capab() 51 *eid++ = RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab() 52 os_memcpy(eid, hapd->conf->radio_measurements, RRM_CAPABILITIES_IE_LEN); in hostapd_eid_rm_enabled_capab() 54 return eid + RRM_CAPABILITIES_IE_LEN; in hostapd_eid_rm_enabled_capab() 58 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument 61 return eid; in hostapd_eid_bss_load() 65 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load() 66 *eid++ = 5; in hostapd_eid_bss_load() [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_he.c | 20 u8 * hostapd_eid_vendor_he_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_he_capab() argument 23 u8 *pos = eid; in hostapd_eid_vendor_he_capab() 26 return eid; in hostapd_eid_vendor_he_capab() 60 u8 * hostapd_eid_vendor_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_he_operation() argument 63 u8 *pos = eid; in hostapd_eid_vendor_he_operation() 66 return eid; in hostapd_eid_vendor_he_operation()
|
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() 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 …]
|
D | wmm.c | 46 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()
|
D | wpa_auth_ie.c | 351 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument 356 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen() 357 len = eid++; /* to be filled */ in wpa_write_osen() 358 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen() 359 eid += 3; in wpa_write_osen() 360 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen() 363 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen() 364 eid += RSN_SELECTOR_LEN; in wpa_write_osen() 367 WPA_PUT_LE16(eid, 1); in wpa_write_osen() 368 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 | p2p_hostapd.h | 33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
|
D | ieee802_11.c | 51 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument 53 u8 *pos = eid; in hostapd_eid_supp_rates() 57 return eid; in hostapd_eid_supp_rates() 95 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument 97 u8 *pos = eid; in hostapd_eid_ext_supp_rates() 101 return eid; in hostapd_eid_ext_supp_rates() 109 return eid; in hostapd_eid_ext_supp_rates() 3611 report->eid == WLAN_EID_MEASURE_REQUEST && in handle_action_cb()
|
D | wnm_ap.c | 74 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
|
/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/tinyalsa/ |
D | mixer.c | 97 struct snd_ctl_elem_id *eid = NULL; in mixer_open() local 124 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open() 125 if (!eid) in mixer_open() 131 elist.pids = eid; in mixer_open() 137 ei->id.numid = eid[n].numid; in mixer_open() 160 free(eid); in mixer_open() 165 if (eid) in mixer_open() 166 free(eid); in mixer_open()
|
/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/wpa_supplicant_8/wpa_supplicant/ |
D | rrm.c | 757 u8 eid = ies[0], elen = ies[1]; in wpas_beacon_rep_add_frame_body() local 759 if ((eid == WLAN_EID_TIM || eid == WLAN_EID_RSN) && in wpas_beacon_rep_add_frame_body() 1183 if (req->eid != WLAN_EID_MEASURE_REQUEST) { in wpas_rrm_process_msr_req_elems() 1186 req->eid); in wpas_rrm_process_msr_req_elems() 1289 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()
|
D | wnm_sta.c | 76 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req() 603 static int wpa_bss_ies_eq(struct wpa_bss *a, struct wpa_bss *b, u8 eid) in wpa_bss_ies_eq() argument 610 ie_a = wpa_bss_get_ie(a, eid); in wpa_bss_ies_eq() 611 ie_b = wpa_bss_get_ie(b, eid); in wpa_bss_ies_eq()
|
D | wmm_ac.c | 287 tspec->eid = WLAN_EID_VENDOR_SPECIFIC; in wmm_ac_build_addts_req()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 1275 u8 eid; /* 221 = 0xdd */ member 1709 u8 eid; /* WLAN_EID_WNMSLEEP */ member 1739 u8 eid; member 1768 u8 eid; /* Element ID */ member 1828 u8 eid; /* Element ID */ member 1864 u8 eid; /* WLAN_EID_MULTI_BAND */ member
|
D | ieee802_11_common.h | 176 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
|
D | ieee802_11_common.c | 1407 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() argument 1420 if (ies[0] == eid) in get_ie()
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 1993 4eid
|