Lines Matching +full:11 +full:ac
116 * (see IEEE802.11-2012 13.14.8.3). The non-peer mesh power mode is in ieee80211_mps_local_status_update()
167 * (see IEEE802.11-2012 13.14.3.2 and 13.14.3.3) in ieee80211_mps_set_sta_local_pm()
182 * see IEEE802.11-2012 8.2.4.1.7 and 8.2.4.5.11
355 * (see IEEE802.11-2012 8.2.4.1.7) in ieee80211_mps_rx_h_sta_process()
386 * | 1 | 1 | peer STA is owner | see IEEE802.11-2012 13.14.9.2 in mpsp_trigger_send()
455 int ac; in mps_frame_deliver() local
463 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
465 skb = skb_dequeue(&sta->tx_filtered[ac]); in mps_frame_deliver()
468 &sta->ps_tx_buf[ac]); in mps_frame_deliver()
478 if (!skb_queue_empty(&sta->tx_filtered[ac]) || in mps_frame_deliver()
479 !skb_queue_empty(&sta->ps_tx_buf[ac])) in mps_frame_deliver()
580 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
597 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
598 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release()
599 skb_queue_len(&sta->tx_filtered[ac]); in ieee80211_mps_frame_release()