HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 1 - 25 of 1059) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/ap/
taxonomy.h 14 const u8 *ie, size_t ie_len);
17 const u8 *ie, size_t ie_len);
20 const u8 *ie, size_t ie_len);
taxonomy.c 56 /* Inside the WPS IE are a series of attributes, using two byte IDs
103 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[3])
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 2 * wpa_supplicant - WPA/RSN IE and KDE processing
20 * wpa_parse_wpa_ie - Parse WPA/RSN IE
21 * @wpa_ie: Pointer to WPA or RSN IE
22 * @wpa_ie_len: Length of the WPA/RSN IE
26 * Parse the contents of WPA or RSN IE and write the parsed data into data.
121 wpa_printf(MSG_DEBUG, "RSN: Too short IE buffer (%lu bytes)",
312 * wpa_gen_wpa_ie - Generate WPA/RSN IE based on current security policy
314 * @wpa_ie: Pointer to memory area for the generated WPA/RSN IE
315 * @wpa_ie_len: Maximum length of the generated WPA/RSN IE
316 * Returns: Length of the generated WPA/RSN IE or -1 on failur
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wifi_display.c 41 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
75 wpa_printf(MSG_DEBUG, "WFD: Update WFD IE");
79 "include WFD IE");
106 * WFD IE is included in number of management frames. Two different
174 ie = wifi_display_encaps(buf)
358 struct wpabuf *ie; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 58 InformationElement ie = new InformationElement(); local
59 ie.id = eid;
60 ie.bytes = new byte[elementLength];
61 data.get(ie.bytes);
62 infoElements.add(ie);
76 for (InformationElement ie : ies) {
77 if (ie.id == InformationElement.EID_ROAMING_CONSORTIUM) {
79 roamingConsortium.from(ie);
81 Log.e(TAG, "Failed to parse Roaming Consortium IE: " + e.getMessage());
98 for (InformationElement ie : ies)
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 50 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/
rotate.pass.cpp 110 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[2] == 2)
312 std::unique_ptr<int> ie[5]; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 110 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[2] == 2)
312 std::unique_ptr<int> ie[5]; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 114 assertEquals("Parsed results should have 1 IE", 1, results.length);
137 assertEquals("Parsed results should have 1 IE", 1, results.length);
160 assertEquals("Parsed results should have 1 IE", 1, results.length);
246 * Test Capabilities.generateCapabilitiesString() with a RSN IE.
251 InformationElement ie = new InformationElement(); local
252 ie.id = InformationElement.EID_RSN;
253 ie.bytes = new byte[] { (byte) 0x01, (byte) 0x00, (byte) 0x00, (byte) 0x0F,
260 InformationElement[] ies = new InformationElement[] { ie };
274 * Test Capabilities.generateCapabilitiesString() with a RSN IE which is malformed.
280 InformationElement ie = new InformationElement() local
305 InformationElement ie = new InformationElement(); local
334 InformationElement ie = new InformationElement(); local
464 InformationElement ie = new InformationElement(); local
493 InformationElement ie = new InformationElement(); local
521 InformationElement ie = new InformationElement(); local
550 InformationElement ie = new InformationElement(); local
577 InformationElement ie = new InformationElement(); local
594 InformationElement ie = new InformationElement(); local
612 InformationElement ie = new InformationElement(); local
631 InformationElement ie = new InformationElement(); local
650 InformationElement ie = new InformationElement(); local
665 InformationElement ie = new InformationElement(); local
683 InformationElement ie = new InformationElement(); local
707 InformationElement ie = new InformationElement(); local
736 InformationElement ie = new InformationElement(); local
765 InformationElement ie = new InformationElement(); local
    [all...]
  /art/test/059-finalizer-throw/src/
Main.java 55 } catch (InterruptedException ie) {
56 System.out.println(ie);
63 } catch (InterruptedException ie) {
64 System.out.println(ie);
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc_config.py 28 except ImportError as ie:
  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 24 for (iterator it = begin(), ie = end(); it != ie; ++it) {
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) {
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 68 int ie[] = {0, 0, 1, 0}; local
69 const unsigned se = sizeof(ie)/sizeof(ie[0]);
70 r = std::unique(Iter(ie), Iter(ie+se));
71 assert(base(r) == ie + 3);
72 assert(ie[0] == 0);
73 assert(ie[1] == 1);
74 assert(ie[2] == 0);
142 Ptr ie[4] local
    [all...]
unique_pred.pass.cpp 86 int ie[] = {0, 0, 1, 0}; local
87 const unsigned se = sizeof(ie)/sizeof(ie[0]);
89 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
90 assert(base(r) == ie + 3);
91 assert(ie[0] == 0);
92 assert(ie[1] == 1);
93 assert(ie[2] == 0);
176 Ptr ie[4] local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 55 int ie[] = {0, 0, 1, 0}; local
56 const unsigned se = sizeof(ie)/sizeof(ie[0]);
57 r = std::unique(Iter(ie), Iter(ie+se));
58 assert(base(r) == ie + 3);
59 assert(ie[0] == 0);
60 assert(ie[1] == 1);
61 assert(ie[2] == 0);
129 Ptr ie[4] local
    [all...]
unique_pred.pass.cpp 73 int ie[] = {0, 0, 1, 0}; local
74 const unsigned se = sizeof(ie)/sizeof(ie[0]);
76 r = std::unique(Iter(ie), Iter(ie+se), count_equal());
77 assert(base(r) == ie + 3);
78 assert(ie[0] == 0);
79 assert(ie[1] == 1);
80 assert(ie[2] == 0);
163 Ptr ie[4] local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableInflater.java 210 final InflateException ie = new InflateException( local
212 ie.initCause(e);
213 throw ie;
216 final InflateException ie = new InflateException( local
218 ie.initCause(e);
219 throw ie;
222 final InflateException ie = new InflateException( local
224 ie.initCause(e);
225 throw ie;
227 final InflateException ie = new InflateException local
    [all...]
  /art/test/050-sync-test/src/
Main.java 40 } catch (InterruptedException ie) {
42 ie.printStackTrace(System.out);
57 } catch (InterruptedException ie) {
59 ie.printStackTrace(System.out);
70 } catch (InterruptedException ie) {
72 ie.printStackTrace(System.out);
164 } catch (InterruptedException ie) {
178 } catch (InterruptedException ie) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tls-tiny-desc-ie.d 1 #source: tls-tiny-desc-ie.s
  /external/wpa_supplicant_8/src/wps/
wps.c 106 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq",
109 wpa_printf(MSG_DEBUG, "WPS: Failed to parse WPS IE "
113 "in (Re)AssocReq WPS IE");
115 wpa_printf(MSG_DEBUG, "WPS: Request Type (from WPS IE "
116 "in (Re)AssocReq WPS IE): %d",
229 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
230 * @msg: WPS IE contents from Beacon or Probe Response frame
290 * wps_is_selected_pin_registrar - Check whether WPS IE indicates active PIN
291 * @msg: WPS IE contents from Beacon or Probe Response frame
306 * wps_is_addr_authorized - Check whether WPS IE authorizes MAC addres
418 struct wpabuf *ie; local
452 struct wpabuf *ie; local
498 struct wpabuf *ie; local
    [all...]
  /art/test/053-wait-some/src/
Main.java 41 } catch (InterruptedException ie) {
42 ie.printStackTrace(System.out);
51 } catch (InterruptedException ie) {
52 ie.printStackTrace(System.out);
  /art/test/121-simple-suspend-check/src/
Main.java 25 } catch (InterruptedException ie) {/*ignore */}
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 129 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; ++it)
    [all...]
DeltaAlgorithm.cpp 35 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/
DAGDeltaAlgorithm.cpp 130 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; ++it)
    [all...]

Completed in 218 milliseconds

1 2 3 4 5 6 7 8 91011>>