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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c115 struct wpa_bss_anqp *anqp = NULL; local
121 anqp = bss->anqp;
139 if (anqp) {
140 wpabuf_free(anqp->hs20_operator_friendly_name);
141 anqp->hs20_operator_friendly_name =
156 if (anqp) {
157 wpabuf_free(anqp->hs20_wan_metrics);
158 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
165 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.c445 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count) argument
451 if (anqp == NULL || wpabuf_len(anqp) < 2)
454 pos = wpabuf_head_u8(anqp);
455 end = pos + wpabuf_len(anqp);
605 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len) argument
621 if (anqp == NULL)
623 pos = wpabuf_head_u8(anqp);
624 end = pos + wpabuf_len(anqp);
761 if (bss->anqp
932 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
958 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1832 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.c1434 wpa_s->current_bss->anqp == NULL)
1439 wpa_s->current_bss->anqp->domain_name);
3122 if ((mask & WPA_BSS_MASK_INTERNETW) && bss->anqp) {
3123 struct wpa_bss_anqp *anqp = bss->anqp; local
3125 anqp->venue_name);
3127 anqp->network_auth_type);
3129 anqp->roaming_consortium);
3131 anqp->ip_addr_type_availability);
3133 anqp
[all...]

Completed in 67 milliseconds