Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_plink.c80 sta->mesh->plink_retries = 0; in mesh_plink_fsm_restart()
708 if (sta->mesh->plink_retries < mshcfg->dot11MeshMaxRetries) { in mesh_plink_timer()
712 sta->sta.addr, sta->mesh->plink_retries, in mesh_plink_timer()
717 ++sta->mesh->plink_retries; in mesh_plink_timer()
H A Dsta_info.h404 u8 plink_retries; member