Home
last modified time | relevance | path

Searched refs:mesh_path_timer (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/net/mac80211/
Dmesh.c545 if (del_timer_sync(&ifmsh->mesh_path_timer)) in ieee80211_mesh_quiesce()
558 add_timer(&ifmsh->mesh_path_timer); in ieee80211_mesh_restart()
756 setup_timer(&ifmsh->mesh_path_timer, in ieee80211_mesh_init_sdata()
Dmesh.h282 void mesh_path_timer(unsigned long data);
Dmesh_hwmp.c896 mod_timer(&ifmsh->mesh_path_timer, ifmsh->last_preq + in mesh_queue_preq()
1083 void mesh_path_timer(unsigned long data) in mesh_path_timer() function
Dieee80211_i.h496 struct timer_list mesh_path_timer; member
Dmesh_pathtbl.c552 new_mpath->timer.function = mesh_path_timer; in mesh_path_add()