Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:auth_server
(Results
1 - 12
of
12
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H
A
D
radius_client.c
407
conf->
auth_server
->requests++;
in radius_client_retransmit()
409
conf->
auth_server
->timeouts++;
in radius_client_retransmit()
410
conf->
auth_server
->retransmissions++;
in radius_client_retransmit()
584
old = conf->
auth_server
;
in radius_client_auth_failover()
599
conf->
auth_server
= next;
in radius_client_auth_failover()
776
if (conf->
auth_server
&& radius->auth_sock < 0)
in radius_client_send()
779
if (conf->
auth_server
== NULL || radius->auth_sock < 0 ||
in radius_client_send()
780
conf->
auth_server
->shared_secret == NULL) {
in radius_client_send()
787
shared_secret = conf->
auth_server
->shared_secret;
in radius_client_send()
788
shared_secret_len = conf->
auth_server
in radius_client_send()
[all...]
H
A
D
radius_client.h
132
*
auth_server
- The current Authentication server
134
struct hostapd_radius_server *
auth_server
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H
A
D
radius_client.c
408
conf->
auth_server
->requests++;
in radius_client_retransmit()
410
conf->
auth_server
->timeouts++;
in radius_client_retransmit()
411
conf->
auth_server
->retransmissions++;
in radius_client_retransmit()
585
old = conf->
auth_server
;
in radius_client_auth_failover()
603
conf->
auth_server
= next;
in radius_client_auth_failover()
783
if (conf->
auth_server
&& radius->auth_sock < 0)
in radius_client_send()
786
if (conf->
auth_server
== NULL || radius->auth_sock < 0 ||
in radius_client_send()
787
conf->
auth_server
->shared_secret == NULL) {
in radius_client_send()
794
shared_secret = conf->
auth_server
->shared_secret;
in radius_client_send()
795
shared_secret_len = conf->
auth_server
in radius_client_send()
[all...]
H
A
D
radius_client.h
132
*
auth_server
- The current Authentication server
134
struct hostapd_radius_server *
auth_server
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_auth.c
131
hapd->conf->radius->
auth_server
->shared_secret,
in hostapd_radius_acl_query()
132
hapd->conf->radius->
auth_server
->shared_secret_len)) {
in hostapd_radius_acl_query()
258
if (!hapd->conf->radius->
auth_server
)
in hostapd_allowed_address()
H
A
D
ap_config.c
1537
bss->radius->
auth_server
= bss->radius->auth_servers;
in hostapd_set_security_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_auth.c
172
hapd->conf->radius->
auth_server
->shared_secret,
in hostapd_radius_acl_query()
173
hapd->conf->radius->
auth_server
->shared_secret_len)) {
in hostapd_radius_acl_query()
323
if (!hapd->conf->radius->
auth_server
)
in hostapd_allowed_address()
H
A
D
ap_config.c
1306
bss->radius->
auth_server
= bss->radius->auth_servers;
in hostapd_set_security_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
eapol_test.c
670
if (e->radius_conf && e->radius_conf->
auth_server
) {
in test_eapol_clean()
671
os_free(e->radius_conf->
auth_server
->shared_secret);
in test_eapol_clean()
672
os_free(e->radius_conf->
auth_server
);
in test_eapol_clean()
1039
e->radius_conf->
auth_server
= as;
in wpa_init_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
eapol_test.c
670
if (e->radius_conf && e->radius_conf->
auth_server
) {
in test_eapol_clean()
671
os_free(e->radius_conf->
auth_server
->shared_secret);
in test_eapol_clean()
672
os_free(e->radius_conf->
auth_server
);
in test_eapol_clean()
1038
e->radius_conf->
auth_server
= as;
in wpa_init_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
2829
&bss->radius->
auth_server
)) {
in hostapd_config_fill()
2835
} else if (bss->radius->
auth_server
&&
in hostapd_config_fill()
2838
&bss->radius->
auth_server
->addr)) {
in hostapd_config_fill()
2844
} else if (bss->radius->
auth_server
&&
in hostapd_config_fill()
2846
bss->radius->
auth_server
->port = atoi(pos);
in hostapd_config_fill()
2847
} else if (bss->radius->
auth_server
&&
in hostapd_config_fill()
2856
os_free(bss->radius->
auth_server
->shared_secret);
in hostapd_config_fill()
2857
bss->radius->
auth_server
->shared_secret = (u8 *) os_strdup(pos);
in hostapd_config_fill()
2858
bss->radius->
auth_server
->shared_secret_len = len;
in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
2735
&bss->radius->
auth_server
)) {
2741
} else if (bss->radius->
auth_server
&&
2744
&bss->radius->
auth_server
->addr)) {
2750
} else if (bss->radius->
auth_server
&&
2752
bss->radius->
auth_server
->port = atoi(pos);
2753
} else if (bss->radius->
auth_server
&&
2762
os_free(bss->radius->
auth_server
->shared_secret);
2763
bss->radius->
auth_server
->shared_secret = (u8 *) os_strdup(pos);
2764
bss->radius->
auth_server
->shared_secret_len = len;
Completed in 21 milliseconds