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

1 2

  /external/wpa_supplicant_8/src/ap/
hs20.h 2 * Hotspot 2.0 AP ANQP processing
gas_serv.c 42 wpa_printf(MSG_DEBUG, "ANQP: Add a temporary STA entry for "
79 wpa_msg(hapd->msg_ctx, MSG_ERROR, "ANQP: Could not create dialog for "
96 wpa_printf(MSG_DEBUG, "ANQP: could not find STA " MACSTR,
106 wpa_printf(MSG_DEBUG, "ANQP: Could not find dialog for "
759 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
761 wpa_printf(MSG_DEBUG, "ANQP: %s not available", name);
805 wpa_printf(MSG_DEBUG, "ANQP: Unsupported Info Id %u",
816 wpa_printf(MSG_DEBUG, "ANQP: %u Info IDs requested in Query list",
860 wpa_printf(MSG_DEBUG, "ANQP: Unsupported HS 2.0 subtype %u",
875 wpa_printf(MSG_DEBUG, "ANQP: HS 2.0 NAI Home Realm Query
    [all...]
hs20.c 2 * Hotspot 2.0 AP ANQP processing
ieee802_11_shared.c 329 /* TODO: Separate configuration for ANQP? */
358 /* Number of ANQP OIs (in addition to the max 3 listed here) */
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 55 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
56 * Returns: Allocated ANQP data structure or %NULL on failure
58 * The allocated ANQP data structure has its users count set to 1. It may be
64 struct wpa_bss_anqp *anqp; local
65 anqp = os_zalloc(sizeof(*anqp));
66 if (anqp == NULL)
68 anqp->users = 1;
69 return anqp;
74 * wpa_bss_anqp_clone - Clone an ANQP data structur
119 struct wpa_bss_anqp *anqp; local
    [all...]
README-HS20 22 The core Interworking functionality (network selection, GAS/ANQP) were
34 network block or credential. If a credential is picked (based on ANQP
40 whenever needed based on ANQP information and the credential.
49 used based on configured priorities, scan results, and ANQP information.
63 supports GAS/ANQP operations. This uses the same design as P2P, i.e.,
203 # automatically based on ANQP information (e.g., NAI Realm).
257 # Capability ANQP element). This constraint is ignored if the AP does not
404 through the discovered APs to request ANQP information from the APs that
409 <3>Starting ANQP fetch for 02:00:00:00:01:00
410 <3>RX-ANQP 02:00:00:00:01:00 ANQP Capability lis
    [all...]
interworking.c 125 wpa_printf(MSG_DEBUG, "ANQP: Response callback dst=" MACSTR
226 return ie[2]; /* Number of ANQP OIs */
248 wpa_printf(MSG_DEBUG, "Interworking: ANQP Query Request to " MACSTR,
270 wpa_hexdump(MSG_DEBUG, "Interworking: ANQP Query info",
310 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
316 wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
506 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count)
512 if (anqp == NULL || wpabuf_len(anqp) < 2)
515 pos = wpabuf_head_u8(anqp);
2636 struct wpa_bss_anqp *anqp = NULL; local
    [all...]
hs20_supplicant.c 199 wpa_printf(MSG_DEBUG, "HS20: ANQP Query Request to " MACSTR " for "
208 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
212 wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
228 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR " Icon Binary File",
288 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP-ICON %s", fname);
335 struct wpa_bss_anqp *anqp = NULL; local
342 anqp = bss->anqp;
352 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR
357 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACST
    [all...]
bss.h 23 * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss)
26 /** Number of BSS entries referring to this ANQP data instance */
89 /** ANQP data */
90 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
ctrl_iface.c 3735 struct wpa_bss_anqp *anqp = bss->anqp; local
    [all...]
wpa_supplicant.conf 348 # MAC address policy for pre-association operations (scanning, ANQP)
458 # automatically based on ANQP information (e.g., NAI Realm).
506 # Capability ANQP element). This constraint is ignored if the AP does not
    [all...]
android.config 434 # external networks (GAS/ANQP to learn more about the networks and network
defconfig 454 # external networks (GAS/ANQP to learn more about the networks and network
ChangeLog 287 GAS/ANQP exchanges when associated with PMF
396 - GAS/ANQP to fetch network information
398 credential match with ANQP information
498 available (e.g., after GAS/ANQP round for Interworking)
    [all...]
config.h 219 * selected automatically based on ANQP information.
    [all...]
wpa_cli.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 172 /* ANQP Query Request Frame */
218 /* ANQP Query Response Frame */
248 /* ANQP Query Response Frame */
371 /* ANQP Query Request */
375 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
383 p2p_dbg(p2p, "Invalid ANQP Query Request length");
388 p2p_dbg(p2p, "Unsupported ANQP vendor OUI-type %08x",
544 /* ANQP Query Response */
548 p2p_dbg(p2p, "Unsupported ANQP Info ID %u", WPA_GET_LE16(pos));
556 p2p_dbg(p2p, "Invalid ANQP Query Response length")
    [all...]
  /external/wpa_supplicant_8/src/common/
gas.c 250 * gas_anqp_add_element - Add ANQP element header
252 * @info_id: ANQP Info ID
263 * gas_anqp_set_element_len - Update ANQP element Length field
267 * This function is called after the ANQP element payload has been added to the
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_hal.h 68 #define WIFI_FEATURE_HOTSPOT 0x0004 // Support for GAS/ANQP
  /external/wpa_supplicant_8/hs20/server/
hs20-osu-server.txt 193 authentication server. In addition, the OSU Provider List ANQP element
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 106 /* Hotspot 2.0 ANQP query events */
110 private static final String RX_HS20_ANQP_ICON_STR = "RX-HS20-ANQP-ICON";
466 /* hotspot 2.0 ANQP events */
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf     [all...]
ChangeLog 138 GAS/ANQP exchanges when PMF is enabled
181 - GAS/ANQP advertisement of network information
    [all...]
  /frameworks/opt/net/wifi/service/tools/halutil/
halutil.cpp     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 363 #define WL_SCANFLAGS_HOTSPOT 0x10 /* automatic ANQP to hotspot APs */
    [all...]

Completed in 2078 milliseconds

1 2