OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_algs
(Results
1 - 13
of
13
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
260
auth_algs
=3
[
all
...]
config_file.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_drv_ops.h
226
int
auth_algs
)
230
return hapd->driver->set_authmode(hapd->drv_priv,
auth_algs
);
ap_config.h
298
int
auth_algs
; /* bitfield of allowed IEEE 802.11 authentication
member in struct:hostapd_bss_config
beacon.c
1178
params->
auth_algs
= hapd->conf->
auth_algs
;
[
all
...]
wps_hostapd.c
382
bss->
auth_algs
= 1;
388
bss->
auth_algs
= 1;
572
fprintf(nconf, "
auth_algs
=1\n");
578
fprintf(nconf, "
auth_algs
=1\n");
590
str_starts(buf, "
auth_algs
=") ||
[
all
...]
ap_config.c
48
bss->
auth_algs
= WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
ieee802_11.c
996
if (!(((hapd->conf->
auth_algs
& WPA_AUTH_ALG_OPEN) &&
1006
((hapd->conf->
auth_algs
& WPA_AUTH_ALG_SHARED) &&
[
all
...]
hostapd.c
442
hostapd_drv_set_authmode(hapd, hapd->conf->
auth_algs
);
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_atheros.c
[
all
...]
driver.h
979
*
auth_algs
- WPA_AUTH_ALG_* bitfield
981
unsigned int
auth_algs
;
member in struct:wpa_driver_ap_params
[
all
...]
driver_nl80211.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
286
bss->
auth_algs
= ssid->auth_alg;
[
all
...]
Completed in 214 milliseconds