Searched refs:ie (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwifi_display.c41 struct wpabuf *ie; local
54 ie = wpabuf_alloc(len);
55 if (ie == NULL)
60 wpabuf_put_buf(ie, global->wfd_subelem[i]);
63 return ie;
69 struct wpabuf *ie, *buf; local
161 ie = wifi_display_encaps(buf);
162 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie);
163 p2p_set_wfd_ie_beacon(global->p2p, ie);
165 ie
285 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) argument
345 struct wpabuf *ie; local
[all...]
H A Dwifi_display.h19 struct wpabuf *ie);
H A Dbss.c36 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); local
37 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) {
41 if (ie[1] == 7)
42 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
44 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
420 const struct wpa_scan_res *new_res, u32 ie)
427 switch (ie) {
429 old_ie = wpa_bss_get_vendor_ie(old, ie);
419 are_ies_equal(const struct wpa_bss *old, const struct wpa_scan_res *new_res, u32 ie) argument
1020 wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie) argument
1186 const u8 *ie; local
1216 const u8 *ie, *ie2; local
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp50 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
53 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
56 for (const_iterator it = remark_begin(), ie = remark_end(); it != ie; ++it)
59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp111 int ie[] = {0, 1, 2, 3, 4}; local
112 const unsigned se = sizeof(ie)/sizeof(ie[0]);
113 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se));
114 assert(base(r) == ie+se);
115 assert(ie[0] == 0);
116 assert(ie[1] == 1);
117 assert(ie[
313 std::unique_ptr<int> ie[5]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c325 * @ie: Pointer to parsed IE data
329 struct wpa_eapol_ie_parse *ie)
342 ie->wmm = &pos[2];
343 ie->wmm_len = pos[1];
345 ie->wmm, ie->wmm_len);
347 ie->wmm = &pos[2];
348 ie->wmm_len = pos[1];
350 ie->wmm, ie
328 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
364 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
487 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c450 struct wpa_eapol_ie_parse ie; local
466 os_memset(&ie, 0, sizeof(ie));
472 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
474 if (ie.pmkid) {
476 "Authenticator", ie.pmkid, PMKID_LEN);
480 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
858 struct wpa_eapol_ie_parse *ie)
864 if (ie->igtk) {
869 if (ie
857 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
940 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
971 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
999 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1035 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1070 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1192 struct wpa_eapol_ie_parse ie; local
1323 struct wpa_eapol_ie_parse ie; local
2746 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2781 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2816 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c325 * @ie: Pointer to parsed IE data
329 struct wpa_eapol_ie_parse *ie)
342 ie->wmm = &pos[2];
343 ie->wmm_len = pos[1];
345 ie->wmm, ie->wmm_len);
347 ie->wmm = &pos[2];
348 ie->wmm_len = pos[1];
350 ie->wmm, ie
328 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
364 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
487 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c450 struct wpa_eapol_ie_parse ie; local
466 os_memset(&ie, 0, sizeof(ie));
472 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
474 if (ie.pmkid) {
476 "Authenticator", ie.pmkid, PMKID_LEN);
480 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
858 struct wpa_eapol_ie_parse *ie)
864 if (ie->igtk) {
869 if (ie
857 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
940 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
971 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
999 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1035 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1070 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1192 struct wpa_eapol_ie_parse ie; local
1323 struct wpa_eapol_ie_parse ie; local
2746 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2781 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2816 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c325 * @ie: Pointer to parsed IE data
329 struct wpa_eapol_ie_parse *ie)
342 ie->wmm = &pos[2];
343 ie->wmm_len = pos[1];
345 ie->wmm, ie->wmm_len);
347 ie->wmm = &pos[2];
348 ie->wmm_len = pos[1];
350 ie->wmm, ie
328 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
364 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
487 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c450 struct wpa_eapol_ie_parse ie; local
466 os_memset(&ie, 0, sizeof(ie));
472 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
474 if (ie.pmkid) {
476 "Authenticator", ie.pmkid, PMKID_LEN);
480 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
858 struct wpa_eapol_ie_parse *ie)
864 if (ie->igtk) {
869 if (ie
857 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
940 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
971 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
999 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1035 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1070 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1192 struct wpa_eapol_ie_parse ie; local
1323 struct wpa_eapol_ie_parse ie; local
2746 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2781 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2816 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
[all...]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp56 int ie[] = {0, 0, 1, 0}; local
57 const unsigned se = sizeof(ie)/sizeof(ie[0]);
58 r = std::unique(Iter(ie), Iter(ie+se));
59 assert(base(r) == ie + 3);
60 assert(ie[0] == 0);
61 assert(ie[1] == 1);
62 assert(ie[2] == 0);
130 Ptr ie[ local
[all...]
H A Dunique_pred.pass.cpp74 int ie[] = {0, 0, 1, 0}; local
75 const unsigned se = sizeof(ie)/sizeof(ie[0]);
77 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
78 assert(base(r) == ie + 3);
79 assert(ie[0] == 0);
80 assert(ie[1] == 1);
81 assert(ie[2] == 0);
164 Ptr ie[ local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c422 struct wpabuf *ie; local
427 ie = wpabuf_alloc(100);
428 if (ie == NULL)
431 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
432 len = wpabuf_put(ie, 1);
433 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
435 if (wps_build_version(ie) ||
436 wps_build_req_type(ie, req_type) ||
437 wps_build_wfa_ext(ie, 0, NULL, 0)) {
438 wpabuf_free(ie);
456 struct wpabuf *ie; local
502 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c422 struct wpabuf *ie; local
427 ie = wpabuf_alloc(100);
428 if (ie == NULL)
431 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
432 len = wpabuf_put(ie, 1);
433 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
435 if (wps_build_version(ie) ||
436 wps_build_req_type(ie, req_type) ||
437 wps_build_wfa_ext(ie, 0, NULL, 0)) {
438 wpabuf_free(ie);
456 struct wpabuf *ie; local
502 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c422 struct wpabuf *ie; local
427 ie = wpabuf_alloc(100);
428 if (ie == NULL)
431 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
432 len = wpabuf_put(ie, 1);
433 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
435 if (wps_build_version(ie) ||
436 wps_build_req_type(ie, req_type) ||
437 wps_build_wfa_ext(ie, 0, NULL, 0)) {
438 wpabuf_free(ie);
456 struct wpabuf *ie; local
502 struct wpabuf *ie; local
[all...]
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp129 ie = S.end(); it != ie; ++it)
185 ie = Changes.end(); it != ie; ++it) {
190 ie = Dependencies.end(); it != ie; ++it) {
197 ie = Changes.end(); it != ie; ++it)
209 ie = pred_end(Change); it != ie;
[all...]
H A DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx)
61 ie = Sets.end(); it != ie; ++it)
74 ie = Sets.end(); it != ie; ++it) {
/external/autotest/client/tests/aio_dio_bugs/src/
H A Daio-dio-subblock-eof-read.c44 struct io_event ie; local
82 ret = io_getevents(ioctx, 1, 1, &ie, NULL);
90 if (ie.res != FILE_SIZE)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
138 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
210 struct wpabuf *ie; local
257 struct wpabuf *ie; local
443 struct wpabuf *p2p_subelems, *ie; local
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
138 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
210 struct wpabuf *ie; local
257 struct wpabuf *ie; local
443 struct wpabuf *p2p_subelems, *ie; local
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c127 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) argument
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
138 struct wpabuf *ie)
160 p2p_buf_add_capability(ie, dev_capab, group_capab);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
169 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
177 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
210 struct wpabuf *ie; local
257 struct wpabuf *ie; local
443 struct wpabuf *p2p_subelems, *ie; local
600 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/llvm/lib/Option/
H A DArgList.cpp49 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
57 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
67 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
77 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
86 for (const_iterator it = begin(), ie = end(); it != ie;
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java149 } catch (InterruptedException ie) {
150 throw new RuntimeException("Unexpected interrupt while waiting for future", ie);
181 } catch (InterruptedException ie) {
182 throw new RuntimeException("Unexpected interrupt while waiting for latch", ie);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c773 * @ie: Pointer to parsed IE data
777 struct wpa_eapol_ie_parse *ie)
786 ie->wpa_ie = pos;
787 ie->wpa_ie_len = pos[1] + 2;
792 ie->osen = pos;
793 ie->osen_len = pos[1] + 2;
800 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN;
806 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
807 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN;
813 ie
776 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
887 wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]

Completed in 663 milliseconds

1234567891011>>