Home
last modified time | relevance | path

Searched refs:WPA_AUTH_ALG_SHARED (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
HDdefs.h178 #define WPA_AUTH_ALG_SHARED BIT(1) macro
/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_bsd.c1040 (auth_alg & WPA_AUTH_ALG_SHARED)) in wpa_driver_bsd_set_auth_alg()
1042 else if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_bsd_set_auth_alg()
HDdriver_atheros.c1916 (auth_algs & WPA_AUTH_ALG_SHARED)) in atheros_set_authmode()
1920 else if (auth_algs & WPA_AUTH_ALG_SHARED) in atheros_set_authmode()
HDdriver_ndis.c1084 if (params->auth_alg & WPA_AUTH_ALG_SHARED) { in wpa_driver_ndis_associate()
/freebsd-11-stable/contrib/wpa/src/ap/
HDap_config.c56 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED; in hostapd_config_defaults_bss()
HDieee802_11.c2118 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) && in handle_auth()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDconfig.c1250 val |= WPA_AUTH_ALG_SHARED; in wpa_config_parse_auth_alg()
1301 if (ssid->auth_alg & WPA_AUTH_ALG_SHARED) { in wpa_config_write_auth_alg()
HDsme.c1334 wpa_s->current_ssid->auth_alg = WPA_AUTH_ALG_SHARED; in sme_event_auth()