OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_server
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/radius/
radius_client.h
132
*
auth_server
- The current Authentication server
134
struct hostapd_radius_server *
auth_server
;
member in struct:hostapd_radius_servers
radius_client.c
399
conf->
auth_server
->requests++;
401
conf->
auth_server
->timeouts++;
402
conf->
auth_server
->retransmissions++;
564
old = conf->
auth_server
;
579
conf->
auth_server
= next;
753
if (conf->
auth_server
&& radius->auth_sock < 0)
756
if (conf->
auth_server
== NULL || radius->auth_sock < 0 ||
757
conf->
auth_server
->shared_secret == NULL) {
764
shared_secret = conf->
auth_server
->shared_secret;
765
shared_secret_len = conf->
auth_server
->shared_secret_len
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c
172
hapd->conf->radius->
auth_server
->shared_secret,
173
hapd->conf->radius->
auth_server
->shared_secret_len)) {
312
if (!hapd->conf->radius->
auth_server
)
ap_config.c
971
bss->radius->
auth_server
= bss->radius->auth_servers;
/external/wpa_supplicant_8/hostapd/
config_file.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c
674
if (e->radius_conf && e->radius_conf->
auth_server
) {
675
os_free(e->radius_conf->
auth_server
->shared_secret);
676
os_free(e->radius_conf->
auth_server
);
1042
e->radius_conf->
auth_server
= as;
[
all
...]
Completed in 814 milliseconds