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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c32 #include "ieee802_1x.h"
749 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
800 if (!hapd->conf->ieee802_1x &&
820 if (!hapd->conf->ieee802_1x) {
938 if (!force_1x && !hapd->conf->ieee802_1x) {
976 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS2)) {
1840 if ((hapd->conf->ieee802_1x || hapd->conf->wpa) &&
1871 (hapd->conf->ieee802_1x || hapd->conf->wpa))
H A Daccounting.c17 #include "ieee802_1x.h"
76 hapd->conf->ieee802_1x ?
H A Dap_config.h190 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
H A Dap_drv_ops.c243 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
263 params.ieee802_1x = hapd->conf->ieee802_1x;
H A Dhostapd.c24 #include "ieee802_1x.h"
73 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
1376 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa)
H A Dieee802_11.c28 #include "ieee802_1x.h"
126 if (hapd->conf->ieee802_1x &&
1551 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
H A Dbeacon.c681 (hapd->conf->ieee802_1x &&
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c32 #include "ieee802_1x.h"
749 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
800 if (!hapd->conf->ieee802_1x &&
820 if (!hapd->conf->ieee802_1x) {
938 if (!force_1x && !hapd->conf->ieee802_1x) {
976 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS2)) {
1840 if ((hapd->conf->ieee802_1x || hapd->conf->wpa) &&
1871 (hapd->conf->ieee802_1x || hapd->conf->wpa))
H A Daccounting.c17 #include "ieee802_1x.h"
76 hapd->conf->ieee802_1x ?
H A Dap_config.h190 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
H A Dap_drv_ops.c243 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
263 params.ieee802_1x = hapd->conf->ieee802_1x;
H A Dhostapd.c24 #include "ieee802_1x.h"
73 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
1376 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa)
H A Dieee802_11.c28 #include "ieee802_1x.h"
126 if (hapd->conf->ieee802_1x &&
1551 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
H A Dbeacon.c681 (hapd->conf->ieee802_1x &&
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c32 #include "ieee802_1x.h"
749 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
800 if (!hapd->conf->ieee802_1x &&
820 if (!hapd->conf->ieee802_1x) {
938 if (!force_1x && !hapd->conf->ieee802_1x) {
976 if (!hapd->conf->ieee802_1x && !(sta->flags & WLAN_STA_WPS2)) {
1840 if ((hapd->conf->ieee802_1x || hapd->conf->wpa) &&
1871 (hapd->conf->ieee802_1x || hapd->conf->wpa))
H A Daccounting.c17 #include "ieee802_1x.h"
76 hapd->conf->ieee802_1x ?
H A Dap_config.h190 int ieee802_1x; /* use IEEE 802.1X */ member in struct:hostapd_bss_config
H A Dap_drv_ops.c243 if (((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
263 params.ieee802_1x = hapd->conf->ieee802_1x;
H A Dhostapd.c24 #include "ieee802_1x.h"
73 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
1376 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa)
H A Dieee802_11.c28 #include "ieee802_1x.h"
126 if (hapd->conf->ieee802_1x &&
1551 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa) ||
H A Dbeacon.c681 (hapd->conf->ieee802_1x &&
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c24 #include "ap/ieee802_1x.h"
227 if (bss->wpa && bss->ieee802_1x)
231 else if (bss->ieee802_1x) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1129 if (bss->ieee802_1x && !bss->eap_server &&
1812 bss->ieee802_1x = atoi(pos);
2955 if (bss->wpa && bss->ieee802_1x) {
2959 } else if (bss->ieee802_1x) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h968 int ieee802_1x; member in struct:wpa_bss_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h968 int ieee802_1x; member in struct:wpa_bss_params

Completed in 188 milliseconds

12