Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dbss.h49 struct wpabuf *network_auth_type; member
H A Dbss.c78 ANQP_DUP(network_auth_type); in wpa_bss_anqp_clone()
156 wpabuf_free(anqp->network_auth_type); in wpa_bss_anqp_free()
H A Dinterworking.c2954 wpabuf_free(anqp->network_auth_type); in interworking_parse_rx_anqp_resp()
2955 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen); in interworking_parse_rx_anqp_resp()
H A Dctrl_iface.c5266 anqp->network_auth_type); in print_bss_info()
/freebsd-13.1/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.h573 u8 *network_auth_type; member
H A Dap_config.c872 os_free(conf->network_auth_type); in hostapd_config_free_bss()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dconfig_file.c3980 os_free(bss->network_auth_type); in hostapd_config_fill()
3981 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()
3982 if (bss->network_auth_type == NULL) in hostapd_config_fill()
3984 *bss->network_auth_type = auth_type; in hostapd_config_fill()
3985 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()
3987 os_memcpy(bss->network_auth_type + 3, pos + 2, in hostapd_config_fill()