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:acct_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
390
conf->
acct_server
->requests++;
in radius_client_retransmit()
392
conf->
acct_server
->timeouts++;
in radius_client_retransmit()
393
conf->
acct_server
->retransmissions++;
in radius_client_retransmit()
613
old = conf->
acct_server
;
in radius_client_acct_failover()
629
conf->
acct_server
= next;
in radius_client_acct_failover()
758
if (conf->
acct_server
&& radius->acct_sock < 0)
in radius_client_send()
761
if (conf->
acct_server
== NULL || radius->acct_sock < 0 ||
in radius_client_send()
762
conf->
acct_server
->shared_secret == NULL) {
in radius_client_send()
769
shared_secret = conf->
acct_server
->shared_secret;
in radius_client_send()
770
shared_secret_len = conf->
acct_server
in radius_client_send()
[all...]
H
A
D
radius_client.h
147
*
acct_server
- The current Accounting server
149
struct hostapd_radius_server *
acct_server
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H
A
D
radius_client.c
391
conf->
acct_server
->requests++;
in radius_client_retransmit()
393
conf->
acct_server
->timeouts++;
in radius_client_retransmit()
394
conf->
acct_server
->retransmissions++;
in radius_client_retransmit()
617
old = conf->
acct_server
;
in radius_client_acct_failover()
636
conf->
acct_server
= next;
in radius_client_acct_failover()
765
if (conf->
acct_server
&& radius->acct_sock < 0)
in radius_client_send()
768
if (conf->
acct_server
== NULL || radius->acct_sock < 0 ||
in radius_client_send()
769
conf->
acct_server
->shared_secret == NULL) {
in radius_client_send()
776
shared_secret = conf->
acct_server
->shared_secret;
in radius_client_send()
777
shared_secret_len = conf->
acct_server
in radius_client_send()
[all...]
H
A
D
radius_client.h
147
*
acct_server
- The current Accounting server
149
struct hostapd_radius_server *
acct_server
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
accounting.c
246
if (!hapd->conf->radius->
acct_server
)
in accounting_sta_start()
274
if (!hapd->conf->radius->
acct_server
)
in accounting_sta_report()
434
if (!hapd->conf->radius->
acct_server
|| hapd->radius == NULL)
in accounting_report_state()
H
A
D
ap_config.c
1538
bss->radius->
acct_server
= bss->radius->acct_servers;
in hostapd_set_security_params()
H
A
D
ieee802_1x.c
1557
if (!hapd->conf->radius->
acct_server
|| !hapd->radius || !sm)
in ieee802_1x_store_radius_class()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
accounting.c
246
if (!hapd->conf->radius->
acct_server
)
in accounting_sta_start()
274
if (!hapd->conf->radius->
acct_server
)
in accounting_sta_report()
434
if (!hapd->conf->radius->
acct_server
|| hapd->radius == NULL)
in accounting_report_state()
H
A
D
ap_config.c
1307
bss->radius->
acct_server
= bss->radius->acct_servers;
in hostapd_set_security_params()
H
A
D
ieee802_1x.c
1548
if (!hapd->conf->radius->
acct_server
|| hapd->radius == NULL ||
in ieee802_1x_store_radius_class()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
2863
&bss->radius->
acct_server
)) {
in hostapd_config_fill()
2869
} else if (bss->radius->
acct_server
&&
in hostapd_config_fill()
2872
&bss->radius->
acct_server
->addr)) {
in hostapd_config_fill()
2878
} else if (bss->radius->
acct_server
&&
in hostapd_config_fill()
2880
bss->radius->
acct_server
->port = atoi(pos);
in hostapd_config_fill()
2881
} else if (bss->radius->
acct_server
&&
in hostapd_config_fill()
2890
os_free(bss->radius->
acct_server
->shared_secret);
in hostapd_config_fill()
2891
bss->radius->
acct_server
->shared_secret = (u8 *) os_strdup(pos);
in hostapd_config_fill()
2892
bss->radius->
acct_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
2769
&bss->radius->
acct_server
)) {
2775
} else if (bss->radius->
acct_server
&&
2778
&bss->radius->
acct_server
->addr)) {
2784
} else if (bss->radius->
acct_server
&&
2786
bss->radius->
acct_server
->port = atoi(pos);
2787
} else if (bss->radius->
acct_server
&&
2796
os_free(bss->radius->
acct_server
->shared_secret);
2797
bss->radius->
acct_server
->shared_secret = (u8 *) os_strdup(pos);
2798
bss->radius->
acct_server
->shared_secret_len = len;
Completed in 24 milliseconds