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()155 wpabuf_free(anqp->network_auth_type); in wpa_bss_anqp_free()
2959 wpabuf_free(anqp->network_auth_type); in interworking_parse_rx_anqp_resp()2960 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen); in interworking_parse_rx_anqp_resp()
5728 anqp->network_auth_type); in print_bss_info()
253 if (hapd->conf->network_auth_type || in anqp_add_capab_list()388 if (hapd->conf->network_auth_type) { in anqp_add_network_auth_type()394 wpabuf_put_data(*buf, hapd->conf->network_auth_type, in anqp_add_network_auth_type()1190 hapd->conf->network_auth_type != NULL, qi); in rx_anqp_query_list_id()
610 u8 *network_auth_type; member
934 os_free(conf->network_auth_type); in hostapd_config_free_bss()
4284 os_free(bss->network_auth_type); in hostapd_config_fill()4285 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1); in hostapd_config_fill()4286 if (bss->network_auth_type == NULL) in hostapd_config_fill()4288 *bss->network_auth_type = auth_type; in hostapd_config_fill()4289 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len); in hostapd_config_fill()4291 os_memcpy(bss->network_auth_type + 3, pos + 2, in hostapd_config_fill()
5837 if (anqp->network_auth_type && in wpas_dbus_getter_bss_anqp()5840 wpabuf_head(anqp->network_auth_type), in wpas_dbus_getter_bss_anqp()5841 wpabuf_len(anqp->network_auth_type))) in wpas_dbus_getter_bss_anqp()