Lines Matching defs:local
21 struct ieee80211_local *local = sdata->local;
27 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size + 2);
30 skb_reserve(skb, local->hw.extra_tx_headroom);
73 * ieee80211_mps_local_status_update - track status of local link-specific PMs
75 * @sdata: local mesh subif
91 list_for_each_entry_rcu(sta, &sdata->local->sta_list, list) {
116 * deep sleep if the local STA is in light or deep sleep towards at
145 * ieee80211_mps_set_sta_local_pm - set local PM towards a mesh STA
159 mps_dbg(sdata, "local STA operates in mode %d with %pM\n",
177 * @sdata: local mesh subif
344 * peer link-specific PS mode towards the local STA
382 * | 0 | 0 | local STA is owner |
453 struct ieee80211_local *local = sta->sdata->local;
469 local->total_ps_buffered--;
524 ieee80211_add_pending_skbs(local, &frames);
533 * @tx: frame was transmitted by the local STA