HomeSort by relevance Sort by last modified time
    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 793 sm->reAuthPeriod = eapol->conf.eap_reauth_period;
794 sm->reAuthEnabled = eapol->conf.eap_reauth_period > 0 ? TRUE : FALSE;
1087 dst->eap_reauth_period = src->eap_reauth_period;
  /external/wpa_supplicant_8/src/ap/
ap_config.h 259 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 965 milliseconds