Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDmesh_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()
/freebsd-13-stable/contrib/wpa/src/ap/
HDsta_info.h135 u8 sae_auth_retry; member