Searched refs:ieee802_1x (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile51 ieee802_1x.c \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c276 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
296 params.ieee802_1x = hapd->conf->ieee802_1x;
H A Dieee802_1x.c39 #include "ieee802_1x.h"
1033 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen &&
1091 if (!hapd->conf->ieee802_1x && !hapd->conf->osen &&
1113 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state) {
1239 if (!force_1x && !hapd->conf->ieee802_1x && !hapd->conf->osen) {
1279 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state &&
2474 if ((hapd->conf->ieee802_1x || hapd->conf->wpa) &&
2517 (hapd->conf->ieee802_1x || hapd->conf->wpa))
H A Dap_config.c1034 if (full_config && bss->ieee802_1x && !bss->eap_server &&
1310 if (bss->wpa && bss->ieee802_1x) {
1314 } else if (bss->ieee802_1x) {
H A Daccounting.c18 #include "ieee802_1x.h"
64 hapd->conf->ieee802_1x ?
H A Dap_config.h288 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
H A Dieee802_11.c36 #include "ieee802_1x.h"
198 if (hapd->conf->ieee802_1x &&
4767 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
4841 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
H A Dbeacon.c1319 (hapd->conf->ieee802_1x &&
H A Dhostapd.c32 #include "ieee802_1x.h"
124 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
3079 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.c26 #include "ap/ieee802_1x.h"
462 if (bss->wpa && bss->ieee802_1x)
466 else if (bss->ieee802_1x) {
H A DAndroid.mk867 OBJS += src/ap/ieee802_1x.c
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c407 if (!params->wpa && !params->ieee802_1x) {
1962 bss_params.ieee802_1x = 1;
H A Ddriver.h1936 int ieee802_1x; member in struct:wpa_bss_params
H A Ddriver_bsd.c526 if (!params->wpa && !params->ieee802_1x) {
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2484 bss->ieee802_1x = atoi(pos);

Completed in 172 milliseconds