Lines Matching +full:11 +full:ac
115 * (see IEEE802.11-2012 13.14.8.3). The non-peer mesh power mode is in ieee80211_mps_local_status_update()
166 * (see IEEE802.11-2012 13.14.3.2 and 13.14.3.3) in ieee80211_mps_set_sta_local_pm()
181 * see IEEE802.11-2012 8.2.4.1.7 and 8.2.4.5.11
354 * (see IEEE802.11-2012 8.2.4.1.7) in ieee80211_mps_rx_h_sta_process()
385 * | 1 | 1 | peer STA is owner | see IEEE802.11-2012 13.14.9.2 in mpsp_trigger_send()
454 int ac; in mps_frame_deliver() local
462 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
464 skb = skb_dequeue(&sta->tx_filtered[ac]); in mps_frame_deliver()
467 &sta->ps_tx_buf[ac]); in mps_frame_deliver()
477 if (!skb_queue_empty(&sta->tx_filtered[ac]) || in mps_frame_deliver()
478 !skb_queue_empty(&sta->ps_tx_buf[ac])) in mps_frame_deliver()
579 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
596 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
597 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release()
598 skb_queue_len(&sta->tx_filtered[ac]); in ieee80211_mps_frame_release()