Searched refs:network_auth_type (Results 1 – 8 of 8) sorted by relevance
37 struct wpabuf *network_auth_type; member
90 ANQP_DUP(network_auth_type); in wpa_bss_anqp_clone()168 wpabuf_free(anqp->network_auth_type); in wpa_bss_anqp_free()
2917 wpabuf_free(anqp->network_auth_type); in interworking_parse_rx_anqp_resp()2918 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen); in interworking_parse_rx_anqp_resp()
4920 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()
563 u8 *network_auth_type; member
777 os_free(conf->network_auth_type); in hostapd_config_free_bss()
3874 os_free(bss->network_auth_type);3875 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1);3876 if (bss->network_auth_type == NULL)3878 *bss->network_auth_type = auth_type;3879 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len);3881 os_memcpy(bss->network_auth_type + 3, pos + 2,