Lines Matching refs:mesh
99 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
288 kfree(sta->mesh); in sta_info_free()
362 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in sta_info_alloc()
363 if (!sta->mesh) in sta_info_alloc()
365 sta->mesh->plink_sta = sta; in sta_info_alloc()
366 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc()
368 !sdata->u.mesh.user_mpm) in sta_info_alloc()
369 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in sta_info_alloc()
371 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in sta_info_alloc()
529 kfree(sta->mesh); in sta_info_alloc()
807 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1246 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1316 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2446 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2447 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2448 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2451 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2453 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2454 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2455 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()
2456 sinfo->connected_to_gate = sta->mesh->connected_to_gate; in sta_set_sinfo()
2457 sinfo->connected_to_as = sta->mesh->connected_to_as; in sta_set_sinfo()