Lines Matching refs:mesh
148 ps = &sdata->u.mesh.ps; in __cleanup_single_sta()
442 kfree(sta->mesh); in sta_info_free()
570 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp); in __sta_info_alloc()
571 if (!sta->mesh) in __sta_info_alloc()
573 sta->mesh->plink_sta = sta; in __sta_info_alloc()
574 spin_lock_init(&sta->mesh->plink_lock); in __sta_info_alloc()
575 if (!sdata->u.mesh.user_mpm) in __sta_info_alloc()
576 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer, in __sta_info_alloc()
578 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE; in __sta_info_alloc()
702 kfree(sta->mesh); in __sta_info_alloc()
1023 ps = &sta->sdata->u.mesh.ps; in __sta_info_recalc_tim()
1636 atomic_dec(&sdata->u.mesh.ps.num_sta_ps); in ieee80211_sta_expire()
1704 ps = &sdata->u.mesh.ps; in ieee80211_sta_ps_deliver_wakeup()
2761 sinfo->llid = sta->mesh->llid; in sta_set_sinfo()
2762 sinfo->plid = sta->mesh->plid; in sta_set_sinfo()
2763 sinfo->plink_state = sta->mesh->plink_state; in sta_set_sinfo()
2766 sinfo->t_offset = sta->mesh->t_offset; in sta_set_sinfo()
2768 sinfo->local_pm = sta->mesh->local_pm; in sta_set_sinfo()
2769 sinfo->peer_pm = sta->mesh->peer_pm; in sta_set_sinfo()
2770 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm; in sta_set_sinfo()
2771 sinfo->connected_to_gate = sta->mesh->connected_to_gate; in sta_set_sinfo()
2772 sinfo->connected_to_as = sta->mesh->connected_to_as; in sta_set_sinfo()