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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h37 struct wpabuf *network_auth_type; member in struct:wpa_bss_anqp
H A Dbss.c90 ANQP_DUP(network_auth_type);
168 wpabuf_free(anqp->network_auth_type);
H A Dinterworking.c2917 wpabuf_free(anqp->network_auth_type);
2918 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen);
H A Dctrl_iface.c4920 anqp->network_auth_type);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c257 if (hapd->conf->network_auth_type ||
364 if (hapd->conf->network_auth_type) {
367 wpabuf_put_data(buf, hapd->conf->network_auth_type,
1121 hapd->conf->network_auth_type != NULL, qi);
H A Dap_config.h563 u8 *network_auth_type; member in struct:hostapd_bss_config
H A Dap_config.c777 os_free(conf->network_auth_type);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3861 } else if (os_strcmp(buf, "network_auth_type") == 0) {
3866 "Line %d: Invalid network_auth_type '%s'",
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,

Completed in 237 milliseconds