Searched refs:network_auth_type (Results 1 – 9 of 9) sorted by relevance
49 struct wpabuf *network_auth_type; member
80 ANQP_DUP(network_auth_type); in wpa_bss_anqp_clone()158 wpabuf_free(anqp->network_auth_type); in wpa_bss_anqp_free()
2987 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()
5644 anqp->network_auth_type); in print_bss_info()
257 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()
589 u8 *network_auth_type; member
906 os_free(conf->network_auth_type); in hostapd_config_free_bss()
4211 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()
5805 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()