HomeSort by relevance Sort by last modified time
    Searched refs:anqp (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
AuthParam.java 1 package com.android.anqp.eap;
4 * An Authentication parameter, part of the NAI Realm ANQP element, specified in
InnerAuthEAP.java 1 package com.android.anqp.eap;
6 import static com.android.anqp.Constants.BYTE_MASK;
ExpandedEAPMethod.java 1 package com.android.anqp.eap;
7 import static com.android.anqp.Constants.BYTE_MASK;
8 import static com.android.anqp.Constants.INT_MASK;
9 import static com.android.anqp.Constants.SHORT_MASK;
Credential.java 1 package com.android.anqp.eap;
6 import static com.android.anqp.Constants.BYTE_MASK;
VendorSpecificAuth.java 1 package com.android.anqp.eap;
  /frameworks/base/packages/Osu/src/com/android/anqp/
ANQPElement.java 1 package com.android.anqp;
4 * Base class for an IEEE802.11u ANQP element.
HSIconFileElement.java 1 package com.android.anqp;
12 import static com.android.anqp.Constants.BYTE_MASK;
13 import static com.android.anqp.Constants.SHORT_MASK;
16 * The Icon Binary File vendor specific ANQP Element,
HSOsuProvidersElement.java 1 package com.android.anqp;
11 * The OSU Providers List vendor specific ANQP Element,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
ANQPElement.java 1 package com.android.server.wifi.hotspot2.anqp;
4 * Base class for an IEEE802.11u ANQP element.
GenericBlobElement.java 1 package com.android.server.wifi.hotspot2.anqp;
8 * ANQP Element to hold a raw, unparsed, octet blob
RawByteElement.java 17 package com.android.server.wifi.hotspot2.anqp;
25 * An object holding the raw octets of an ANQP element as provided by the wpa_supplicant.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
AuthParam.java 17 package com.android.server.wifi.hotspot2.anqp.eap;
20 * An Authentication parameter, part of the NAI Realm ANQP element, specified in
InnerAuthEAP.java 17 package com.android.server.wifi.hotspot2.anqp.eap;
VendorSpecificAuth.java 17 package com.android.server.wifi.hotspot2.anqp.eap;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPMatcher.java 20 import com.android.server.wifi.hotspot2.anqp.CellularNetwork;
21 import com.android.server.wifi.hotspot2.anqp.DomainNameElement;
22 import com.android.server.wifi.hotspot2.anqp.NAIRealmData;
23 import com.android.server.wifi.hotspot2.anqp.NAIRealmElement;
24 import com.android.server.wifi.hotspot2.anqp.RoamingConsortiumElement;
25 import com.android.server.wifi.hotspot2.anqp.ThreeGPPNetworkElement;
26 import com.android.server.wifi.hotspot2.anqp.eap.AuthParam;
27 import com.android.server.wifi.hotspot2.anqp.eap.EAPMethod;
34 * Utility class for providing matching functions against ANQP elements.
38 * Match the domain names in the ANQP element against the provider's FQDN and SIM credential
    [all...]
ANQPData.java 21 import com.android.server.wifi.hotspot2.anqp.ANQPElement;
22 import com.android.server.wifi.hotspot2.anqp.Constants;
29 * Class for maintaining ANQP elements and managing the lifetime of the elements.
52 * Return the ANQP elements.
54 * @return Map of ANQP elements
AnqpEvent.java 19 import com.android.server.wifi.hotspot2.anqp.ANQPElement;
20 import com.android.server.wifi.hotspot2.anqp.Constants;
26 * This class carries the response of an ANQP request.
52 * Map of ANQP element type to the data retrieved from the access point.
62 * Get the bssid of the access point from which this ANQP result was created.
69 * Get the map of ANQP elements retrieved from the access point.
PasspointNetworkScore.java 23 import com.android.server.wifi.hotspot2.anqp.ANQPElement;
24 import com.android.server.wifi.hotspot2.anqp.Constants.ANQPElementType;
25 import com.android.server.wifi.hotspot2.anqp.HSWanMetricsElement;
26 import com.android.server.wifi.hotspot2.anqp.IPAddressTypeAvailabilityElement;
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 51 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
52 * Returns: Allocated ANQP data structure or %NULL on failure
54 * The allocated ANQP data structure has its users count set to 1. It may be
60 struct wpa_bss_anqp *anqp; local
61 anqp = os_zalloc(sizeof(*anqp));
62 if (anqp == NULL)
65 dl_list_init(&anqp->anqp_elems);
67 anqp->users = 1;
68 return anqp;
122 struct wpa_bss_anqp *anqp; local
    [all...]
interworking.c 131 wpa_printf(MSG_DEBUG, "ANQP: Response callback dst=" MACSTR
232 return ie[2]; /* Number of ANQP OIs */
254 wpa_msg(wpa_s, MSG_DEBUG, "Interworking: ANQP Query Request to " MACSTR,
276 wpa_hexdump(MSG_DEBUG, "Interworking: ANQP Query info",
316 wpa_msg(wpa_s, MSG_DEBUG, "ANQP: Failed to send Query Request");
323 "ANQP: Query started with dialog token %u", res);
517 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count)
524 if (anqp == NULL)
526 left = wpabuf_len(anqp);
530 pos = wpabuf_head_u8(anqp);
2807 struct wpa_bss_anqp *anqp = NULL; local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
NAIRealmDataTestUtil.java 17 package com.android.server.wifi.hotspot2.anqp;
21 import com.android.server.wifi.hotspot2.anqp.eap.AuthParam;
22 import com.android.server.wifi.hotspot2.anqp.eap.CredentialType;
23 import com.android.server.wifi.hotspot2.anqp.eap.EAPMethod;
CellularNetworkTestUtil.java 17 package com.android.server.wifi.hotspot2.anqp;
IconInfoTest.java 17 package com.android.server.wifi.hotspot2.anqp;
29 * Unit tests for {@link com.android.server.wifi.hotspot2.anqp.IconInfo}.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
ANQPDataTest.java 27 import com.android.server.wifi.hotspot2.anqp.ANQPElement;
28 import com.android.server.wifi.hotspot2.anqp.Constants;
39 * TODO(b/33000864): add more test once the ANQP elements cleanup are completed, which will
40 * allow easy construction of ANQP elements for testing.
ANQPMatcherTest.java 27 import com.android.server.wifi.hotspot2.anqp.CellularNetwork;
28 import com.android.server.wifi.hotspot2.anqp.DomainNameElement;
29 import com.android.server.wifi.hotspot2.anqp.NAIRealmData;
30 import com.android.server.wifi.hotspot2.anqp.NAIRealmElement;
31 import com.android.server.wifi.hotspot2.anqp.RoamingConsortiumElement;
32 import com.android.server.wifi.hotspot2.anqp.ThreeGPPNetworkElement;
33 import com.android.server.wifi.hotspot2.anqp.eap.AuthParam;
34 import com.android.server.wifi.hotspot2.anqp.eap.EAPMethod;
35 import com.android.server.wifi.hotspot2.anqp.eap.InnerAuthEAP;
36 import com.android.server.wifi.hotspot2.anqp.eap.NonEAPInnerAuth
    [all...]

Completed in 132 milliseconds

1 2 3 4 5