Searched refs:anqp (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c144 struct wpa_bss_anqp *anqp = NULL; local
150 anqp = bss->anqp;
168 if (anqp) {
169 wpabuf_free(anqp->hs20_operator_friendly_name);
170 anqp->hs20_operator_friendly_name =
185 if (anqp) {
186 wpabuf_free(anqp->hs20_wan_metrics);
187 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
194 if (anqp) {
[all...]
H A Dbss.c64 struct wpa_bss_anqp *anqp; local
65 anqp = os_zalloc(sizeof(*anqp));
66 if (anqp == NULL)
68 anqp->users = 1;
69 return anqp;
75 * @anqp: ANQP data structure from wpa_bss_anqp_alloc()
78 static struct wpa_bss_anqp * wpa_bss_anqp_clone(struct wpa_bss_anqp *anqp) argument
86 #define ANQP_DUP(f) if (anqp->f) n->f = wpabuf_dup(anqp
118 struct wpa_bss_anqp *anqp; local
144 wpa_bss_anqp_free(struct wpa_bss_anqp *anqp) argument
[all...]
H A Dinterworking.c440 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count) argument
446 if (anqp == NULL || wpabuf_len(anqp) < 2)
449 pos = wpabuf_head_u8(anqp);
450 end = pos + wpabuf_len(anqp);
600 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len) argument
626 if (anqp == NULL)
628 pos = wpabuf_head_u8(anqp);
629 end = pos + wpabuf_len(anqp);
776 if (bss->anqp
913 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
939 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1852 struct wpa_bss_anqp *anqp = NULL; local
[all...]
H A Dbss.h89 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
H A Dctrl_iface.c1591 wpa_s->current_bss->anqp == NULL)
1596 wpa_s->current_bss->anqp->domain_name);
3373 if ((mask & WPA_BSS_MASK_INTERNETW) && bss->anqp) {
3374 struct wpa_bss_anqp *anqp = bss->anqp; local
3376 anqp->venue_name);
3378 anqp->network_auth_type);
3380 anqp->roaming_consortium);
3382 anqp->ip_addr_type_availability);
3384 anqp
[all...]

Completed in 106 milliseconds