Lines Matching refs:mesh
28 #include "mesh.h"
44 * particular, it may not start any mesh peer link management or add
132 ps = &sdata->u.mesh.ps;
436 kfree(sta->mesh);
566 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp);
567 if (!sta->mesh)
569 sta->mesh->plink_sta = sta;
570 spin_lock_init(&sta->mesh->plink_lock);
571 if (!sdata->u.mesh.user_mpm)
572 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer,
574 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE;
698 kfree(sta->mesh);
1027 ps = &sta->sdata->u.mesh.ps;
1619 atomic_dec(&sdata->u.mesh.ps.num_sta_ps);
1689 ps = &sdata->u.mesh.ps;
2747 sinfo->llid = sta->mesh->llid;
2748 sinfo->plid = sta->mesh->plid;
2749 sinfo->plink_state = sta->mesh->plink_state;
2752 sinfo->t_offset = sta->mesh->t_offset;
2754 sinfo->local_pm = sta->mesh->local_pm;
2755 sinfo->peer_pm = sta->mesh->peer_pm;
2756 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm;
2757 sinfo->connected_to_gate = sta->mesh->connected_to_gate;
2758 sinfo->connected_to_as = sta->mesh->connected_to_as;