OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_algs
(Results
1 - 14
of
14
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
223
auth_algs
=3
[
all
...]
config_file.c
[
all
...]
/hardware/ti/wlan/mac80211/config/
hostapd.conf
17
auth_algs
=1
/external/wpa_supplicant_8/src/ap/
ap_drv_ops.h
212
int
auth_algs
)
216
return hapd->driver->set_authmode(hapd->drv_priv,
auth_algs
);
wps_hostapd.c
364
bss->
auth_algs
= 1;
368
bss->
auth_algs
= 3;
370
bss->
auth_algs
= 2;
372
bss->
auth_algs
= 1;
570
fprintf(nconf, "
auth_algs
=1\n");
574
fprintf(nconf, "
auth_algs
=3\n");
576
fprintf(nconf, "
auth_algs
=2\n");
578
fprintf(nconf, "
auth_algs
=1\n");
608
str_starts(buf, "
auth_algs
=") ||
1093
if (conf->
auth_algs
& WPA_AUTH_ALG_OPEN
[
all
...]
ap_config.h
247
int
auth_algs
; /* bitfield of allowed IEEE 802.11 authentication
member in struct:hostapd_bss_config
beacon.c
742
params.
auth_algs
= hapd->conf->
auth_algs
;
ap_config.c
46
bss->
auth_algs
= WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
ieee802_11.c
592
if (!(((hapd->conf->
auth_algs
& WPA_AUTH_ALG_OPEN) &&
602
((hapd->conf->
auth_algs
& WPA_AUTH_ALG_SHARED) &&
[
all
...]
hostapd.c
362
hostapd_drv_set_authmode(hapd, hapd->conf->
auth_algs
);
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_atheros.c
[
all
...]
driver.h
704
*
auth_algs
- WPA_AUTH_ALG_* bitfield
706
unsigned int
auth_algs
;
member in struct:wpa_driver_ap_params
[
all
...]
driver_nl80211.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
165
bss->
auth_algs
= ssid->auth_alg;
Completed in 116 milliseconds