Lines Matching defs:local
22 struct ieee80211_local *local = sdata->local;
28 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size + 2);
31 skb_reserve(skb, local->hw.extra_tx_headroom);
74 * ieee80211_mps_local_status_update - track status of local link-specific PMs
76 * @sdata: local mesh subif
92 list_for_each_entry_rcu(sta, &sdata->local->sta_list, list) {
117 * deep sleep if the local STA is in light or deep sleep towards at
146 * ieee80211_mps_set_sta_local_pm - set local PM towards a mesh STA
160 mps_dbg(sdata, "local STA operates in mode %d with %pM\n",
178 * @sdata: local mesh subif
345 * peer link-specific PS mode towards the local STA
383 * | 0 | 0 | local STA is owner |
454 struct ieee80211_local *local = sta->sdata->local;
470 local->total_ps_buffered--;
525 ieee80211_add_pending_skbs(local, &frames);
534 * @tx: frame was transmitted by the local STA