Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_plink.c82 sta->mesh->plink_retries = 0; in mesh_plink_fsm_restart()
660 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
664 sta->sta.addr, sta->mesh->plink_retries, in mesh_plink_timer()
669 ++sta->mesh->plink_retries; in mesh_plink_timer()
Dsta_info.h381 u8 plink_retries; member