OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_failover
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c
220
int
auth_failover
= 0, acct_failover = 0;
local
251
auth_failover
++;
272
if (
auth_failover
&& conf->num_auth_servers > 1) {
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius_client.c
380
int
auth_failover
= 0, acct_failover = 0;
local
411
auth_failover
++;
432
if (
auth_failover
&& conf->num_auth_servers > 1) {
[
all
...]
Completed in 20 milliseconds