/external/wpa_supplicant_8/wpa_supplicant/ |
hs20_supplicant.c | 118 wpa_printf(MSG_DEBUG, "HS20: ANQP Query Request to " MACSTR " for " 127 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request"); 130 wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token " 144 struct wpa_bss_anqp *anqp = NULL; local 150 anqp = bss->anqp; 160 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR 165 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR 168 if (anqp) { 169 wpabuf_free(anqp->hs20_operator_friendly_name) [all...] |
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 118 struct wpa_bss_anqp *anqp; local [all...] |
interworking.c | 166 return ie[2]; /* Number of ANQP OIs */ 188 wpa_printf(MSG_DEBUG, "Interworking: ANQP Query Request to " MACSTR, 208 wpa_hexdump(MSG_DEBUG, "Interworking: ANQP Query info", 244 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request"); 249 wpa_printf(MSG_DEBUG, "ANQP: Query started with dialog token " 440 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count) 446 if (anqp == NULL || wpabuf_len(anqp) < 2) 449 pos = wpabuf_head_u8(anqp); 450 end = pos + wpabuf_len(anqp); 1852 struct wpa_bss_anqp *anqp = NULL; local [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 */ 88 /** ANQP data */ 89 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
|
ctrl_iface.c | 3374 struct wpa_bss_anqp *anqp = bss->anqp; local [all...] |