HomeSort by relevance Sort by last modified time
    Searched full:ieee802_1x (Results 1 - 25 of 25) sorted by null

  /external/wpa_supplicant_8/src/ap/
Makefile 45 ieee802_1x.o \
preauth_auth.c 21 #include "ieee802_1x.h"
accounting.c 18 #include "ieee802_1x.h"
69 hapd->conf->ieee802_1x ?
ieee802_1x.c 34 #include "ieee802_1x.h"
906 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen &&
964 if (!hapd->conf->ieee802_1x && !hapd->conf->osen &&
984 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state) {
1103 if (!force_1x && !hapd->conf->ieee802_1x && !hapd->conf->osen) {
1141 if (!hapd->conf->ieee802_1x && hapd->conf->wps_state &&
    [all...]
ap_config.c 743 if (full_config && bss->ieee802_1x && !bss->eap_server &&
975 if (bss->wpa && bss->ieee802_1x) {
979 } else if (bss->ieee802_1x) {
ap_drv_ops.c 259 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
279 params.ieee802_1x = hapd->conf->ieee802_1x;
ap_config.h 243 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
ctrl_iface_ap.c 17 #include "ieee802_1x.h"
ieee802_11_auth.c 24 #include "ieee802_1x.h"
ieee802_11.c 31 #include "ieee802_1x.h"
158 if (hapd->conf->ieee802_1x &&
    [all...]
wpa_auth_glue.c 21 #include "ieee802_1x.h"
drv_callbacks.c 29 #include "ieee802_1x.h"
    [all...]
sta_info.c 22 #include "ieee802_1x.h"
    [all...]
hostapd.c 29 #include "ieee802_1x.h"
94 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
    [all...]
beacon.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 26 #include "ap/ieee802_1x.h"
352 if (bss->wpa && bss->ieee802_1x)
356 else if (bss->ieee802_1x) {
    [all...]
Android.mk 791 OBJS += src/ap/ieee802_1x.c
    [all...]
Makefile 838 OBJS += ../src/ap/ieee802_1x.o
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 85 OBJS += src/ap/ieee802_1x.c
Makefile 73 OBJS += ../src/ap/ieee802_1x.o
config_file.c     [all...]
ctrl_iface.c 39 #include "ap/ieee802_1x.h"
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 383 if (!params->wpa && !params->ieee802_1x) {
    [all...]
driver_bsd.c 527 if (!params->wpa && !params->ieee802_1x) {
    [all...]
driver.h 1513 int ieee802_1x; member in struct:wpa_bss_params
    [all...]

Completed in 380 milliseconds