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

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dbss.h30 struct wpabuf *network_auth_type; member in struct:wpa_bss_anqp
H A Dbss.c89 ANQP_DUP(network_auth_type);
157 wpabuf_free(anqp->network_auth_type);
H A Dinterworking.c1861 wpabuf_free(anqp->network_auth_type);
1862 anqp->network_auth_type = wpabuf_alloc_copy(pos, slen);
H A Dctrl_iface.c3127 anqp->network_auth_type);
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dgas_serv.c167 if (hapd->conf->network_auth_type)
209 if (hapd->conf->network_auth_type) {
212 wpabuf_put_data(buf, hapd->conf->network_auth_type,
611 hapd->conf->network_auth_type != NULL,
H A Dap_config.h418 u8 *network_auth_type; member in struct:hostapd_bss_config
H A Dap_config.c506 os_free(conf->network_auth_type);
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2767 } else if (os_strcmp(buf, "network_auth_type") == 0) {
2772 "network_auth_type '%s'",
2781 os_free(bss->network_auth_type);
2782 bss->network_auth_type =
2784 if (bss->network_auth_type == NULL) {
2788 *bss->network_auth_type = auth_type;
2789 WPA_PUT_LE16(bss->network_auth_type + 1,
2792 os_memcpy(bss->network_auth_type + 3,

Completed in 208 milliseconds