Home
last modified time | relevance | path

Searched refs:erp_send_reauth_start (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h24 int erp_send_reauth_start; member
H A Deapol_auth_sm.c1041 return sm->eapol->conf.erp_send_reauth_start; in eapol_sm_get_erp_send_reauth_start()
1202 dst->erp_send_reauth_start = src->erp_send_reauth_start; in eapol_auth_conf_clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h27 int erp_send_reauth_start; member
H A Deapol_auth_sm.c1056 return sm->eapol->conf.erp_send_reauth_start; in eapol_sm_get_erp_send_reauth_start()
1253 dst->erp_send_reauth_start = src->erp_send_reauth_start; in eapol_auth_conf_clone()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h332 int erp_send_reauth_start; member
H A Dieee802_1x.c2449 conf.erp_send_reauth_start = hapd->conf->erp_send_reauth_start; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h325 int erp_send_reauth_start; member
H A Dieee802_1x.c2425 conf.erp_send_reauth_start = hapd->conf->erp_send_reauth_start; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2756 } else if (os_strcmp(buf, "erp_send_reauth_start") == 0) { in hostapd_config_fill()
2757 bss->erp_send_reauth_start = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2666 } else if (os_strcmp(buf, "erp_send_reauth_start") == 0) {
2667 bss->erp_send_reauth_start = atoi(pos);

Completed in 25 milliseconds