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

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c385 struct wpa_eapol_ie_parse ie; local
401 os_memset(&ie, 0, sizeof(ie));
407 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
409 if (ie.pmkid) {
411 "Authenticator", ie.pmkid, PMKID_LEN);
415 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
748 struct wpa_eapol_ie_parse *ie)
754 if (ie->igtk) {
759 if (ie
747 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
830 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
889 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
925 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
960 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1076 struct wpa_eapol_ie_parse ie; local
1195 struct wpa_eapol_ie_parse ie; local
2517 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2552 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2587 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.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c385 struct wpa_eapol_ie_parse ie; local
401 os_memset(&ie, 0, sizeof(ie));
407 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
409 if (ie.pmkid) {
411 "Authenticator", ie.pmkid, PMKID_LEN);
415 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
748 struct wpa_eapol_ie_parse *ie)
754 if (ie->igtk) {
759 if (ie
747 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
830 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
889 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
925 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
960 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1076 struct wpa_eapol_ie_parse ie; local
1195 struct wpa_eapol_ie_parse ie; local
2517 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2552 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2587 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.c318 * @ie: Pointer to parsed IE data
322 struct wpa_eapol_ie_parse *ie)
335 ie->wmm = &pos[2];
336 ie->wmm_len = pos[1];
338 ie->wmm, ie->wmm_len);
340 ie->wmm = &pos[2];
341 ie->wmm_len = pos[1];
343 ie->wmm, ie
321 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
357 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
480 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
H A Dwpa.c385 struct wpa_eapol_ie_parse ie; local
401 os_memset(&ie, 0, sizeof(ie));
407 if (wpa_supplicant_parse_ies(key_data, key_data_len, &ie) < 0)
409 if (ie.pmkid) {
411 "Authenticator", ie.pmkid, PMKID_LEN);
415 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
748 struct wpa_eapol_ie_parse *ie)
754 if (ie->igtk) {
759 if (ie
747 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
830 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
861 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
889 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
925 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
960 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1076 struct wpa_eapol_ie_parse ie; local
1195 struct wpa_eapol_ie_parse ie; local
2517 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2552 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2587 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
[all...]
/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
269 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) argument
[all...]
H A Dwifi_display.h19 struct wpabuf *ie);
/external/libcxx/test/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/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/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.c418 struct wpabuf *ie; local
423 ie = wpabuf_alloc(100);
424 if (ie == NULL)
427 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
428 len = wpabuf_put(ie, 1);
429 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
431 if (wps_build_version(ie) ||
432 wps_build_req_type(ie, req_type) ||
433 wps_build_wfa_ext(ie, 0, NULL, 0)) {
434 wpabuf_free(ie);
452 struct wpabuf *ie; local
498 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c418 struct wpabuf *ie; local
423 ie = wpabuf_alloc(100);
424 if (ie == NULL)
427 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
428 len = wpabuf_put(ie, 1);
429 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
431 if (wps_build_version(ie) ||
432 wps_build_req_type(ie, req_type) ||
433 wps_build_wfa_ext(ie, 0, NULL, 0)) {
434 wpabuf_free(ie);
452 struct wpabuf *ie; local
498 struct wpabuf *ie; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c418 struct wpabuf *ie; local
423 ie = wpabuf_alloc(100);
424 if (ie == NULL)
427 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC);
428 len = wpabuf_put(ie, 1);
429 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA);
431 if (wps_build_version(ie) ||
432 wps_build_req_type(ie, req_type) ||
433 wps_build_wfa_ext(ie, 0, NULL, 0)) {
434 wpabuf_free(ie);
452 struct wpabuf *ie; local
498 struct wpabuf *ie; local
[all...]
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestThread.java87 } catch (InterruptedException ie) {
89 ie.printStackTrace();
134 } catch (InterruptedException ie) {
135 ie.printStackTrace();
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp132 ie = S.end(); it != ie; ++it)
193 ie = Changes.end(); it != ie; ++it) {
198 ie = Dependencies.end(); it != ie; ++it) {
205 ie = Changes.end(); it != ie; ++it)
217 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/llvm/lib/Option/
H A DArgList.cpp51 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it)
59 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
71 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
86 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
101 for (const_iterator it = begin(), ie = end(); it != ie;
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
H A DtypedUrls.js23 for (var i = 0, ie = data.length; i < ie; ++i) {
79 for (var i = 0, ie = visitItems.length; i < ie; ++i) {
/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)
159 p2p_buf_add_capability(ie, dev_capab, group_capab);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
168 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
169 wpabuf_put_le16(ie, wpabuf_len(noa));
170 wpabuf_put_buf(ie, noa);
176 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
209 struct wpabuf *ie; local
256 struct wpabuf *ie; local
442 struct wpabuf *p2p_subelems, *ie; local
599 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)
159 p2p_buf_add_capability(ie, dev_capab, group_capab);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
168 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
169 wpabuf_put_le16(ie, wpabuf_len(noa));
170 wpabuf_put_buf(ie, noa);
176 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
209 struct wpabuf *ie; local
256 struct wpabuf *ie; local
442 struct wpabuf *p2p_subelems, *ie; local
599 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)
159 p2p_buf_add_capability(ie, dev_capab, group_capab);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
168 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE);
169 wpabuf_put_le16(ie, wpabuf_len(noa));
170 wpabuf_put_buf(ie, noa);
176 struct wpabuf *ie; local
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
209 struct wpabuf *ie; local
256 struct wpabuf *ie; local
442 struct wpabuf *p2p_subelems, *ie; local
599 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
[all...]
/external/chromium_org/chrome/browser/importer/
H A Dimporter_list.cc31 importer::SourceProfile* ie = new importer::SourceProfile; local
32 ie->importer_name = l10n_util::GetStringUTF16(IDS_IMPORT_FROM_IE);
33 ie->importer_type = importer::TYPE_IE;
34 ie->source_path.clear();
35 ie->app_path.clear();
36 ie->services_supported = importer::HISTORY | importer::FAVORITES |
38 profiles->push_back(ie);
/external/clang/lib/Driver/
H A DCompilation.cpp38 ie = TCArgs.end(); it != ie; ++it)
43 for (ActionList::iterator it = Actions.begin(), ie = Actions.end();
44 it != ie; ++it)
104 it = Files.begin(), ie = Files.end(); it != ie; ++it)
114 it = Files.begin(), ie = Files.end(); it != ie; ++it) {
205 for (JobList::const_iterator it = Jobs->begin(), ie = Jobs->end();
206 it != ie;
[all...]

Completed in 3899 milliseconds

1234567891011>>