HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 76 - 100 of 155) sorted by null

1 2 34 5 6 7

  /external/tcpdump/
print-wb.c 271 const struct id_off *io, *ie; local
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
  /external/wpa_supplicant/
preauth.c 435 struct wpa_ie_data ie; local
459 wpa_parse_wpa_ie(r->rsn_ie, r->rsn_ie_len, &ie))
465 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
474 ie.capabilities & WPA_CAPABILITY_PREAUTH);
driver_test.c 285 u8 ie[200], *ipos, *end; local
327 if (len > sizeof(ie))
328 len = sizeof(ie);
329 if (hexstr2bin(pos, ie, len) < 0) {
334 ipos = ie;
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 437 struct wpa_ie_data ie; local
464 if (rsn == NULL || wpa_parse_wpa_ie(rsn, 2 + rsn[1], &ie))
470 !(ie.capabilities & WPA_CAPABILITY_PREAUTH)))
479 ie.capabilities & WPA_CAPABILITY_PREAUTH);
wpa_ft.c 112 * @pmk_name: PMKR0Name or PMKR1Name to be added into the RSN IE PMKID List
251 * RSN IE
294 static int wpa_ft_parse_ftie(const u8 *ie, size_t ie_len,
299 parse->ftie = ie;
302 pos = ie + sizeof(struct rsn_ftie);
303 end = ie + ie_len;
366 "RSN IE: %d", ret);
808 wpa_printf(MSG_DEBUG, "FT: Unexpected IE count in FTIE (%d)",
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 411 } catch (InterruptedException ie) {
494 } catch (InterruptedException ie) {
653 } catch (InterruptedException ie) {
706 } catch (InterruptedException ie) {
AndroidDebugBridge.java     [all...]
MonitorThread.java 598 } catch (InterruptedException ie) {
599 ie.printStackTrace();
  /dalvik/tests/074-gc-thrash/src/
Main.java 129 } catch (InterruptedException ie) {
140 } catch (InterruptedException ie) {
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.h 282 /* assoc ie length */
308 struct wl_ie ie; /* information element object for internal purpose */ member in struct:wl_priv
345 #define wl_to_ie(w) (&w->ie)
wl_cfg80211.c 4243 struct wl_ie *ie = wl_to_ie(wl); local
4251 struct wl_ie *ie = wl_to_ie(wl); local
4269 struct wl_ie *ie = wl_to_ie(wl); local
4285 struct wl_ie *ie = wl_to_ie(wl); local
4300 struct wl_ie *ie = wl_to_ie(wl); local
    [all...]
wl_iw.c 3277 uint8 *ie = *wpaie; local
3295 uint8 *ie = *wpsie; local
3351 bcm_tlv_t *ie; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 169 } catch (InterruptedException ie) {
170 throw ie;
  /frameworks/base/cmds/dumpstate/
utils.c 410 struct inotify_event ie; local
411 read(ifd, &ie, sizeof(ie));
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassLoaderTest.java 102 } catch (InterruptedException ie) {}
RuntimeTest.java 259 } catch (InterruptedException ie) {
520 } catch(InterruptedException ie) {
659 } catch (InterruptedException ie) {
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 196 } catch (IOException ie) {
  /external/gtest/src/
Android.mk 19 # provide a common main to run the test (ie if you link against
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 274 catch (InstantiationException ie)
276 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMLITRSLT, null, ie);//"Failed creating ElemLiteralResult instance!", ie);
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 149 } catch (InterruptedException ie) {
169 } catch (InterruptedException ie) {
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 429 wpa_hexdump(MSG_DEBUG, "AssocReq IE wireless event", (const u8 *) ev,
450 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
1317 u8 *ie; member in struct:wext_scan_data
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 410 uint32_t ie = 0; local
468 ie++;
487 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 1469 throw new AuthenticationFailedException(ie.getAlertText(), ie); local
    [all...]
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 170 } catch (InterruptedException ie) {
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 174 } catch (InterruptedException ie) {

Completed in 2030 milliseconds

1 2 34 5 6 7