Lines Matching refs:mesh
132 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
436 kfree(sta->mesh); in sta_info_free()
566 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in __sta_info_alloc()
567 if (!sta->mesh) in __sta_info_alloc()
569 sta->mesh->plink_sta = sta; in __sta_info_alloc()
570 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()
571 if (!sdata->u.mesh.user_mpm) in __sta_info_alloc()
572 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in __sta_info_alloc()
574 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in __sta_info_alloc()
698 kfree(sta->mesh); in __sta_info_alloc()
1027 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1641 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1711 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2769 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2770 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2771 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2774 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2776 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2777 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2778 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()
2779 sinfo->connected_to_gate = sta->mesh->connected_to_gate; in sta_set_sinfo()
2780 sinfo->connected_to_as = sta->mesh->connected_to_as; in sta_set_sinfo()