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

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-call1.s 1 # Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 729 * Verify that the expected Interworking information element is parsed and retrieved from the
739 * Interworking Format:
750 InformationElementUtil.Interworking interworking = local
779 InformationElementUtil.Interworking interworking = local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 93 * From Interworking element:
94 * mAnt non null indicates the presence of Interworking, i.e. 802.11u
135 InformationElementUtil.Interworking interworking = local
136 new InformationElementUtil.Interworking();
178 interworking.from(ie);
246 mHESSID = interworking.hessid;
251 mAnt = interworking.ant;
252 mInternet = interworking.internet;
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 194 if (hapd->conf->interworking)
195 *pos |= 0x80; /* Bit 31 - Interworking */
246 if (len < 4 && hapd->conf->interworking)
324 if (!hapd->conf->interworking)
364 if (!hapd->conf->interworking)
384 if (!hapd->conf->interworking ||
beacon.c 919 if (hapd->conf->interworking &&
920 elems.interworking && elems.interworking_len >= 1) {
921 u8 ant = elems.interworking[0] & 0x0f;
931 if (hapd->conf->interworking && elems.interworking &&
935 hessid = elems.interworking + 1;
937 hessid = elems.interworking + 1 + 2;
1058 if (hapd->conf->interworking &&
1062 "Interworking Probe Response while not supporting "
    [all...]
ap_config.h 484 /* IEEE 802.11u - Interworking */
485 int interworking; member in struct:hostapd_bss_config
ieee802_1x.c 562 if (hapd->conf->interworking &&
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 112 * Parse and retrieve the Interworking information element from the list of IEs.
115 * @return {@link Interworking}
117 public static Interworking getInterworkingIE(InformationElement[] ies) {
118 Interworking interworking = new Interworking(); local
123 interworking.from(ie);
125 Log.e(TAG, "Failed to parse Interworking IE: " + e.getMessage());
130 return interworking;
224 public static class 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 420 elems->interworking = pos;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 84 * Interworking automatic networking selection behavior. The matching
96 * realm - Home Realm for Interworking
101 * username - Username for Interworking network selection
106 * password - Password for Interworking network selection
116 * ca_cert - CA certificate for Interworking network selection
123 * This field is used with Interworking networking selection for a case
872 * interworking - Whether Interworking (IEEE 802.11u) is enabled
874 int interworking; member in struct:wpa_config
879 * When Interworking is enabled, scans will be limited to APs tha
    [all...]
scan.c 87 * This function is used to figure out whether any networks (or Interworking
106 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
515 if (wpa_s->conf->interworking &&
594 if (wpa_s->conf->cred && wpa_s->conf->interworking &&
    [all...]
config_file.c     [all...]
ap.c 359 "P2P: Enable Interworking with access_network_type: %d",
361 bss->interworking = wpa_s->conf->go_interworking;
    [all...]
events.c 46 #include "interworking.h"
93 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 1275 * interworking - Whether Interworking is enabled
1277 int interworking; member in struct:wpa_driver_ap_params
1287 * 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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 780 milliseconds