OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rconf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c
514
struct hostapd_radius_server *
rconf
;
local
520
rconf
= conf->acct_server;
524
rconf
= conf->auth_server;
544
rconf
->malformed_responses++;
555
rconf
->access_accepts++;
558
rconf
->access_rejects++;
561
rconf
->access_challenges++;
564
rconf
->responses++;
600
rconf
->round_trip_time = roundtrip;
632
rconf
->bad_authenticators++
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius_client.c
698
struct hostapd_radius_server *
rconf
;
local
704
rconf
= conf->acct_server;
708
rconf
= conf->auth_server;
728
rconf
->malformed_responses++;
740
rconf
->access_accepts++;
743
rconf
->access_rejects++;
746
rconf
->access_challenges++;
749
rconf
->responses++;
786
rconf
->round_trip_time = roundtrip;
817
rconf
->bad_authenticators++
[
all
...]
Completed in 18 milliseconds