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

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dtaxonomy.h14 const u8 *ie, size_t ie_len);
17 const u8 *ie, size_t ie_len);
20 const u8 *ie, size_t ie_len);
H A Dtaxonomy.c103 const u8 *ie; local
120 ie = wpabuf_head(ies);
127 id = *ie++;
128 elen = *ie++;
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) {
139 const u8 *data = &ie[4];
152 sep, id, ie[0], ie[1], ie[2], ie[
268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) argument
286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
[all...]
H A Drrm.c99 const u8 *pos, *ie, *end; local
106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
107 if (ie[1] < 3) {
112 rep_mode = ie[3];
114 rep_mode, ie[4]);
116 switch (ie[4]) {
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]);
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[
282 const u8 *pos, *ie, *end; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dtaxonomy.h14 const u8 *ie, size_t ie_len);
17 const u8 *ie, size_t ie_len);
20 const u8 *ie, size_t ie_len);
H A Dtaxonomy.c103 const u8 *ie; local
120 ie = wpabuf_head(ies);
127 id = *ie++;
128 elen = *ie++;
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) {
139 const u8 *data = &ie[4];
152 sep, id, ie[0], ie[1], ie[2], ie[
268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) argument
286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
[all...]
H A Drrm.c99 const u8 *pos, *ie, *end; local
106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
107 if (ie[1] < 3) {
112 rep_mode = ie[3];
114 rep_mode, ie[4]);
116 switch (ie[4]) {
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]);
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[
282 const u8 *pos, *ie, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dtaxonomy.h14 const u8 *ie, size_t ie_len);
17 const u8 *ie, size_t ie_len);
20 const u8 *ie, size_t ie_len);
H A Dtaxonomy.c103 const u8 *ie; local
120 ie = wpabuf_head(ies);
127 id = *ie++;
128 elen = *ie++;
136 if (WPA_GET_BE32(ie) == WPS_IE_VENDOR_TYPE) {
139 const u8 *data = &ie[4];
152 sep, id, ie[0], ie[1], ie[2], ie[
268 taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
277 taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, struct hostapd_sta_info *info, const u8 *ie, size_t ie_len) argument
286 taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, struct sta_info *sta, const u8 *ie, size_t ie_len) argument
[all...]
H A Drrm.c99 const u8 *pos, *ie, *end; local
106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
107 if (ie[1] < 3) {
112 rep_mode = ie[3];
114 rep_mode, ie[4]);
116 switch (ie[4]) {
118 hostapd_handle_lci_report(hapd, token, ie + 2, ie[1]);
121 hostapd_handle_range_report(hapd, token, ie + 2, ie[
282 const u8 *pos, *ie, *end; local
[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
285 wifi_display_subelem_set_from_ies(struct wpa_global *global, struct wpabuf *ie) argument
345 struct wpabuf *ie; 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.cpp110 int ie[] = {0, 1, 2, 3, 4}; local
111 const int se = static_cast<int>(sizeof(ie)/sizeof(ie[0]));
112 r = std::rotate(Iter(ie), Iter(ie), Iter(ie+se));
113 assert(base(r) == ie+se);
114 assert(ie[0] == 0);
115 assert(ie[1] == 1);
116 assert(ie[
312 std::unique_ptr<int> ie[5]; local
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c337 * @ie: Pointer to parsed IE data
341 struct wpa_eapol_ie_parse *ie)
354 ie->wmm = &pos[2];
355 ie->wmm_len = pos[1];
357 ie->wmm, ie->wmm_len);
359 ie->wmm = &pos[2];
360 ie->wmm_len = pos[1];
362 ie->wmm, ie
340 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
376 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
499 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c337 * @ie: Pointer to parsed IE data
341 struct wpa_eapol_ie_parse *ie)
354 ie->wmm = &pos[2];
355 ie->wmm_len = pos[1];
357 ie->wmm, ie->wmm_len);
359 ie->wmm = &pos[2];
360 ie->wmm_len = pos[1];
362 ie->wmm, ie
340 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
376 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
499 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c337 * @ie: Pointer to parsed IE data
341 struct wpa_eapol_ie_parse *ie)
354 ie->wmm = &pos[2];
355 ie->wmm_len = pos[1];
357 ie->wmm, ie->wmm_len);
359 ie->wmm = &pos[2];
360 ie->wmm_len = pos[1];
362 ie->wmm, ie
340 wpa_parse_vendor_specific(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
376 wpa_parse_generic(const u8 *pos, const u8 *end, struct wpa_eapol_ie_parse *ie) argument
499 wpa_supplicant_parse_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) 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/swiftshader/third_party/LLVM/lib/Support/
H A DDAGDeltaAlgorithm.cpp130 ie = S.end(); it != ie; ++it)
191 ie = Changes.end(); it != ie; ++it) {
196 ie = Dependencies.end(); it != ie; ++it) {
203 ie = Changes.end(); it != ie; ++it)
215 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/syslinux/gpxe/src/net/80211/
H A Dsec80211.c251 * @v ie Pointer to first information element to check
268 u8 * sec80211_find_rsn ( union ieee80211_ie *ie, void *ie_end, argument
273 if ( ! ieee80211_ie_bound ( ie, ie_end ) )
276 while ( ie ) {
277 if ( ie->id == IEEE80211_IE_VENDOR &&
278 ie->vendor.oui == IEEE80211_WPA_OUI_VEN ) {
280 rsn = &ie->vendor.data[0];
281 *end = rsn + ie->len - 4;
283 } else if ( ie->id == IEEE80211_IE_RSN ) {
285 rsn = ( u8 * ) &ie
[all...]

Completed in 1556 milliseconds

1234567891011>>