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

  /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...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 54 const u8 *interworking; member in struct:ieee802_11_elems
  /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;
  /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/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...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 484 /* IEEE 802.11u - Interworking */
485 int interworking; member in struct:hostapd_bss_config
  /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...]

Completed in 145 milliseconds