OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eap_reauth_period
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/hostapd/
wired.conf
15
eap_reauth_period
=3600
config_file.c
[
all
...]
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h
18
int
eap_reauth_period
;
member in struct:eapol_auth_config
eapol_auth_sm.c
791
sm->reAuthPeriod = eapol->conf.
eap_reauth_period
;
792
sm->reAuthEnabled = eapol->conf.
eap_reauth_period
> 0 ? TRUE : FALSE;
1040
dst->
eap_reauth_period
= src->
eap_reauth_period
;
/external/wpa_supplicant_8/src/ap/
ap_config.h
228
int
eap_reauth_period
;
member in struct:hostapd_bss_config
ap_config.c
52
bss->
eap_reauth_period
= 3600;
ieee802_1x.c
[
all
...]
Completed in 481 milliseconds