Lines Matching +full:11 +full:ac
120 * (see IEEE802.11-2012 13.14.8.3). The non-peer mesh power mode is in ieee80211_mps_local_status_update()
171 * (see IEEE802.11-2012 13.14.3.2 and 13.14.3.3) in ieee80211_mps_set_sta_local_pm()
186 * see IEEE802.11-2012 8.2.4.1.7 and 8.2.4.5.11
359 * (see IEEE802.11-2012 8.2.4.1.7) in ieee80211_mps_rx_h_sta_process()
390 * | 1 | 1 | peer STA is owner | see IEEE802.11-2012 13.14.9.2 in mpsp_trigger_send()
459 int ac; in mps_frame_deliver() local
467 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
469 skb = skb_dequeue(&sta->tx_filtered[ac]); in mps_frame_deliver()
472 &sta->ps_tx_buf[ac]); in mps_frame_deliver()
482 if (!skb_queue_empty(&sta->tx_filtered[ac]) || in mps_frame_deliver()
483 !skb_queue_empty(&sta->ps_tx_buf[ac])) in mps_frame_deliver()
584 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
601 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in ieee80211_mps_frame_release()
602 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release()
603 skb_queue_len(&sta->tx_filtered[ac]); in ieee80211_mps_frame_release()