Home
last modified time | relevance | path

Searched refs:sae_auth_retry (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_rsn.c40 MAC2STR(sta->addr), sta->sae_auth_retry); in mesh_auth_timer()
43 if (sta->sae_auth_retry < MESH_AUTH_RETRY) { in mesh_auth_timer()
48 if (sta->sae_auth_retry > MESH_AUTH_RETRY) { in mesh_auth_timer()
61 sta->sae_auth_retry++; in mesh_auth_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_rsn.c40 MAC2STR_SEC(sta->addr), sta->sae_auth_retry); in mesh_auth_timer()
43 if (sta->sae_auth_retry < MESH_AUTH_RETRY) { in mesh_auth_timer()
48 if (sta->sae_auth_retry > MESH_AUTH_RETRY) { in mesh_auth_timer()
61 sta->sae_auth_retry++; in mesh_auth_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h100 u8 sae_auth_retry; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h141 u8 sae_auth_retry; member