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

/freebsd-9.3-release/usr.sbin/wpa/hostapd/
H A DMakefile34 ieee802_1x.c \
H A Ddriver_freebsd.c289 if (!params->wpa && !params->ieee802_1x) {
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_drv_ops.c132 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
152 params.ieee802_1x = hapd->conf->ieee802_1x;
H A Dap_config.h163 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
H A Dieee802_1x.c36 #include "ieee802_1x.h"
677 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
727 if ((!hapd->conf->ieee802_1x &&
738 if (!hapd->conf->ieee802_1x &&
843 if ((!force_1x && !hapd->conf->ieee802_1x) ||
863 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS)) {
1671 if ((hapd->conf->ieee802_1x || hapd->conf->wpa) &&
1702 (hapd->conf->ieee802_1x || hapd->conf->wpa))
H A Dhostapd.c29 #include "ieee802_1x.h"
81 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
876 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa)
H A Daccounting.c23 #include "ieee802_1x.h"
76 hapd->conf->ieee802_1x ?
H A Dieee802_11.c33 #include "ieee802_1x.h"
117 if (hapd->conf->ieee802_1x &&
1562 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dap.c25 #include "ap/ieee802_1x.h"
108 if (bss->wpa && bss->ieee802_1x)
112 else if (bss->ieee802_1x) {
H A DMakefile604 OBJS += ../src/ap/ieee802_1x.o
669 OBJS_h += ../src/ap/ieee802_1x.o
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1047 if (bss->ieee802_1x && !bss->eap_server &&
1276 bss->ieee802_1x = atoi(pos);
2025 if (bss->wpa && bss->ieee802_1x) {
2029 } else if (bss->ieee802_1x) {
H A DMakefile44 OBJS += ../src/ap/ieee802_1x.o
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h593 int ieee802_1x; member in struct:wpa_bss_params

Completed in 148 milliseconds