Searched refs:anqp (Results 1 - 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | bss.c | 59 struct wpa_bss_anqp *anqp; local 60 anqp = os_zalloc(sizeof(*anqp)); 61 if (anqp == NULL) 64 dl_list_init(&anqp->anqp_elems); 66 anqp->users = 1; 67 return anqp; 73 * @anqp: ANQP data structure from wpa_bss_anqp_alloc() 76 static struct wpa_bss_anqp * wpa_bss_anqp_clone(struct wpa_bss_anqp *anqp) argument 84 #define ANQP_DUP(f) if (anqp 120 struct wpa_bss_anqp *anqp; local 146 wpa_bss_anqp_free(struct wpa_bss_anqp *anqp) argument [all...] |
H A D | interworking.c | 517 static struct nai_realm * nai_realm_parse(struct wpabuf *anqp, u16 *count) argument 524 if (anqp == NULL) 526 left = wpabuf_len(anqp); 530 pos = wpabuf_head_u8(anqp); 724 static int plmn_id_match(struct wpabuf *anqp, const char *imsi, int mnc_len) argument 750 if (anqp == NULL) 752 pos = wpabuf_head_u8(anqp); 753 end = pos + wpabuf_len(anqp); 973 if (bss->anqp == NULL || bss->anqp 1114 roaming_consortium_anqp_match(const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument 1140 roaming_consortium_match(const u8 *ie, const struct wpabuf *anqp, const u8 *rc_id, size_t rc_len) argument 2757 anqp_add_extra(struct wpa_supplicant *wpa_s, struct wpa_bss_anqp *anqp, u16 info_id, const u8 *data, size_t slen) argument 2799 struct wpa_bss_anqp *anqp = NULL; local [all...] |
H A D | hs20_supplicant.c | 516 struct wpa_bss_anqp *anqp = NULL; local 523 anqp = bss->anqp; 536 if (anqp) { 537 wpabuf_free(anqp->hs20_capability_list); 538 anqp->hs20_capability_list = 546 if (anqp) { 547 wpabuf_free(anqp->hs20_operator_friendly_name); 548 anqp->hs20_operator_friendly_name = 563 if (anqp) { [all...] |
H A D | bss.h | 103 struct wpa_bss_anqp *anqp; member in struct:wpa_bss
|
H A D | ctrl_iface.c | 1961 if (wpa_s->current_bss && wpa_s->current_bss->anqp) { 1963 wpa_s->current_bss->anqp->domain_name; 1981 wpa_s->current_bss->anqp == NULL) 1986 wpa_s->current_bss->anqp->domain_name); 4306 if ((mask & WPA_BSS_MASK_INTERNETW) && bss->anqp) { 4307 struct wpa_bss_anqp *anqp = bss->anqp; local 4311 anqp->capability_list); 4313 anqp->venue_name); 4315 anqp [all...] |
Completed in 170 milliseconds