Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_OPEN (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/common/
Ddefs.h77 #define WPA_AUTH_ALG_OPEN BIT(0) macro
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c304 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
314 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
319 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
324 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
329 ssid->auth_alg = WPA_AUTH_ALG_OPEN; in wpa_supplicant_wps_cred()
Dsme.c72 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_authenticate()
Dconfig.c844 val |= WPA_AUTH_ALG_OPEN; in wpa_config_parse_auth_alg()
885 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) { in wpa_config_write_auth_alg()
Dmlme.c830 if (wpa_s->mlme.auth_algs & WPA_AUTH_ALG_OPEN) in ieee80211_rx_mgmt_auth()
2178 if (wpa_s->mlme.auth_algs & WPA_AUTH_ALG_OPEN) in ieee80211_sta_new_auth()
Dwpa_supplicant.c994 int algs = WPA_AUTH_ALG_OPEN; in wpa_supplicant_associate()
/freebsd-9-stable/contrib/wpa/src/ap/
Dap_config.c52 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
Dwps_hostapd.c586 if (conf->auth_algs & WPA_AUTH_ALG_OPEN) in hostapd_init_wps()
Dieee802_11.c360 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && in handle_auth()
/freebsd-9-stable/usr.sbin/wpa/wpa_supplicant/
Ddriver_freebsd.c393 if ((auth_alg & WPA_AUTH_ALG_OPEN) && in wpa_driver_bsd_set_auth_alg()
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver_ndis.c1112 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_ndis_associate()