Lines Matching refs:mesh
100 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
253 kfree(sta->mesh); in sta_info_free()
319 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in sta_info_alloc()
320 if (!sta->mesh) in sta_info_alloc()
322 spin_lock_init(&sta->mesh->plink_lock); in sta_info_alloc()
324 !sdata->u.mesh.user_mpm) in sta_info_alloc()
325 init_timer(&sta->mesh->plink_timer); in sta_info_alloc()
326 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in sta_info_alloc()
416 kfree(sta->mesh); in sta_info_alloc()
654 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1086 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1159 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2023 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2024 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2025 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2028 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2030 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2031 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2032 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()