Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 25) 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()
217 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_capab() argument
219 u8 *pos = eid; in hostapd_eid_ext_capab()
243 return eid; in hostapd_eid_ext_capab()
256 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
258 eid[1] = len; in hostapd_eid_ext_capab()
261 return eid; in hostapd_eid_ext_capab()
263 return eid + 2 + len; in hostapd_eid_ext_capab()
267 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
[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);
79 struct sta_info *sta, u8 *eid);
83 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, 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()
Dbeacon.c35 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument
40 return eid; in hostapd_eid_bss_load()
41 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
42 *eid++ = 5; in hostapd_eid_bss_load()
43 os_memcpy(eid, hapd->conf->bss_load_test, 5); in hostapd_eid_bss_load()
44 eid += 5; in hostapd_eid_bss_load()
47 return eid; in hostapd_eid_bss_load()
73 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ds_params() argument
75 *eid++ = WLAN_EID_DS_PARAMS; in hostapd_eid_ds_params()
76 *eid++ = 1; in hostapd_eid_ds_params()
[all …]
Dieee802_11_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_capabilities() argument
25 u8 *pos = eid; in hostapd_eid_vht_capabilities()
29 return eid; in hostapd_eid_vht_capabilities()
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument
52 u8 *pos = eid; in hostapd_eid_vht_operation()
55 return eid; in hostapd_eid_vht_operation()
Dwpa_auth_ie.c316 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
321 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
322 len = eid++; /* to be filled */ in wpa_write_osen()
323 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
324 eid += 3; in wpa_write_osen()
325 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
328 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
329 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
332 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
333 eid += 2; in wpa_write_osen()
[all …]
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()
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.c44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument
46 u8 *pos = eid; in hostapd_eid_supp_rates()
50 return eid; in hostapd_eid_supp_rates()
88 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument
90 u8 *pos = eid; in hostapd_eid_ext_supp_rates()
94 return eid; in hostapd_eid_ext_supp_rates()
102 return eid; in hostapd_eid_ext_supp_rates()
Dwnm_ap.c72 wnmsleep_ie.eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_resp()
/external/chromium_org/third_party/opus/src/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/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.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/chromium_org/tools/perf/page_sets/
Dpolymer.py88 def AnimateShadow(self, action_runner, eid): argument
91 'document.getElementById("{0}").z = {1}'.format(eid, i))
/external/chromium_org/google_apis/gaia/
Doauth2_mint_token_flow.cc102 const std::string& eid, in Parameters() argument
107 extension_id(eid), in Parameters()
Doauth2_mint_token_flow.h80 const std::string& eid,
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h898 u8 eid; /* 221 = 0xdd */ member
1221 u8 eid; /* WLAN_EID_WNMSLEEP */ member
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c72 wnmsleep_ie->eid = WLAN_EID_WNMSLEEP; in ieee802_11_send_wnmsleep_req()
/external/chromium_org/net/base/registry_controlled_domains/
Deffective_tld_names.gperf1462 eid.no, 0
Deffective_tld_names.dat4594 eid.no
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en8469 http://iraqthemodel.blogspot.com/2005/04/eid-of-liberty.html
25547 http://www.artrenewal.org/articles/columns/show.asp?eid=28
31023 http://www.cdc.gov/ncidod/eid/vol4no3/hopkins.htm
31024 http://www.cdc.gov/ncidod/eid/vol6no5/jelinek.htm
46198 http://www.hacknot.info/hacknot/action/showEntry?eid=50
53974 http://www.lioncity.net/buddhism/blog/nithska/index.php?cmd=showentry&eid=198
63803 http://www.peacethroughunderstanding.org/index.php?automodule=blog&blogid=12&cmd=showentry&eid=6