Home
last modified time | relevance | path

Searched refs:TimeoutCtr (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_i.h48 u32 TimeoutCtr; member
H A Dwpa_auth.c1743 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()
1986 sm->TimeoutCtr = 0; in SM_STATE()
2085 /* IEEE 802.11i does not clear TimeoutCtr here, but this is more in SM_STATE()
2089 sm->TimeoutCtr = 0; in SM_STATE()
2103 sm->TimeoutCtr = 0; in wpa_auth_sm_ptk_update()
2221 sm->TimeoutCtr++; in SM_STATE()
2222 if (sm->TimeoutCtr > sm->wpa_auth->conf.wpa_pairwise_update_count) { in SM_STATE()
3252 sm->TimeoutCtr = 0; in SM_STATE()
3418 sm->TimeoutCtr++; in SM_STATE()
3419 if (conf->wpa_disable_eapol_key_retries && sm->TimeoutCtr > in SM_STATE()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h48 u32 TimeoutCtr; member
H A Dwpa_auth.c1667 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()
1882 sm->TimeoutCtr = 0; in SM_STATE()
1981 /* IEEE 802.11i does not clear TimeoutCtr here, but this is more in SM_STATE()
1985 sm->TimeoutCtr = 0; in SM_STATE()
1999 sm->TimeoutCtr = 0; in wpa_auth_sm_ptk_update()
2117 sm->TimeoutCtr++; in SM_STATE()
2118 if (sm->TimeoutCtr > sm->wpa_auth->conf.wpa_pairwise_update_count) { in SM_STATE()
3053 sm->TimeoutCtr = 0; in SM_STATE()
3162 sm->TimeoutCtr++; in SM_STATE()
3164 sm->TimeoutCtr > in SM_STATE()
[all...]

Completed in 12 milliseconds