Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dmesh_plink.c81 sta->plink_retries = 0; in mesh_plink_fsm_restart()
352 if (sta->plink_retries < dot11MeshMaxRetries(sdata)) { in mesh_plink_timer()
355 sta->sta.addr, sta->plink_retries, in mesh_plink_timer()
360 ++sta->plink_retries; in mesh_plink_timer()
Dsta_info.h349 u8 plink_retries; member