Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c260 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument
269 ie->wpa_ie = pos; in wpa_parse_generic()
270 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic()
272 ie->wpa_ie, ie->wpa_ie_len); in wpa_parse_generic()
279 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
287 ie->gtk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
288 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
296 ie->mac_addr = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
297 ie->mac_addr_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
306 ie->smk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
[all …]
Dwpa.c378 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() local
393 os_memset(&ie, 0, sizeof(ie)); in wpa_supplicant_process_1_of_4()
401 if (wpa_supplicant_parse_ies(_buf, len, &ie) < 0) in wpa_supplicant_process_1_of_4()
403 if (ie.pmkid) { in wpa_supplicant_process_1_of_4()
405 "Authenticator", ie.pmkid, PMKID_LEN); in wpa_supplicant_process_1_of_4()
410 res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid); in wpa_supplicant_process_1_of_4()
713 struct wpa_eapol_ie_parse *ie) in ieee80211w_set_keys() argument
719 if (ie->igtk) { in ieee80211w_set_keys()
722 if (ie->igtk_len != sizeof(*igtk)) in ieee80211w_set_keys()
724 igtk = (const struct wpa_igtk_kde *) ie->igtk; in ieee80211w_set_keys()
[all …]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Diexploder.cgi23 ie = IExploder.new($CONFIG_PATH)
25 ie.cgi_url=ENV['SCRIPT_NAME'] || '?'
26 ie.browser=ENV['HTTP_USER_AGENT'] || 'unknown'
27 ie.test_num = cgi.params['t'][0].to_i
28 ie.subtest_data = cgi.params['s'][0] || nil
29 ie.random_mode = cgi.params['r'][0]
30 ie.lookup_mode = cgi.params['l'][0]
31 ie.stop_num = cgi.params['x'][0] || nil
32 ie.setRandomSeed()
36 header_options = ie.buildHeaders(mime_type)
[all …]
Dwebserver.rb31 ie = $INSTANCE.dup
32 ie.test_num = request.query['t'].to_i || 0
33 ie.subtest_data = request.query['s'] || nil
34 ie.random_mode = request.query['r']
35 ie.lookup_mode = request.query['l']
36 ie.claimed_browser = request.query['b'] || nil
37 ie.stop_num = request.query['x'] || nil
51 ie.browser = user_agent
52 ie.setRandomSeed()
57 for (key, value) in ie.buildHeaders(mime_type)
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps.c407 struct wpabuf *ie; in wps_build_assoc_req_ie() local
412 ie = wpabuf_alloc(100); in wps_build_assoc_req_ie()
413 if (ie == NULL) in wps_build_assoc_req_ie()
416 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC); in wps_build_assoc_req_ie()
417 len = wpabuf_put(ie, 1); in wps_build_assoc_req_ie()
418 wpabuf_put_be32(ie, WPS_DEV_OUI_WFA); in wps_build_assoc_req_ie()
420 if (wps_build_version(ie) || in wps_build_assoc_req_ie()
421 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
422 wps_build_wfa_ext(ie, 0, NULL, 0)) { in wps_build_assoc_req_ie()
423 wpabuf_free(ie); in wps_build_assoc_req_ie()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwifi_display.c38 struct wpabuf *ie, *buf; in wifi_display_update_wfd_ie() local
127 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie()
128 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for Beacon", ie); in wifi_display_update_wfd_ie()
129 p2p_set_wfd_ie_beacon(global->p2p, ie); in wifi_display_update_wfd_ie()
131 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie()
133 ie); in wifi_display_update_wfd_ie()
134 p2p_set_wfd_ie_assoc_req(global->p2p, ie); in wifi_display_update_wfd_ie()
136 ie = wifi_display_encaps(buf); in wifi_display_update_wfd_ie()
137 wpa_hexdump_buf(MSG_DEBUG, "WFD: WFD IE for GO Negotiation", ie); in wifi_display_update_wfd_ie()
138 p2p_set_wfd_ie_go_neg(global->p2p, ie); in wifi_display_update_wfd_ie()
[all …]
Dbss.c41 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING); in wpa_bss_set_hessid() local
42 if (ie == NULL || (ie[1] != 7 && ie[1] != 9)) { in wpa_bss_set_hessid()
46 if (ie[1] == 7) in wpa_bss_set_hessid()
47 os_memcpy(bss->hessid, ie + 3, ETH_ALEN); in wpa_bss_set_hessid()
49 os_memcpy(bss->hessid, ie + 5, ETH_ALEN); in wpa_bss_set_hessid()
365 const struct wpa_scan_res *new, u32 ie) in are_ies_equal() argument
372 switch (ie) { in are_ies_equal()
374 old_ie = wpa_bss_get_vendor_ie(old, ie); in are_ies_equal()
375 new_ie = wpa_scan_get_vendor_ie(new, ie); in are_ies_equal()
379 old_ie_buff = wpa_bss_get_vendor_ie_multi(old, ie); in are_ies_equal()
[all …]
Dinterworking.c162 const u8 *ie; in additional_roaming_consortiums() local
163 ie = wpa_bss_get_ie(bss, WLAN_EID_ROAMING_CONSORTIUM); in additional_roaming_consortiums()
164 if (ie == NULL || ie[1] == 0) in additional_roaming_consortiums()
166 return ie[2]; /* Number of ANQP OIs */ in additional_roaming_consortiums()
753 const u8 *ie; in interworking_connect_3gpp() local
761 ie = wpa_bss_get_ie(bss, WLAN_EID_SSID); in interworking_connect_3gpp()
762 if (ie == NULL) in interworking_connect_3gpp()
776 ssid->ssid = os_zalloc(ie[1] + 1); in interworking_connect_3gpp()
779 os_memcpy(ssid->ssid, ie + 2, ie[1]); in interworking_connect_3gpp()
780 ssid->ssid_len = ie[1]; in interworking_connect_3gpp()
[all …]
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Diexploder.cgi31 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
32 ie.readTagFiles()
35 ie.url=ENV['SCRIPT_NAME'] || '?'
36 ie.test_num = cgi.params['test'][0].to_i
37 ie.subtest_num = cgi.params['subtest'][0].to_i || 0
38 ie.random_mode = cgi.params['random'][0]
39 ie.lookup_mode = cgi.params['lookup'][0]
40 ie.stop_num = cgi.params['stop'][0].to_i || 0
41 ie.setRandomSeed
44 ie.buildPage()
Dwebserver.rb49 ie = $ie_preload.dup
50 ie.test_num = req.query['test'].to_i
51 ie.subtest_num = req.query['subtest'].to_i || 0
52 ie.random_mode = req.query['random']
53 ie.lookup_mode = req.query['lookup']
54 ie.stop_num = req.query['stop'].to_i
55 ie.setRandomSeed
58 res.body = ie.buildPage()
/external/llvm/lib/Option/
DArgList.cpp48 for (iterator it = begin(), ie = end(); it != ie; ) { in eraseArg() local
51 ie = end(); in eraseArg()
60 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
68 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
80 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
95 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
110 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
127 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
165 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
[all …]
/external/clang/lib/Driver/
DArgList.cpp49 for (iterator it = begin(), ie = end(); it != ie; ) { in eraseArg() local
52 ie = end(); in eraseArg()
61 for (const_reverse_iterator it = rbegin(), ie = rend(); it != ie; ++it) in getLastArgNoClaim() local
69 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
81 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
95 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
110 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
127 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
145 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
165 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in getLastArg() local
[all …]
DCompilation.cpp40 ie = TCArgs.end(); it != ie; ++it) in ~Compilation() local
45 for (ActionList::iterator it = Actions.begin(), ie = Actions.end(); in ~Compilation() local
46 it != ie; ++it) in ~Compilation()
77 ie = C->getArguments().end(); it != ie; ++it) { in PrintJob() local
98 it = Jobs->begin(), ie = Jobs->end(); it != ie; ++it) in PrintJob() local
157 ie = C->getArguments().end(); it != ie; ++it) { in PrintDiagnosticJob() local
197 it = Jobs->begin(), ie = Jobs->end(); it != ie; ++it) in PrintDiagnosticJob() local
234 it = Files.begin(), ie = Files.end(); it != ie; ++it) in CleanupFileList() local
244 it = Files.begin(), ie = Files.end(); it != ie; ++it) { in CleanupFileMap() local
345 for (JobList::const_iterator it = Jobs->begin(), ie = Jobs->end(); in ExecuteJob() local
[all …]
DDriver.cpp85 for (ArgList::const_iterator it = Args->begin(), ie = Args->end(); in ParseArgStrings() local
86 it != ie; ++it) { in ParseArgStrings()
148 ie = Args.end(); it != ie; ++it) { in TranslateInputArgs() local
275 ie = Args->filtered_end(); it != ie; ++it) { in BuildCompilation() local
384 for (InputList::iterator it = Inputs.begin(), ie = Inputs.end(); it != ie;) { in generateCompilationDiagnostics() local
399 ie = Inputs.end(); in generateCompilationDiagnostics()
414 for (ArgList::const_iterator it = C.getArgs().begin(), ie = C.getArgs().end(); in generateCompilationDiagnostics() local
415 it != ie; ++it) { in generateCompilationDiagnostics()
457 for (ArgStringList::const_iterator it = Files.begin(), ie = Files.end(); in generateCompilationDiagnostics() local
458 it != ie; ++it) { in generateCompilationDiagnostics()
[all …]
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp130 ie = S.end(); it != ie; ++it) in ExecuteOneTest()
191 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
196 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
203 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
215 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl() local
224 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
227 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl() local
237 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
255 ie = Roots.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
263 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
[all …]
DDeltaAlgorithm.cpp35 ie = S.end(); it != ie; ++it, ++idx) in Split() local
61 ie = Sets.end(); it != ie; ++it) in Delta() local
74 ie = Sets.end(); it != ie; ++it) { in Search() local
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
Dshowtest.rb30 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
31 ie.readTagFiles()
38 ie.test_num = ARGV[0].to_i
39 ie.subtest_num = ARGV[1].to_i || 0
40 ie.lookup_mode = 1
41 ie.setRandomSeed
43 puts ie.buildPage()
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c126 static void p2p_client_info(struct wpabuf *ie, struct p2p_group_member *m) in p2p_client_info() argument
130 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1) in p2p_client_info()
132 wpabuf_put_buf(ie, m->client_info); in p2p_client_info()
137 struct wpabuf *ie) in p2p_group_add_common_ies() argument
157 p2p_buf_add_capability(ie, dev_capab, group_capab); in p2p_group_add_common_ies()
161 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) in p2p_group_add_noa() argument
166 wpabuf_put_u8(ie, P2P_ATTR_NOTICE_OF_ABSENCE); in p2p_group_add_noa()
167 wpabuf_put_le16(ie, wpabuf_len(noa)); in p2p_group_add_noa()
168 wpabuf_put_buf(ie, noa); in p2p_group_add_noa()
174 struct wpabuf *ie; in p2p_group_encaps_probe_resp() local
[all …]
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c637 struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() argument
646 ie->wpa_ie = pos; in wpa_parse_generic()
647 ie->wpa_ie_len = pos[1] + 2; in wpa_parse_generic()
654 ie->pmkid = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
660 ie->gtk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
661 ie->gtk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
667 ie->mac_addr = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
668 ie->mac_addr_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
675 ie->smk = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
676 ie->smk_len = pos[1] - RSN_SELECTOR_LEN; in wpa_parse_generic()
[all …]
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp67 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it) in FlushDiagnostics() local
70 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it) in FlushDiagnostics() local
73 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it) in FlushDiagnostics() local
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp249 ie = SuperClasses.end(); it != ie; ++it) in isSubsetOf() local
954 for (StringRef::iterator it = Str.begin(), ie = Str.end(); it != ie; ++it) { in getEnumNameForToken() local
1059 RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) in buildRegisterClasses() local
1065 ie = SingletonRegisters.end(); it != ie; ++it) { in buildRegisterClasses() local
1075 ie = Registers.end(); it != ie; ++it) { in buildRegisterClasses() local
1081 ie = RegisterSets.end(); it != ie; ++it) { in buildRegisterClasses() local
1107 ie = RegisterSets.end(); it != ie; ++it, ++Index) { in buildRegisterClasses() local
1125 ie = RegisterSets.end(); it != ie; ++it) { in buildRegisterClasses() local
1136 it = RegClassList.begin(), ie = RegClassList.end(); it != ie; ++it) { in buildRegisterClasses() local
1156 ie = RegisterMap.end(); it != ie; ++it) in buildRegisterClasses() local
[all …]
/external/chromium/chrome/browser/importer/
Dimporter_list.cc27 importer::SourceProfile* ie = new importer::SourceProfile(); in DetectIEProfiles() local
28 ie->importer_name = l10n_util::GetStringUTF16(IDS_IMPORT_FROM_IE); in DetectIEProfiles()
29 ie->importer_type = importer::MS_IE; in DetectIEProfiles()
30 ie->source_path.clear(); in DetectIEProfiles()
31 ie->app_path.clear(); in DetectIEProfiles()
32 ie->services_supported = importer::HISTORY | importer::FAVORITES | in DetectIEProfiles()
34 profiles->push_back(ie); in DetectIEProfiles()
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
DtypedUrls.js19 for (var i = 0, ie = data.length; i < ie; ++i) {
75 for (var i = 0, ie = visitItems.length; i < ie; ++i) {
/external/llvm/lib/MC/
DMachObjectWriter.cpp434 ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) { in BindIndirectSymbols() local
450 ie = Asm.indirect_symbol_end(); it != ie; ++it, ++IndirectIndex) { in BindIndirectSymbols() local
485 ie = Asm.end(); it != ie; ++it, ++Index) in ComputeSymbolTable() local
501 ie = Asm.symbol_end(); it != ie; ++it) { in ComputeSymbolTable() local
537 ie = Asm.symbol_end(); it != ie; ++it) { in ComputeSymbolTable() local
762 ie = Asm.end(); it != ie; ++it) { in WriteObject() local
793 ie = Asm.end(); it != ie; ++it) { in WriteObject() local
851 ie = Asm.end(); it != ie; ++it) { in WriteObject() local
864 ie = Asm.end(); it != ie; ++it) { in WriteObject() local
876 it = Asm.data_region_begin(), ie = Asm.data_region_end(); in WriteObject() local
[all …]
DMCAssembler.cpp68 for (MCAssembler::iterator it = Asm.begin(), ie = Asm.end(); it != ie; ++it) in MCAsmLayout() local
71 for (MCAssembler::iterator it = Asm.begin(), ie = Asm.end(); it != ie; ++it) in MCAsmLayout() local
669 ie = SD->end(); it != ie; ++it) { in writeSectionData() local
704 for (MCSectionData::const_iterator it = SD->begin(), ie = SD->end(); in writeSectionData() local
705 it != ie; ++it) in writeSectionData()
738 for (MCAssembler::iterator it = begin(), ie = end(); it != ie; ++it) { in Finish() local
780 for (MCAssembler::iterator it = begin(), ie = end(); it != ie; ++it) { in Finish() local
824 ie = F->fixup_end(); it != ie; ++it) in fragmentNeedsRelaxation() local
959 for (iterator it = begin(), ie = end(); it != ie; ++it) { in layoutOnce() local
1037 ie = DF->fixup_end(); it != ie; ++it) { in dump() local
[all …]

12345678910>>...16