Lines Matching refs:mesh
132 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
432 kfree(sta->mesh); in sta_info_free()
559 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in __sta_info_alloc()
560 if (!sta->mesh) in __sta_info_alloc()
562 sta->mesh->plink_sta = sta; in __sta_info_alloc()
563 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()
564 if (!sdata->u.mesh.user_mpm) in __sta_info_alloc()
565 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in __sta_info_alloc()
567 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in __sta_info_alloc()
692 kfree(sta->mesh); in __sta_info_alloc()
999 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1459 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1529 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2668 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2669 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2670 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2673 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2675 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2676 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2677 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()
2678 sinfo->connected_to_gate = sta->mesh->connected_to_gate; in sta_set_sinfo()
2679 sinfo->connected_to_as = sta->mesh->connected_to_as; in sta_set_sinfo()