HomeSort by relevance Sort by last modified time
    Searched refs:interworking (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-call1.s 1 # Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 96 * From Interworking element:
97 * mAnt non null indicates the presence of Interworking, i.e. 802.11u
98 * mVenueGroup and mVenueType may be null if not present in the Interworking element.
141 InformationElementUtil.Interworking interworking = local
142 new InformationElementUtil.Interworking();
184 interworking.from(ie);
252 mHESSID = interworking.hessid;
257 mAnt = interworking.ant;
258 mInternet = interworking.internet
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 797 if (hapd->conf->interworking &&
798 elems.interworking && elems.interworking_len >= 1) {
799 u8 ant = elems.interworking[0] & 0x0f;
809 if (hapd->conf->interworking && elems.interworking &&
813 hessid = elems.interworking + 1;
815 hessid = elems.interworking + 1 + 2;
936 if (hapd->conf->interworking &&
940 "Interworking Probe Response while not supporting "
    [all...]
ieee802_11_shared.c 194 if (hapd->conf->interworking)
195 *pos |= 0x80; /* Bit 31 - Interworking */
232 if (len < 4 && hapd->conf->interworking)
302 if (!hapd->conf->interworking)
342 if (!hapd->conf->interworking)
362 if (!hapd->conf->interworking ||
ap_config.h 464 /* IEEE 802.11u - Interworking */
465 int interworking; member in struct:hostapd_bss_config
ieee802_1x.c 558 if (hapd->conf->interworking &&
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 54 const u8 *interworking; member in struct:ieee802_11_elems
ieee802_11_common.c 330 elems->interworking = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 82 * Interworking automatic networking selection behavior. The matching
94 * realm - Home Realm for Interworking
99 * username - Username for Interworking network selection
104 * password - Password for Interworking network selection
114 * ca_cert - CA certificate for Interworking network selection
121 * This field is used with Interworking networking selection for a case
862 * interworking - Whether Interworking (IEEE 802.11u) is enabled
864 int interworking; member in struct:wpa_config
869 * When Interworking is enabled, scans will be limited to APs tha
    [all...]
config_file.c 1185 if (config->interworking)
1186 fprintf(f, "interworking=%d\n", config->interworking);
    [all...]
scan.c 91 * This function is used to figure out whether any networks (or Interworking
110 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
448 if (wpa_s->conf->interworking &&
520 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
    [all...]
events.c 45 #include "interworking.h"
92 if (wpa_s->conf->auto_interworking && wpa_s->conf->interworking &&
    [all...]
config.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1049 * interworking - Whether Interworking is enabled
1051 int interworking; member in struct:wpa_driver_ap_params
1061 * This is used for filtering Probe Request frames when Interworking is
    [all...]
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 1637 milliseconds