Home
last modified time | relevance | path

Searched refs:network_auth_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.h49 struct wpabuf *network_auth_type; member
H A Dbss.c80 ANQP_DUP(network_auth_type); in wpa_bss_anqp_clone()
158 wpabuf_free(anqp->network_auth_type); in wpa_bss_anqp_free()
H A Dinterworking.c2987 wpabuf_free(anqp->network_auth_type); in interworking_parse_rx_anqp_resp()
2988 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen); in interworking_parse_rx_anqp_resp()
H A Dctrl_iface.c5644 anqp->network_auth_type); in print_bss_info()
/freebsd/contrib/wpa/src/ap/
H A Dgas_serv.c257 if (hapd->conf->network_auth_type || in anqp_add_capab_list()
364 if (hapd->conf->network_auth_type) { in anqp_add_network_auth_type()
367 wpabuf_put_data(buf, hapd->conf->network_auth_type, in anqp_add_network_auth_type()
1121 hapd->conf->network_auth_type != NULL, qi); in rx_anqp_query_list_id()
H A Dap_config.h589 u8 *network_auth_type; member
H A Dap_config.c906 os_free(conf->network_auth_type); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4211 os_free(bss->network_auth_type); in hostapd_config_fill()
4212 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
4213 if (bss->network_auth_type == NULL) in hostapd_config_fill()
4215 *bss->network_auth_type = auth_type; in hostapd_config_fill()
4216 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
4218 os_memcpy(bss->network_auth_type + 3, pos + 2, in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5805 if (anqp->network_auth_type && in wpas_dbus_getter_bss_anqp()
5808 wpabuf_head(anqp->network_auth_type), in wpas_dbus_getter_bss_anqp()
5809 wpabuf_len(anqp->network_auth_type))) in wpas_dbus_getter_bss_anqp()