HomeSort by: relevance | last modified time | path
    Searched refs:anqp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 133 wpa_printf(MSG_DEBUG, "ANQP: Response callback dst=" MACSTR
236 return ie[2]; /* Number of ANQP OIs */
258 wpa_msg(wpa_s, MSG_DEBUG, "Interworking: ANQP Query Request to " MACSTR,
280 wpa_hexdump(MSG_DEBUG, "Interworking: ANQP Query info",
322 wpa_msg(wpa_s, MSG_DEBUG, "ANQP: Failed to send Query Request");
329 "ANQP: Query started with dialog token %u", res);
528 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count)
535 if (anqp == NULL)
537 left = wpabuf_len(anqp);
541 pos = wpabuf_head_u8(anqp);
1416 const struct wpabuf *anqp; local
1627 const struct wpabuf *anqp; local
2953 struct wpa_bss_anqp *anqp = NULL; local
    [all...]
bss.c 41 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
42 * Returns: Allocated ANQP data structure or %NULL on failure
44 * The allocated ANQP data structure has its users count set to 1. It may be
50 struct wpa_bss_anqp *anqp; local
51 anqp = os_zalloc(sizeof(*anqp));
52 if (anqp == NULL)
55 dl_list_init(&anqp->anqp_elems);
57 anqp->users = 1;
58 return anqp;
114 struct wpa_bss_anqp *anqp; local
    [all...]
hs20_supplicant.c 275 "ANQP: Cannot send query to unknown BSS "
283 wpa_printf(MSG_DEBUG, "HS20: ANQP Query Request to " MACSTR " for "
293 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
297 wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token "
595 struct wpa_bss_anqp *anqp = NULL; local
602 anqp = bss->anqp;
615 if (anqp) {
616 wpabuf_free(anqp->hs20_capability_list);
617 anqp->hs20_capability_list
    [all...]
bss.h 41 * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss)
44 /** Number of BSS entries referring to this ANQP data instance */
121 /** ANQP data */
122 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
ctrl_iface.c 2467 if (wpa_s->current_bss && wpa_s->current_bss->anqp) {
2469 wpa_s->current_bss->anqp->domain_name;
2487 wpa_s->current_bss->anqp == NULL)
2492 wpa_s->current_bss->anqp->domain_name);
5638 if ((mask & WPA_BSS_MASK_INTERNETW) && bss->anqp) {
5639 struct wpa_bss_anqp *anqp = bss->anqp; local
5643 anqp->capability_list);
5645 anqp->venue_name);
5647 anqp->network_auth_type)
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 2043 "invalid HS20 ANQP id");
2056 message, "invalid MBO ANQP id");
2079 wpa_printf(MSG_ERROR, "%s[dbus]: failed to send ANQP request",
2082 message, "error sending ANQP request");
5763 * wpas_dbus_getter_bss_anqp - Return all the ANQP fields of a BSS
5769 * Getter for "ANQP" property.
5778 struct wpa_bss_anqp *anqp; local
5790 anqp = bss->anqp;
5791 if (anqp) {
    [all...]

Completed in 33 milliseconds