Searched defs:eid (Results 1 - 25 of 33) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
24 return eid;
25 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
26 *eid++ = 7;
27 WPA_PUT_BE24(eid, OUI_WFA);
28 eid += 3;
29 *eid++ = HS20_INDICATION_OUI_TYPE;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
36 eid
42 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
98 *eid++ = 4 + 3 + 1;
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE);
100 eid += 4;
102 *eid++ = P2P_ATTR_MANAGEABILITY;
103 WPA_PUT_LE16(eid, 1);
104 eid += 2;
109 *eid++ = bitmap;
111 return eid;
[all...]
H A Dieee802_11_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
25 u8 *pos = eid;
29 return eid;
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
52 u8 *pos = eid;
55 return eid;
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
217 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
219 u8 *pos = eid;
243 return eid;
256 while (len > 0 && eid[1 + len] == 0) {
258 eid[1] = len;
261 return eid;
263 return eid + 2 + len;
267 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
284 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
324 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
343 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
390 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
410 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
481 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
88 return eid;
H A Dwmm.c51 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
59 return eid;
60 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
89 eid[1] = pos - eid - 2; /* element length */
98 * element. eid does not include Element ID and Length octets.
100 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
104 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
112 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c316 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
321 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
322 len = eid++; /* to be filled */
323 WPA_PUT_BE24(eid, OUI_WFA);
324 eid += 3;
325 *eid++ = HS20_OSEN_OUI_TYPE;
328 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
329 eid += RSN_SELECTOR_LEN;
332 WPA_PUT_LE16(eid, 1);
333 eid
[all...]
H A Dbeacon.c35 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) argument
40 return eid;
41 *eid++ = WLAN_EID_BSS_LOAD;
42 *eid++ = 5;
43 os_memcpy(eid, hapd->conf->bss_load_test, 5);
44 eid += 5;
47 return eid;
73 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
75 *eid++ = WLAN_EID_DS_PARAMS;
76 *eid
82 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
106 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) argument
192 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
254 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
268 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) argument
289 hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
24 return eid;
25 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
26 *eid++ = 7;
27 WPA_PUT_BE24(eid, OUI_WFA);
28 eid += 3;
29 *eid++ = HS20_INDICATION_OUI_TYPE;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
36 eid
42 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
98 *eid++ = 4 + 3 + 1;
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE);
100 eid += 4;
102 *eid++ = P2P_ATTR_MANAGEABILITY;
103 WPA_PUT_LE16(eid, 1);
104 eid += 2;
109 *eid++ = bitmap;
111 return eid;
[all...]
H A Dieee802_11_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
25 u8 *pos = eid;
29 return eid;
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
52 u8 *pos = eid;
55 return eid;
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
217 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
219 u8 *pos = eid;
243 return eid;
256 while (len > 0 && eid[1 + len] == 0) {
258 eid[1] = len;
261 return eid;
263 return eid + 2 + len;
267 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
284 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
324 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
343 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
390 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
410 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
481 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
88 return eid;
H A Dwmm.c51 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
59 return eid;
60 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
89 eid[1] = pos - eid - 2; /* element length */
98 * element. eid does not include Element ID and Length octets.
100 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
104 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
112 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c316 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
321 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
322 len = eid++; /* to be filled */
323 WPA_PUT_BE24(eid, OUI_WFA);
324 eid += 3;
325 *eid++ = HS20_OSEN_OUI_TYPE;
328 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
329 eid += RSN_SELECTOR_LEN;
332 WPA_PUT_LE16(eid, 1);
333 eid
[all...]
H A Dbeacon.c35 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) argument
40 return eid;
41 *eid++ = WLAN_EID_BSS_LOAD;
42 *eid++ = 5;
43 os_memcpy(eid, hapd->conf->bss_load_test, 5);
44 eid += 5;
47 return eid;
73 static u8 * hostapd_eid_ds_params(struct hostapd_data *hapd, u8 *eid) argument
75 *eid++ = WLAN_EID_DS_PARAMS;
76 *eid
82 hostapd_eid_erp_info(struct hostapd_data *hapd, u8 *eid) argument
106 hostapd_eid_pwr_constraint(struct hostapd_data *hapd, u8 *eid) argument
192 hostapd_eid_country(struct hostapd_data *hapd, u8 *eid, int max_len) argument
254 hostapd_eid_wpa(struct hostapd_data *hapd, u8 *eid, size_t len) argument
268 hostapd_eid_csa(struct hostapd_data *hapd, u8 *eid) argument
289 hostapd_eid_secondary_channel(struct hostapd_data *hapd, u8 *eid) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhs20.c20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
24 return eid;
25 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
26 *eid++ = 7;
27 WPA_PUT_BE24(eid, OUI_WFA);
28 eid += 3;
29 *eid++ = HS20_INDICATION_OUI_TYPE;
34 *eid++ = conf;
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
36 eid
42 hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
98 *eid++ = 4 + 3 + 1;
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE);
100 eid += 4;
102 *eid++ = P2P_ATTR_MANAGEABILITY;
103 WPA_PUT_LE16(eid, 1);
104 eid += 2;
109 *eid++ = bitmap;
111 return eid;
[all...]
H A Dieee802_11_vht.c22 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
25 u8 *pos = eid;
29 return eid;
49 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) argument
52 u8 *pos = eid;
55 return eid;
H A Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
217 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid) argument
219 u8 *pos = eid;
243 return eid;
256 while (len > 0 && eid[1 + len] == 0) {
258 eid[1] = len;
261 return eid;
263 return eid + 2 + len;
267 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) argument
22 hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd, struct sta_info *sta, u8 *eid) argument
284 hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid) argument
324 hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid) argument
343 hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid) argument
390 hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid) argument
410 hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid) argument
481 hostapd_eid_bss_max_idle_period(struct hostapd_data *hapd, u8 *eid) argument
[all...]
H A Dieee802_11_ht.c24 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid) argument
27 u8 *pos = eid;
31 return eid;
82 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid) argument
85 u8 *pos = eid;
88 return eid;
H A Dwmm.c51 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) argument
53 u8 *pos = eid;
59 return eid;
60 eid[0] = WLAN_EID_VENDOR_SPECIFIC;
89 eid[1] = pos - eid - 2; /* element length */
98 * element. eid does not include Element ID and Length octets.
100 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) argument
104 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len);
112 wmm = (struct wmm_information_element *) eid;
[all...]
H A Dwpa_auth_ie.c316 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) argument
321 *eid++ = WLAN_EID_VENDOR_SPECIFIC;
322 len = eid++; /* to be filled */
323 WPA_PUT_BE24(eid, OUI_WFA);
324 eid += 3;
325 *eid++ = HS20_OSEN_OUI_TYPE;
328 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED);
329 eid += RSN_SELECTOR_LEN;
332 WPA_PUT_LE16(eid, 1);
333 eid
[all...]
/external/tinyalsa/
H A Dmixer.c95 struct snd_ctl_elem_id *eid = NULL; local
122 eid = calloc(elist.count, sizeof(struct snd_ctl_elem_id));
123 if (!eid)
129 elist.pids = eid;
135 ei->id.numid = eid[n].numid;
158 free(eid);
163 if (eid)
164 free(eid);
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow.cc102 const std::string& eid,
107 extension_id(eid),
100 Parameters( const std::string& at, const std::string& eid, const std::string& cid, const std::vector<std::string>& scopes_arg, Mode mode_arg) argument

Completed in 160 milliseconds

12