/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); 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) in hostapd_eid_vht_capabilities() argument 27 u8 *pos = eid; in hostapd_eid_vht_capabilities() 30 return eid; in hostapd_eid_vht_capabilities() 62 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument 65 u8 *pos = eid; in hostapd_eid_vht_operation() 155 u8 * hostapd_eid_wb_chsw_wrapper(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wb_chsw_wrapper() argument 162 return eid; in hostapd_eid_wb_chsw_wrapper() 181 return eid; in hostapd_eid_wb_chsw_wrapper() 189 return eid; in hostapd_eid_wb_chsw_wrapper() 194 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() 225 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument 227 u8 *pos = eid; in hostapd_eid_ext_capab() 255 return eid; in hostapd_eid_ext_capab() 268 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab() 270 eid[1] = len; in hostapd_eid_ext_capab() 273 return eid; in hostapd_eid_ext_capab() 275 return eid + 2 + len; in hostapd_eid_ext_capab() 279 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument [all …]
|
D | beacon.c | 36 static u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_rm_enabled_capab() argument 40 return eid; in hostapd_eid_rm_enabled_capab() 42 *eid++ = WLAN_EID_RRM_ENABLED_CAPABILITIES; in hostapd_eid_rm_enabled_capab() 43 *eid++ = 5; in hostapd_eid_rm_enabled_capab() 44 *eid++ = (hapd->conf->radio_measurements & BIT(0)) ? in hostapd_eid_rm_enabled_capab() 46 *eid++ = 0x00; in hostapd_eid_rm_enabled_capab() 47 *eid++ = 0x00; in hostapd_eid_rm_enabled_capab() 48 *eid++ = 0x00; in hostapd_eid_rm_enabled_capab() 49 *eid++ = 0x00; in hostapd_eid_rm_enabled_capab() 50 return eid; in hostapd_eid_rm_enabled_capab() [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_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 | 51 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument 53 u8 *pos = eid; in hostapd_eid_wmm() 59 return eid; in hostapd_eid_wmm() 60 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm() 89 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm() 100 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument 104 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid() 112 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
|
D | wpa_auth_ie.c | 327 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument 332 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen() 333 len = eid++; /* to be filled */ in wpa_write_osen() 334 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen() 335 eid += 3; in wpa_write_osen() 336 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen() 339 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen() 340 eid += RSN_SELECTOR_LEN; in wpa_write_osen() 343 WPA_PUT_LE16(eid, 1); in wpa_write_osen() 344 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 | 48 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument 50 u8 *pos = eid; in hostapd_eid_supp_rates() 54 return eid; in hostapd_eid_supp_rates() 92 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument 94 u8 *pos = eid; in hostapd_eid_ext_supp_rates() 98 return eid; in hostapd_eid_ext_supp_rates() 106 return eid; in hostapd_eid_ext_supp_rates()
|
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 | 96 struct snd_ctl_elem_id *eid = NULL; in mixer_open() local 123 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open() 124 if (!eid) in mixer_open() 130 elist.pids = eid; in mixer_open() 136 ei->id.numid = eid[n].numid; in mixer_open() 159 free(eid); in mixer_open() 164 if (eid) in mixer_open() 165 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() 210 if (mbie->eid != WLAN_EID_MULTI_BAND || in fst_group_get_new_iface_by_mbie_and_band_id()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 972 u8 eid; /* 221 = 0xdd */ member 1418 u8 eid; /* WLAN_EID_WNMSLEEP */ member 1448 u8 eid; member 1477 u8 eid; /* WLAN_EID_MULTI_BAND */ member
|
D | ieee802_11_common.h | 150 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
|
D | ieee802_11_common.c | 1271 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() argument 1284 if (ies[0] == eid) in get_ie()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 75 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req() 589 static int wpa_bss_ies_eq(struct wpa_bss *a, struct wpa_bss *b, u8 eid) in wpa_bss_ies_eq() argument 596 ie_a = wpa_bss_get_ie(a, eid); in wpa_bss_ies_eq() 597 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()
|
D | wpa_supplicant.c | 6291 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 1993 4eid
|