Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhs20.c20 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 …]
Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument
25 u8 *pos = eid; in hostapd_eid_assoc_comeback_time()
219 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument
221 u8 *pos = eid; in hostapd_eid_ext_capab()
245 return eid; in hostapd_eid_ext_capab()
258 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
260 eid[1] = len; in hostapd_eid_ext_capab()
263 return eid; in hostapd_eid_ext_capab()
265 return eid + 2 + len; in hostapd_eid_ext_capab()
269 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
[all …]
Dbeacon.c36 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 …]
Dieee802_11.h46 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_vht_capabilities(struct hostapd_data *hapd, u8 *eid);
53 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
54 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
83 struct sta_info *sta, u8 *eid);
[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_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_capabilities() argument
26 u8 *pos = eid; in hostapd_eid_vht_capabilities()
29 return eid; in hostapd_eid_vht_capabilities()
61 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument
64 u8 *pos = eid; in hostapd_eid_vht_operation()
200 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() argument
202 u8 *pos = eid; in hostapd_eid_vendor_vht()
205 return eid; in hostapd_eid_vendor_vht()
Dwmm.c51 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()
Dwpa_auth_ie.c326 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
331 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
332 len = eid++; /* to be filled */ in wpa_write_osen()
333 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
334 eid += 3; in wpa_write_osen()
335 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
338 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
339 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
342 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
343 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);
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()
Dp2p_hostapd.h33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
Dieee802_11.c45 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument
47 u8 *pos = eid; in hostapd_eid_supp_rates()
51 return eid; in hostapd_eid_supp_rates()
89 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument
91 u8 *pos = eid; in hostapd_eid_ext_supp_rates()
95 return eid; in hostapd_eid_ext_supp_rates()
103 return eid; in hostapd_eid_ext_supp_rates()
Dwnm_ap.c73 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
/external/tinyalsa/
Dmixer.c95 struct snd_ctl_elem_id *eid = NULL; in mixer_open() local
122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id)); in mixer_open()
123 if (!eid) in mixer_open()
129 elist.pids = eid; in mixer_open()
135 ei->id.numid = eid[n].numid; in mixer_open()
158 free(eid); in mixer_open()
163 if (eid) in mixer_open()
164 free(eid); in mixer_open()
/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/wpa_supplicant_8/src/common/
Dieee802_11_defs.h952 u8 eid; /* 221 = 0xdd */ member
1304 u8 eid; /* WLAN_EID_WNMSLEEP */ member
1334 u8 eid; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwmm_ac.c287 tspec->eid = WLAN_EID_VENDOR_SPECIFIC; in wmm_ac_build_addts_req()
Dwnm_sta.c73 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req()
Dwpa_supplicant.c5607 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()