Lines Matching refs:mesh
28 #include "mesh.h"
44 * particular, it may not start any mesh peer link management or add
99 ps = &sdata->u.mesh.ps;
288 kfree(sta->mesh);
362 sta->mesh = kzalloc(sizeof(*sta->mesh), gfp);
363 if (!sta->mesh)
365 sta->mesh->plink_sta = sta;
366 spin_lock_init(&sta->mesh->plink_lock);
368 !sdata->u.mesh.user_mpm)
369 timer_setup(&sta->mesh->plink_timer, mesh_plink_timer,
371 sta->mesh->nonpeer_pm = NL80211_MESH_POWER_ACTIVE;
531 kfree(sta->mesh);
811 ps = &sta->sdata->u.mesh.ps;
1253 atomic_dec(&sdata->u.mesh.ps.num_sta_ps);
1323 ps = &sdata->u.mesh.ps;
2443 sinfo->llid = sta->mesh->llid;
2444 sinfo->plid = sta->mesh->plid;
2445 sinfo->plink_state = sta->mesh->plink_state;
2448 sinfo->t_offset = sta->mesh->t_offset;
2450 sinfo->local_pm = sta->mesh->local_pm;
2451 sinfo->peer_pm = sta->mesh->peer_pm;
2452 sinfo->nonpeer_pm = sta->mesh->nonpeer_pm;
2453 sinfo->connected_to_gate = sta->mesh->connected_to_gate;
2454 sinfo->connected_to_as = sta->mesh->connected_to_as;