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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.h31 struct wpabuf *network_auth_type; member in struct:wpa_bss_anqp
H A Dbss.c85 ANQP_DUP(network_auth_type);
156 wpabuf_free(anqp->network_auth_type);
H A Dinterworking.c2760 wpabuf_free(anqp->network_auth_type);
2761 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen);
H A Dctrl_iface.c4239 anqp->network_auth_type);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dgas_serv.c179 if (hapd->conf->network_auth_type)
221 if (hapd->conf->network_auth_type) {
224 wpabuf_put_data(buf, hapd->conf->network_auth_type,
781 hapd->conf->network_auth_type != NULL, qi);
H A Dap_config.h466 u8 *network_auth_type; member in struct:hostapd_bss_config
H A Dap_config.c523 os_free(conf->network_auth_type);
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c3065 } else if (os_strcmp(buf, "network_auth_type") == 0) {
3070 "Line %d: Invalid network_auth_type '%s'",
3078 os_free(bss->network_auth_type);
3079 bss->network_auth_type = os_malloc(redirect_url_len + 3 + 1);
3080 if (bss->network_auth_type == NULL)
3082 *bss->network_auth_type = auth_type;
3083 WPA_PUT_LE16(bss->network_auth_type + 1, redirect_url_len);
3085 os_memcpy(bss->network_auth_type + 3, pos + 2,

Completed in 210 milliseconds