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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.c59 struct wpa_bss_anqp *anqp; local
60 anqp = os_zalloc(sizeof(*anqp));
61 if (anqp == NULL)
63 anqp->users = 1;
64 return anqp;
70 * @anqp: ANQP data structure from wpa_bss_anqp_alloc()
73 static struct wpa_bss_anqp * wpa_bss_anqp_clone(struct wpa_bss_anqp *anqp) argument
81 #define ANQP_DUP(f) if (anqp->f) n->f = wpabuf_dup(anqp
116 struct wpa_bss_anqp *anqp; local
142 wpa_bss_anqp_free(struct wpa_bss_anqp *anqp) argument
[all...]
H A Dinterworking.c512 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count) argument
519 if (anqp == NULL)
521 left = wpabuf_len(anqp);
525 pos = wpabuf_head_u8(anqp);
719 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len) argument
745 if (anqp == NULL)
747 pos = wpabuf_head_u8(anqp);
748 end = pos + wpabuf_len(anqp);
968 if (bss->anqp == NULL || bss->anqp
1109 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
1135 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument
2725 struct wpa_bss_anqp *anqp = NULL; local
[all...]
H A Dhs20_supplicant.c365 struct wpa_bss_anqp *anqp = NULL; local
372 anqp = bss->anqp;
385 if (anqp) {
386 wpabuf_free(anqp->hs20_capability_list);
387 anqp->hs20_capability_list =
395 if (anqp) {
396 wpabuf_free(anqp->hs20_operator_friendly_name);
397 anqp->hs20_operator_friendly_name =
412 if (anqp) {
[all...]
H A Dbss.h96 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
H A Dctrl_iface.c1937 if (wpa_s->current_bss && wpa_s->current_bss->anqp) {
1939 wpa_s->current_bss->anqp->domain_name;
1957 wpa_s->current_bss->anqp == NULL)
1962 wpa_s->current_bss->anqp->domain_name);
4232 if ((mask & WPA_BSS_MASK_INTERNETW) && bss->anqp) {
4233 struct wpa_bss_anqp *anqp = bss->anqp; local
4235 anqp->capability_list);
4237 anqp->venue_name);
4239 anqp
[all...]

Completed in 196 milliseconds