Lines Matching refs:mesh
103 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
256 kfree(sta->mesh); in sta_info_free()
330 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in sta_info_alloc()
331 if (!sta->mesh) in sta_info_alloc()
333 sta->mesh->plink_sta = sta; in sta_info_alloc()
334 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc()
336 !sdata->u.mesh.user_mpm) in sta_info_alloc()
337 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in sta_info_alloc()
339 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in sta_info_alloc()
440 kfree(sta->mesh); in sta_info_alloc()
724 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1159 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1229 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2267 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2268 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2269 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2272 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2274 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2275 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2276 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()