Searched refs:ie (Results 226 - 250 of 339) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c40 const u8 *ie, size_t ie_len,
1387 const u8 *ie, size_t ie_len,
1397 if (ieee802_11_parse_elems(ie, ie_len, &elems, 0) == ParseFailed) {
1409 wps_ie = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
1385 hostapd_wps_probe_req_rx(void *ctx, const u8 *addr, const u8 *da, const u8 *bssid, const u8 *ie, size_t ie_len, int ssi_signal) argument
H A Dwpa_auth.c747 struct wpa_ie_data ie; local
750 if (wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0 ||
751 ie.num_pmkid != 1 || ie.pmkid == NULL) {
757 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c269 struct wpabuf *ie; local
273 ie = p2p_group_get_wfd_ie(g);
274 if (ie) {
275 wfd_ie = ie;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java170 catch (InstantiationException ie) {
173 ie);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp826 it = BitFields.begin(), ie = BitFields.end();
827 it != ie; ++it) {
/external/libchrome/base/files/
H A Dfile_util_posix.cc817 for (int i = 0, ie = arraysize(kAdminGroupNames); i < ie; ++i) {
/external/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h44 ie = BBNodeMap.end();
45 it != ie; ++it)
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp772 for (unsigned i = 1, ie = LoopID->getNumOperands(); i < ie; ++i) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1121 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i)
1127 for (unsigned i = 0, ie = CJ->getNumArgOperands(); i != ie; ++i)
1134 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i) {
1158 for (unsigned i = 0, ie = CI->getNumArgOperands(); i != ie; ++i) {
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp46 for (const char *it = S.begin(), *ie = S.end(); it != ie; ++it, ++p)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h1186 void wpas_mbo_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ie);
1189 void wpas_mbo_ie_trans_req(struct wpa_supplicant *wpa_s, const u8 *ie,
1201 * @value: value (ie, password, etc) for @field
/external/clang/lib/Driver/
H A DDriver.cpp575 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) {
591 ie = Inputs.end();
1144 const arg_iterator ie = Args.filtered_end(); local
1147 while (it != ie) {
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java605 for (ScanResult.InformationElement ie : scanResult.informationElements) {
607 infoEle.put("id", ie.id);
608 infoEle.put("bytes", Base64Codec.encodeBase64(ie.bytes).toString());
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMoreExecutors.java954 } catch (InterruptedException ie) {
/external/valgrind/exp-bbv/tests/arm-linux/
H A Dll.S140 @ version from uname, ie "2.6.20"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java533 } catch (Exception ie) {
534 System.err.println("ERROR :" + ie.toString());
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp354 ie = Options.end(); it != ie; ++it) {
H A DMCDwarf.cpp112 ie = LineEntries.end();
113 it != ie; ++it) {
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c747 struct wpa_ie_data ie; local
750 if (wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0 ||
751 ie.num_pmkid != 1 || ie.pmkid == NULL) {
757 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c747 struct wpa_ie_data ie; local
750 if (wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0 ||
751 ie.num_pmkid != 1 || ie.pmkid == NULL) {
757 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN);
/external/llvm/lib/Support/
H A DCommandLine.cpp296 ie = OptionsMap.end();
297 it != ie; ++it) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9558 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
9592 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9619 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
9644 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9770 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie;
[all...]

Completed in 749 milliseconds

1234567891011>>