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

  /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...]
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...]

Completed in 365 milliseconds